body {
background: #FFDEAD url(images/fontop.gif) repeat-x;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

#container {
 width: 1000px;
 margin: 0 auto;
}

#topsection{
background-image: url(images/stoboi.gif); background-repeat: no-repeat;
	height: 300px;
}

#logo {
margin-top: 5px;
}

#ban336 {
margin-top: 10px;
float: right;
}

#ban728 {	

}


#contentcolumn{
	height: auto;
	background: #FAEBD7;
	margin-bottom: 10px;
	border: 3px solid blue;
}

#contentcolumn h2 {
	text-align: center;
	color: #FFFFFF;
	height: 2em;
	background: blue;
	margin-top: 0px;
	padding-top: 5px;
	padding-left: 75px;
	font-size : 14px;
}

#contentcolumn h2 a{
	color: #FFFFFF;
}


#ban160{
	float: left;
	margin-top: 5px;
	margin-left: 3px;
	width: 165px;
}

#footer{
	clear: left;
	width: 100%;
	text-align: center;
	padding: 4px 0;
}

#footer a{

}

#linx { 
 margin-top: 5px;
}

H1 { font-size: 18pt; font-family: 'Times New Roman', serif; text-align: center; font-style: italic; color: maroon;}

p {
	padding-left: 3px;
		text-align: left;
 }

img.left {

	margin: 2px 5px 5px 5px;
 border: 1px solid blue; 
}


	.oneGame {
	font-size: 11px;
		width: 100px;  
		height: 175px;
		float: left;
		padding: 5px;
		margin-top: 20px;
		margin-left: 11px;
		 border: 1px solid blue; 
		 	background: #E6E6FA;
		}
	
	.oneGame a img  {
		width: 80px;  
		height: 60px;
		border:1px solid #000000;
		padding: 1px;
	}
	
		.oneGame a:hover img {border: 1px solid blue;
	} 
	
	.oneGame a {
		margin:0px;
		padding:0px;
		display:block;
		padding-bottom: 5px;
		text-align: center;
	} 
	
	
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#vdividermenu ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
float: left;
width: 100%;
border: 1px solid #625e00;
background-color: #FF3300;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color: #FFFF00;
padding: 2px 12px;
text-decoration: none;
border: 1px solid #b00000;
}

#vdividermenu ul li a:visited{
color: #FFFF80;
}

#vdividermenu ul li a:hover{
color: #55281C;
background-color: #FFA07A;
}


