body	{
	background: url(images/background2.jpg) #000000 no-repeat -10% 0%;	
	text-align: center; /* for IE */
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1, h2	{
	color: #326FAE;
	font-size: 20px;
	margin: 0px;
	display: inline;
}

h2	{
	color: #326FAE;
	font-size: 15px;
	margin: 0px;
}	

ul	{
	margin: 0px;
	padding: 0px;
}

ul li	{
	list-style: none;	
	padding-left: 15px;
}

a	{
	color: #326FAE;
	text-decoration: none;
}

a:hover	{
	color: #47A3D1;
}

.preview	{
	border: 3px solid #444444;
}

.preview:hover	{
	border: 3px solid #47A3D1;	
}
	
#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 900px;
}

#head	{
	margin-top: 80px;
	text-align: right;
}

#nav, #info, #content	{
	background-color: rgba(0,0,0,.8);
	padding: 5px;
}

#nav, #content	{
	border: rgba(0,0,0,.9) 2px solid;
	margin-top: 10px;
}

#nav	{
	color: #666;	
	background-color: rgba(0,0,0,.7);
	text-indent:25px;
}

#nav a	{
	color: #666;	
}

#nav a:hover	{
	color: #999;	
}

#info	{
	padding-left: 25px;
	color: #326FAE;
	font-size: 25px;
	margin-top: 0px;
	border-left: rgba(0,0,0,.9) 2px solid;
	border-bottom: rgba(0,0,0,.9) 2px solid;
}

#content	{
	color: #555;
	height: 100%;
	overflow: auto;
	text-align:	justify;
	padding-top: 10px;
	padding-bottom: 10px;
}

#div1	{
	margin-left: 20px;
}
	
#div1, #div2, #div3	{
	float: left;
	/*width: 30%; /*30 for 3 divs*/
}

#div1{width: 30%;}
#div2{width: 22%;}
#div3{width: 38%;}

#div2, #div3	{
	margin-left: 22px;	
}

#form label	{
	float: left;
	clear: left;
	width: 100px;
}

#form div	{
	clear: both;
	margin-top: 5px;
}

#form #submit	{
	margin-left: 100px;	
}

.button	{
	background-color: #000;
	border: 2px solid rgba(50,50,50,.9);
}

.recent_preview_image, .game_image	{
	float: left;
	clear: left;
}

.recent_date	{
	font-style: italic;
}

.recent	{
	text-align: justify;
	padding: 2px;
	margin-top: 5px;
}

.recent a	{
	color: #326FAE;
}

.recent_art	{
	/*border: 2px solid #DB6C24;*/
}

.recent_site	{
	/*border: 2px solid #FFF;*/	
}

.recent_game	{
	/*border: 2px solid #21501C;	*/
}

.recent_blog a	{
	/*border: 2px solid #326FAE;	/*#326FAE*/
	/*background-color: #04090E;*/
	color: #326FAE;
}

.recent a:hover	{
	color: #47A3D1;	
}

.recent_link	{
	font-weight: bold;
	color: #444444;
	text-decoration: underline;
}

.blog_delete	{
	cursor: pointer;	
}

#blogs	{
	float: left;
	width: 80%;
}

#calendar_col	{
	float: right;	
}

#calendar	{
	border: 1px solid #666;
}

#cal_head	{
	font-size: 120%;
	color: #326FAE;
	border-bottom: 1px solid #666;
	text-align: center;
}

/*#cal_head #prev	{
	text-align: left;	
}

#cal_head #month	{
	margin: auto;
}

#cal_head #next	{
	text-align: right;	
}*/

#cal_body	{
	text-align: center;	
}

#cal_body a	{
	color: #326FAE;
}

#cal_body a:hover	{
	text-decoration: underline;	
}

.game_title	{
	color: #326FAE;
	text-align: left;
	font-weight: bold;
}

.game	{
	/*width: 45%;
	float: left;*/
	/*margin-left: 25px;*/
}

#games td 	{
	width: 40%;	
	vertical-align: top;
	margin-right: 10px;
	border-spacing: 10px 10px;
}

#games	{
	margin-left: 15px;	
}

.game_image	{
	margin-right: 3px;
}

