/* CSS Document */

body {

    text-align: center;

	letter-spacing: normal;

	vertical-align: middle;

	word-spacing: normal;

	width: auto;

	background-color:#006600;

}



#container {

    width: 925px;

	margin-right: auto;

	margin-left: auto;

	padding: 0px;

	text-align: center;

	background-color: #006600;

	}

	

#hr  {

   color: #FFFF00;

   }	

	

#leftbar {

    margin-top: 25px;

	width: 147px;

	height: 800px;

	padding: 0px;

	margin-right: 10px;

	background-color: #CC0000;

	float: left;

	text-align: center;

	border-left: solid #FFFF00 3px;

	border-bottom: solid #FFFF00 3px;

	}	

	

#maincontent {

    width: 601px;

	padding-top: 0px;

	text-align: center;

	background-color: #000000;

	margin-right: 10px;

	float: left;

	border-left: solid #FFFF00 4px;

	border-bottom: solid #FFFF00 4px;

	}	

	

#rightbar {

    margin-top: 25px;

    width: 147px;

	height: 800px;

	padding: 0px;

	text-align: center;

	background-color: #CC0000;

	float: left;

	border-left: solid #FFFF00 3px;

	border-bottom: solid #FFFF00 3px;

	}	



.clear {

    clear: both;

	}

	

#footer {

    width: 800px;

	padding: 0px;

	text-align: center;

	background-color:#006600;

	margin: auto;

	}		

	

#footer 	



#footer p {

	font-family: Georgia, Times New Roman;

	font-size: 12px;

	font-style: normal;

	font-weight: normal;

	color: #FFFFFF;

	text-align: center;

	margin-right:5px;

	margin-left:5px;

}



#footer a:link {

	font-family: Georgia, Times New Roman;

	font-size: 12px;

	font-style: normal;

	line-height: normal;

	font-variant: normal;

	text-transform: none;

	color: #FF9900;

	text-decoration: none;

	text-align: center;

}



#footer a:visited {

	text-decoration: none;

	font-family: Georgia, Times New Roman;

	font-size: 12px;

	color:#FF9900;

	text-align: center;

}



#footer a:hover {

	text-decoration: underline;

	color: #FFFFFF;

	font-family: Georgia, Times New Roman;

	font-size: 12px;	

	text-align: center;

}



#footer a:active {

	text-decoration: none;

	text-align: center;

}





	

h1 {

	font-family: Georgia, Times New Roman;

	font-size: 22px;

	font-style: bold;

	font-weight: normal;

	color: #FF9900;

	text-align: center;

}

h2 {

	font-family: Georgia, Times New Roman;

	font-size: 17px;

	font-style: normal;

	font-weight: normal;

	color: #FF9900;

	text-align: center;

}



h3{

	font-family: Georgia, Times New Roman;

	font-size: 15px;

	font-style: normal;

	font-weight: normal;

	color: #FF9900;

	text-align: center;

}

p {

	font-family: Georgia, Times New Roman;

	font-size: 16px;

	font-style: normal;

	font-weight: normal;

	color: #FFFFFF;

	text-align: center;

	

	margin-right:5px;

	margin-left:5px;

}



a:link {

	font-family: Georgia, Times New Roman;

	font-size: 16px;

	font-style: normal;

	line-height: normal;

	font-variant: normal;

	text-transform: none;

	color: #FF9900;

	text-decoration: none;

	text-align: left;

}



a:visited {

	text-decoration: none;

	font-family: Georgia, Times New Roman;

	font-size: 16px;

	color:#FF9900;

}



a:hover {

	text-decoration: underline;

	color: #FFFFFF;

	font-family: Georgia, Times New Roman;

	font-size: 16px;	

}



a:active {

	text-decoration: none;

}



ul {

	font-family: Georgia, Times New Roman;

	font-size: 17px;

	text-align: left;

	display: block;

	color: #FFFF00;

	list-style-type: circle;

	

	

}



li {

	font-family: Georgia, Times New Roman;

	font-size: 17px;

	text-align: left;

	display: block;

	color:#FFFF00;

	list-style-type: circle;

	  

}





/* =Hoverbox Code

----------------------------------------------------------------------*/



.hoverbox

{

	cursor: default;

	list-style: none;

}



.hoverbox a

{

	cursor: default;

}



.hoverbox a .preview

{

	display: none;

}



.hoverbox a:hover .preview

{

	display: block;

	position: absolute;

	top: -33px;

	left: -45px;

	z-index: 1;

}



.hoverbox img

{

	background: #FFFF00;

	border-color: #FFFF00;

	border-style: solid;

	border-width: 1px;

	color: inherit;

	padding: 2px;

	vertical-align: top;

	width: 114px;

	height: 81px;

}



.hoverbox li

{

	background: #FFFF00 ;

	border-color: #FFFF00 ;

	border-style: solid;

	border-width: 1px;

	color: inherit;

	display: inline;

	float: left;

	margin: 3px;

	padding: 0px;

	position: relative;

}



.hoverbox .preview

{

	border-color: #FFFF00;

	width: 200px;

	height: 150px;

}
