/* CSS Document */
body { 
	font: 8pt/16pt georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color:#898485; 
	}
p { 
	font: 8pt/16pt georgia,"Times New Roman", Times, serif;
	color:#000000; 
	margin-top: 0px; 
	text-align: center;
	}
a {
	color:#000000;
	}
a:hover {
	color:#FFFFFF;
	}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 120px;
	background: #000000;
	}
ul li {
	position: relative;
	}
li ul {
	position: absolute;
	left: 120px;
	top: 0;
	display: none;
	}
ul li a {
	display: block;
	text-decoration: none;
	color: #CC0000;
	background: #000000;
	padding: 5px;
	}
li:hover ul, li.over ul { 
	display: block;
	 }

	/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
/* specific divs */


#h2 {
text-align:center;
background-color:#FFFFFF
}
#container {
margin:auto;
cursor:crosshair;
width:900px;
	}

#logo {
width:900px;
color:#0000FF;
background-color:#000000;
padding:0px;
	}
#Header {
}	
#menu {
width:900px;
color:#0000FF;
background-color:#000000;
padding:5px;
}
div.templates {
width:120px;
text-align:left;
color:#FFFFFF;
background-color:#000000;
padding:5px
}

#tbody{
width:750px;
color:#000000;
background-color:#CCCCCC;
	}
	
 #news {
  position:relative;
  float:left;
height:200px;
 width:370px;
 color: #333333;
 background-color:#CCCCCC;
 text-align:left;
 margin:10px;
 border:dashed 1px #000000;
 }
 
 #ad5 {
 position:relative;
 float:left;
width: 300px;
margin:10px;
}
#thumb1 {
 position:relative;
 float:left;
 margin:10px;
border: double;
padding-left:3px;
padding-right:3px;
width:144px;

}
#thumb2 {
 position:relative;
float:left;
margin:10px;
border: double;
padding-left:3px;
padding-right:3px;
width:144px;

}
#thumb3 {
 position:relative;
 float:left;
 margin:10px;
border: double;
padding-left:3px;
padding-right:3px;
width:144px;

}
#thumb4 {
 position:relative;
 float:left;
 margin:10px;
border: double;
padding-left:3px;
padding-right:3px;
width:144px;

}
	

#footer {
width:100%
	}