/*
#CACEA4
#666666
#5D562C
*/
/* CSS rules */
           

*		{
			margin:0; 
			padding:0;
			border:0;
		}	

body		{
background: url(images/_bg_.jpg) top center no-repeat #d6ceb7;

		}

#page	{
margin-top:0;


        margin-left: auto ;
        margin-right: auto ;
		}


#content 	{
			color:#666666;
			font-size:13px; 
			font-family:Arial, Helvetica, sans-serif;
margin-top:100px;
        padding:10px;
        width: 850px;
        height:400px;
        margin-left: auto ;
        margin-right: auto ;
		}

#contact{
float:left;
width:25%;
margin-right: 5%;
}
#profile{
float:left;
width:70%;

line-height:20px;
text-align:left;
}

a:link	{
			color:#666;			
			text-decoration: none;
		}
a:hover	{
			color:#CACEA4;	
border-bottom:1px dotted #CACEA4;		
		}
a:visited	{
			color:#666;
			text-decoration:none;			
		}
a:active	{
			color:#666;			
		}
.email { 
	font-family:Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
}

.bubbleInfo {
    position: relative;
}
.trigger{
	cursor:help;
font-family:Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
}
.popup {
    position: absolute;

    display: none;
    background: #FFF;
    z-index: 500;
    padding:5px;
    border: solid 3px #CACEA4;
    opacity: 0.5;
}

.popup img, .popup h2 {
    margin-bottom:10px;
}
.popup b {
    border-bottom:1px dotted #CACEA4;
}












