body
{
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size:				11px;
}

#wrapper
{
	text-align: 			left;
	margin: 				0px auto;
	padding: 				0px;
	border:					0;
	width: 					975px;
	background-image:		url(layout/back.gif);
}

#header 
{
	background-image:		url(layout/header.png);
	background-repeat:		no-repeat;
	height:					66px;	
}

#container
{
	background-image:		url(layout/back.png);
}

#side-a
{
	float: 					left;
	width: 					230px;
}

#side-a a
{
	text-decoration:		none;
	color:					#000000;
}

#side-b
{
	float: 					right;
	width: 					216px;
}

#content
{ 
	float: 					left;
	width: 					524px;
	padding-left: 5px;
}

.nav_b
{
	background-image:		url(layout/nav_b_l.png);
	background-repeat:		no-repeat;
	height:					35px;
	margin-left:			15px;
	margin-bottom:			4px;
	padding-left:			20px;
	padding-top:			10px;
	cursor:					pointer;
}

#side-b-box
{
	width:					194px;
	margin-left:			20px;
}

.separator
{
width: 						100%;
height:						16px;
background-image:			url(layout/divider.png);
background-repeat:			no-repeat;
}

#footer
{
	clear: 					both;
	background-image:		url(layout/footer.png);
	background-position:	bottom;
	background-repeat:		no-repeat;
	height:					28px;
	padding-top:			10px;
	padding-bottom:			5px;
	padding-left:			10px;
	color:					#ffffff;
	display:				block;
}

.main_header_bg
{
	font-size:				20px;
	font-weight:			bold;
	color:					#FF0000;
	text-align:				center;
}

.input
{
	border:					1px solid #000000;
	margin-bottom:			1px;
}

#showmore{visibility:hidden; display:none;}
#showmore2{visibility:hidden; display:none;}