html, body{ 
	margin:0;
	padding:0; 
	text-align:center;
	background: #FF9FC1 url() fixed repeat top left;
} 

 
#pagewidth{ 
	width:900px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;	
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #202020;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #202020;
	background-color:#fff;
}

#header{
	position:relative; 
	height:109px; 
	background: #fff url(images/header.png) scroll no-repeat top left; 
	width:100%;
	text-align:right;
} 

#navigation {
	position:relative; 
	height:110px; 
	background: #fff url() scroll no-repeat top left; 
	width:100%;
	text-align:right;
	padding-bottom:1.5em;
} 

p.center { text-align:center; }

#maincol {  
	float: left; 
	display:inline; 
	position: relative; 
	width:555px;
	font-family:arial;
	font-size:13px;
	padding-bottom:3em;
	padding-left: 15px;
 }

#maincol a {color:#000; text-decoration:none;}
#maincol a:hover {color:#000; text-decoration:none;}
#maincol a:visited {color:#000; text-decoration:none;}
#maincol a:active {color:#000; text-decoration:none;}


#rightcol{
	width:310px; 
	float:right; 
	position:relative; 
	background-color:#fff;
	font-family:arial;
	font-size:13px;
	color:black;
	padding-bottom:1em;
}

#rightcol a {color:black; text-decoration:none;}
#rightcol a:hover {color:black; text-decoration:underline;}
#rightcol a:visited {color:black; text-decoration:none;}
#rightcol a:active {color:black; text-decoration:none;}


.rightnavnewdiv {
	width:288px;
	height:180px;
	overflow:auto;
	background: #FF6E9E;
	color:black;
	font-family:trebuchet ms;
	font-size:13px;
	border:0px;
	padding:0px;
	scrollbar-face-color:#FF6E9E;
	scrollbar-highlight-color:#CD2D66;
	scrollbar-3dlight-color:#CD2D66;
	scrollbar-shadow-color:#CD2D66;
	scrollbar-darkshadow-color:#CD2D66;
	scrollbar-arrow-color:#CD2D66;
	scrollbar-track-color:#FF6E9E;
}

.rightnav {
	width:288px; 
	background: #FF6E9E;
	color:black;
	font-family:trebuchet ms;
	font-size:13px;
	border:1px solid #CD2D66;
	padding:10px;
}

.rightnav h1 {
	color:black;
	background-color: #FF6E9E;
	font-size:15px;	
	width:260px; 
	text-align:left;
	margin: 0;
	margin-bottom: .1em;
	border-bottom:0px;
}

.rightnavtop {
	width:290px; 
	background: #FF6E9E;
	background: url(images/rightnavtop.png) scroll repeat top right;
	color:black;
	font-family:trebuchet ms;
	font-size:13px;
	border-bottom:1px solid #CD2D66;
	padding:10px;
	padding-top:45px;
}

.rightnavtop h1 {
	color:black;
	background-color: #FF6E9E;
	font-size:15px;	
	width:260px; 
	text-align:left;
	margin: 0;
	margin-bottom: .1em;
	border-bottom:0px;
}

.rightnavtop h2 {
	color:#CD2D66;
	background-color: #FF6E9E;
	font-size:11px;	
	width:260px; 
	text-align:left;
	margin: 0;
	margin-bottom: .1em;
	border-bottom:0px;
}

.rightnavbottom {
	width:290px; 
	background: #FF6E9E;
	background: url(images/rightnavbottom.png) scroll repeat bottom right;
	color:black;
	font-family:trebuchet ms;
	font-size:13px;
	border-top:1px solid #CD2D66;
	padding:10px;
	padding-bottom:45px;
}

.rightnavbottom h1 {
	color:black;
	background-color: #FF6E9E;
	font-size:15px;	
	width:260px; 
	background:#FF6E9E;
	text-align:left;
	margin: 0;
	margin-bottom: .1em;
	border-bottom:0px;
}


.comments {
	border: 3px solid #80B856;
	padding-top:.5em;
	padding-bottom:.5em;
	padding-left:1em;
	padding-right:1em;
}


h1 {
	color: #E67028;
	background-color: #fff;
	font-family:trebuchet ms;
	font-size: 24px;
	margin: 0;
	margin-bottom: -.6em;
	width:500px;
	text-align: left;
	letter-spacing: 0em;
}

h2{
	color:#808080;
	font-size:16px;
	width:450px;
	text-align: left;
	margin-bottom: 1.5em;
}

h3{
	color:#93A62A;
	font-size:16px;
	width:450px;
	margin-bottom: 0em;
}


h4{
	color:#CD2D66;
	font-size:13px;
	width:450px;
	margin-bottom: 0em;
}


s {
	color:#CD2D66;
	font-size:9px;
	text-decoration:none;
}


#adbrite{
	height:100px; 
	background-color:#fff; 
	clear:both;
 } 
 
#footer{
	background-color:#80B856; 
	clear:both;
	font-family:arial;
	font-size:11px;
	color:#2F522C;
	border-top:.75em solid #80B856;
 }

#footer a {color:#000; text-decoration:none;}
#footer a:hover {color:#000; text-decoration:none;}
#footer a:visited {color:#000; text-decoration:none;}
#footer a:active {color:#000; text-decoration:none;}

 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


