body
{
	background: url(../img/main_bg.gif) repeat-y center #f2f2f2;
	margin:0px;
	padding:0px;
	color:#484d51;
	font-size:12px;
	font-family:Trebuchet MS;
}
h1
{
}
img
{
	border:none;
}
input
{
}
h1
{
	margin:0px;
	padding:0px;
	font-weight:100;
	font-size:26px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
/********************************** C O N T E N T *******************************************/
#main
{
	margin:0px auto;
	width:960px;
}
#logo
{
	position:absolute;
	margin-left:20px;
}
#topmenu
{
	margin-left:2px;
	background: url(../img/menu_bg.gif) repeat-x;
	height:60px;
	width:640px;
	padding:34px 0px 0px 320px;
}
	#topmenu a
	{
		margin-right:10px;
		color:#fff;
		text-decoration:none;
		font-size:14px;
		text-transform:uppercase;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		padding:5px 10px 5px 10px;
		
	}
	#topmenu a:hover
	{
		background:#cf331a;
		text-decoration:none;
	}
#mainimg
{
	margin-left:2px;
	background: url(../img/main_img_1.jpg) no-repeat;
	width:191px;
	padding-left:769px;
	padding-top:222px;
	height:125px;
}
#content
{
	margin-left:2px;
	padding:20px;
}
#content p
{
	line-height:1.3;
	text-align:justify;
}
#footer
{
	margin-left:2px;
	height:15px;
	padding:15px 20px 15px 20px;
	color:#fff;
	font-size:11px;
	background:#101d25;
}
	#footer a
	{
		color:#fe4b2b;
		text-decoration:underline;
	}
	#footer a:hover
	{
		text-decoration:none;
	}
	#footer table
	{
		width:920px;
	}
.adminMenu span
{
	font-size:20px;
	color:#000000;
}
.textMenu a
{
	font-size:1epx;
	text-decoration:none;
	color:#333333;
	display:block;
}
	.textMenu a:hover
	{
		text-decoration:underline
	}
.adminMenu a
{
	font-size:16px;
	text-decoration:none;
	color:#333333;
	border-left:solid 1px #666666;
	padding-left:10px;
	margin-left:10px;
}
	.adminMenu a:hover
	{
		text-decoration:underline
	}
