body { 
 background-image: url(/images/bgbg.jpg);
 background-attachment:fixed;
font-style: normal; 
 font-variant: normal; 
 font-weight: normal; 
 color:#4e332c;  
 font-size: 11pt; 
 font-family: century gothic, arial, georgia;
 margin : 0px 0px 0px 0px;

}
.boldtext { 
font-weight: bold; 
color:#ee127e;
font-size: 12pt; 
}

H1 {
 font-family:arial,georgia;
 font-size:  12pt;
 color:       #4f302d;
 font-weight: normal; 
 margin-top: 10px;
 margin-bottom: 10px;
display:block;
border-bottom:1px dotted;
border-bottom-color:#f362a5;
text-align:left;
}

H2 {
 font-family: arial, georgia;
 font-size: 16pt; 
 color:      #49342e;
 font-weight: normal;
border-bottom:0px dotted;
border-bottom-color:#f362a5;
text-transform:uppercase;
}

H3 {
 font-family: arial, verdana, helvetica, sans-serif;
 font-size: 11pt; 
 color:       #63C6FF;
 font-weight: bold;
}
h5 {
color:#4f302d;
letter-spacing:1px;
margin-bottom:3px;
margin-top:15px;
padding-bottom:3px;
border-bottom:1px dotted;
border-bottom-color:#f362a5;
text-transform:uppercase;
text-align: left;
font-family:century gothic;
font-size:14px;
}
p, ol, li, ul, td {
 font-family: century gothic;
 font-size: 11pt; 
 color:       #4e332c;
 font-weight: normal;

}

a:link { 
 color: #f362a5; 
 font-weight: normal; 
 text-decoration:none;
 font-family: century gothic;
 font-size: 11pt; font-weight: bold; text-transform:uppercase;}

a:visited { 
 color: #f362a5; 
 font-weight: normal; 
text-decoration:none;
 font-family: century gothic;
 font-size: 11pt;  font-weight: bold;text-transform:uppercase;}

a:active { 
 color: #f362a5; 
 text-decoration:none;
 font-weight: normal;  
 font-family: century gothic;
 font-size: 11pt; 
 font-weight: bold;text-transform:uppercase;}

a:hover { 
 color:#4e332c; 
 font-weight: normal; 
 text-decoration:none;
 border-bottom: 0px solid #63C6FF;
 font-family: century gothic;
 font-size: 11pt;  font-weight: bold;text-transform:uppercase;}

.copyright {
  font-family: century gothic;
 font-size: 9pt; 
 color: #4e362f
 font-weight: normal;
 text-transform:uppercase;
}

.copyright a:link { 
 color: #f362a5; 
 font-weight: normal; 
 text-decoration:none;
 font-family: century gothic;
 font-size: 9pt; 
}
.copyright a:hover { 
 color:#ffffff; 
 font-weight: normal; 
 text-decoration:none;
 border-bottom: 0px solid #63C6FF;
 font-family: century gothic;
 font-size: 9pt; 
}

/* FADING CALLOUT BOX */

#fading-callout {
	width: 400px;
	height: 600px;
	padding: 0;
	margin: 10px 29px 10px 29px;
	display: block;
	position: relative;
   
}

#fading-callout img {
	padding: 10px;  
	border:  2px dotted #f362a5;  
	background-color: #fff;  
	width:  400px; 
	height: 600px; 
	margin-top: 5px;
	top:  0; 
	left: 0;
	display: none;
}

#fading-callout img.first {
	display: inline;
}


.social { 
		position: relative; 
		margin: 0px 0 0px 0px; 
		padding: 0px 0; 
        width: 50px; 
		height: 38px; 
	
		}
#social-link1 { 
		position: absolute; 
		top: 0px; 
		left: 850px; 
		width: 25px; 
		height: 30px; 
		background-color: transparent; 
		border: 0px solid yellow; }

#social-link2 { 
		position: absolute; 
		top: 0px; 
		left: 880px; 
		width: 30px; 
		height: 30px; 
		background-color: transparent; 
		border: 0px solid blue; }
