/* grid stylesheet */
body
{
	margin:0px;
	padding:0px;
	text-align:center;
}

/* layout */
#borderLeft 
{
	width:796px;
	margin:0 auto;padding:0 0 0 6px;
	position:relative;
	background:url(/_resources/media/images/left_background.gif) top left repeat-y;
	
}

#borderRight
{
	width:796px;
	margin:0;padding:0 6px 0 0;
	position:relative;
	background:url(/_resources/media/images/right_background.png) top right repeat-y;
	
}

#container
{width:770px;padding:0px;margin:0px 13px 0px 13px;}

/* Header */

#header
{margin-bottom:7px;padding:0px 0px 0px 0px;}

#header img
{display:block;}

#headerBlock
{width:770px;height:112px;margin-bottom:4px;}

#headerBlock2
{float:right;}

#headerBlock1
{margin-right:132px;margin-bottom:5px;}

#headerBlock1 #title
{padding-top:40px;}

#headerBlock1 #mainMenu
{margin-top:21px;}

#headerBanner
{width:770px;height:80px;margin-bottom:4px;}

#subMenu
{margin:5px 0 10px 0;}

/* content */

#content
{margin:0px;}

/* footer */

#footer
{
	clear:both;
	width:783px;
	text-align: left;
	margin-top: 20px;
	padding:7px 0px 5px 13px;
	background:url(/_resources/media/images/footer_edge.gif) top left repeat-x;
	font-size:0.8em;
	letter-spacing:-0.01em;
	color: #a78952;
}

/* content grids */

.full
{
	width:770px;
	display:block;
}

.twothirds
{
	float:left;
	width:505px;
}

.onethird
{
	float:left;
	width:250px;
}

.smallonethird
{
	float:left;
	width:243px;
}

.half
{
	float:left;
	width:380px;
	_width:376px !important; /* Because IE6 is retarded */
}

.quarter
{
	float:left;
	width:185px;
}

.threequarter
{
	float:left;
	width:575px;
}

.onethirdright
{
	float:right;
	width:252px;
}

