@charset "utf-8";
/* CSS Document */
body 	{
/*		text-align:center; */
		font-size:12px;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		color:#FFF;
		background:#000;
		}
a:link	{
		color:#999;
		text-decoration:none;						
		}
a:visited	{
		color:#999;
		text-decoration:none;						
		}
a:hover	{
		color:#39F;
		text-decoration: underline;	
		}
a:active	{
		color:#999;
		text-decoration:none;						
		}
img
	{
	border:0;
	}
p
	{
	text-align: left;	
	}
#page
	{
	margin-top:25px;
	width:900px;
	background:#26231E;
	text-align:center;
	padding:40px;
	}
#content
	{
	text-align:left;
	}
#pageContent
	{
	padding:10px;
	overflow:auto;
	float:right;
	width:430px;
	height:575px;
	background:#3E3930;
	}
#pageMenu
	{
	float:left;
	width:450px;
	height:595px;
	background:#5F5645;
	background:url(/images/bgMenu.png);
	}
#footer
	{
	padding:3px;
	font-size:10px;
	text-align:center;
	background:#171512;
	color:#777;
	}
.mainMenu
	{
	border-bottom: 1px solid #716652;
	padding: 5px 5px 5px 5px;
	}	
.pTitle
	{
	margin-left:0;
	padding-left:0;
	text-align:left;
	}
.butGal
	{
	display:block;
	float:left;
	width:125px;
	height:22px;
	margin:0 10px 0 0;
	}