
body{
		margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(bgnd/rotate.php) fixed #FFFFFF no-repeat center;
	text-decoration: none;
	color: #000000;
	text-align: justify;
	font-size: 9pt;
	font-family :"Lucida Grande", Tahoma, Arial, Helvetica;
	font-weight:lighter;
	
     }

#vertical{
	width:100%;
	vertical-align:middle;
	margin-top:15%;
}

#band{
	width:100%;
	height:288px;
	background-image: url(images/wallpaper_tile.gif);
	background-repeat: repeat;
	/* for IE */
  filter:alpha(opacity=98);
	/* CSS3 standard */
  opacity:0.98;

}

#leftpanel{
	height:288px;
	width:132px;
	background-image:url(index/left.gif);
	background-repeat: no-repeat;
	vertical-align:bottom;
	text-align:right;
	float:left;
	position:fixed
}

#centerpanel{
	height:288px;
	width:283px;
	background-image:url(index/center.gif);
	background-repeat: no-repeat;
	align:center;
	float:left;
	position:fixed;
	margin-left:132px;


}

#rightpanel{
	height:288px;
	float:left;
	margin-left:415px;
	position:fixed;
		background-image: url(images/wallpaper_tile.gif);
	background-repeat: repeat;
}

#nav{
	float:right;
	margin-top:90px;
	margin-right:60px;
	height:220px;
	width:200px;
	text-align:left;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

#nav ul li {
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #98a3a9;	
	line-height:18pt;
text-decoration: none;
}

#nav ul li a{
	list-style-type: none;
	color:#dadee0;
text-decoration: none;
}

#nav ul li a:hover{
		color:#FFFFFF;

}

#twitter_index{
	height:22px;
	width:29px;
	float:right;
	margin-top:230px;
	
}

#facebook_index{
	height:22px;
	width:30px;
	float:right;
	margin-top:230px;
		margin-right:27px;

}


#line{
	width:100%;
	height:3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a39d92;
	clear:both;
}



#footer{
clear:both;
float:left;
width:902px;
height:20px;
margin-top:5px;
text-align:left;
font-size:7pt;
margin-left:10px;
color:#a2b3bd;
}

.footer a:link{color:#a2b3bd;  text-decoration:none;}
.footer a:visited{color:#a2b3bd;text-decoration:none;}
.footer a:active{color:#a2b3bd; text-decoration:none}
.footer a:hover{color:#a2b3bd; text-decoration:underline}


a:link{color:#988A68; font-weight:bold;  text-decoration:none;}
a:visited{color:#988A68;font-weight:bold; text-decoration:none;}
a:active{color:#988A68;font-weight:bold;  text-decoration:none}
a:hover{color:#9b8454;  font-weight:bold; text-decoration:none;}

