/* CSS DocumenSS Document */
/* this is the basic tableless centered align change base font here */
img {border-style:none;}
body {background-color: #333333;
	padding-top: 0em;margin:0px;color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;	margin: 0 auto;}

div#main {background-color:#FFFFFF;margin:auto;width: 800px;
		  text-align:left;height: auto;color: #000000;}
/* this is the end of the basic body */

/* This is the header  it includes the topnavigataion*/
div#header {height: auto;width: 800px;}
#main #header img {float: left;}

div#topnav {height: 32px;width: 800px;background-image: url(../images/topnavbground.jpg);
			padding-top:8px;float:left;}
			
div#newnavbar{float:left;
	width:800px;
	height:32px;
	background-image: url(../images/newnavbgrond.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px; font-weight:bold;}
div#newnavbar ul{margin:0px; padding-left:1em; padding-top:7px; list-style:none; text-align:center;}
div#newnavbar ul li {display: inline; padding-right: 1em;}
div#newnavbar ul li a{color:#FFFFFF; text-decoration:none}
div#newnavbar ul li a:hover{color: #000000;}

/* This is the middlecontet CSS*/
div#middlecontent {
	width: 800px;
	background-color: #FFFFFF;
	height: 800px;
	float: left;
	background-image: url(../images/sanblastcontent.jpg);
}


/* This is the footer CSS*/

div#footer {
	width: 800px;
	height: 90px;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	clear: left;
	background-image: url(../images/footer.png);
}

/* This is the lower navigation*/
div#bottomnav{
	width: 660px;
	font-size: 10px;
	padding-left: 140px;
	clear: left;
	background-color: #CCCCCC;
	height: 30px;
}


#bottomnav li{display:inline;margin-right: 0.5 em;	padding-right:inherit;
			font-weight:bold;}
					  
#main #bottomnav  a {font-weight: bold;color: #0000FF;text-decoration: none;}
#main #bottomnav  a:hover {font-weight: bold;color: #0000FF;text-decoration: underline overline;}


div#copyright {
	padding-left: 50px;
	position: relative;
	bottom: 10px;
}

/* THIS IS THE END OF THE BASIC CSS*/

/* THIS IS THE START OF THE BASIC CSS*/



div#left {
	float: left;
	height: auto;
	width: auto;
	padding-top: 700px;
	padding-left: 50px;
	
}
div#right {
	width:auto;
	heigth:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float:right;
	padding-right:20px;
	padding-top:15px;
}

div#right a{text-decoration:underline; color:#FFFFFF;}
div#right a:hover{text-decoration:underline overline;}

