

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------

	WRAPPER
*/

#wrapper{
	width:66.666em;
	padding: 20px 0;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------

	HEADER
*/

#header{
	height: 65px;
	position: relative;
	padding-bottom: 10px;
}

#header h1 a
{
	margin-left: 20px;
	float: left;
}

#header h1 a img
{
	border-width: 0;
	width: 237px;
	height: 65px;
}

#header ul#main_nav{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 533px;
	list-style-type: none;
	padding: 0;
}

#header ul#main_nav li
{
	float: left;
}

#header ul#main_nav li a
{
	float: left;
	margin: 0 10px;
	height: 30px;
	line-height: 30px;
	border-bottom: 4px solid white;
}

#header ul#main_nav li a:hover, #header ul#main_nav li a.current
{
	border-bottom: 4px solid #4D70AD;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------

	BODY
*/


#body
{
	border-top: 1px solid #4d70ad;
	border-right: 1px solid #4d70ad;
	border-bottom: 1px solid #4d70ad;
	overflow: hidden;
	
	background-image: url(../images/layout/bodyBkg2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	
}

#leftColumn
{
	padding: 1.666em 0;
	float: left;
	width: 257px;
	min-height: 450px;
}

#leftColumn ul
{
	list-style-type: none;
	padding: 0;
}

#leftColumn li a, #footer li a{
	display: block;
	height: 25px;
	line-height: 25px;
	padding-right: 10px;
	margin-right: 1px;
	border-right: 4px solid #990000;
}

#footer li a
{
	border-right-color: black;
}

#leftColumn li a:hover, #footer li a:hover, #leftColumn li a.current, #footer li a.current{
	border-right: 4px solid white;
}


/*------------------------------------------------------------------------------------------------------------------------------------------------------------------

	CONTENT
*/

#content
{
	float: left;
	width: 460px;
	padding: 20px 40px;
}





/*------------------------------------------------------------------------------------------------------------------------------------------------------------------

	FOOTER
*/

#footer{
	clear:both;
	padding: 20px 0;
	overflow: hidden;
	background-image: url(../images/layout/bodyBkg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#footer ul
{
	list-style-type: none;
	padding: 0;
	float: left;
	width: 257px;
}


/*------------------------------------------------------------------------------------------------------------------------------------------------------------------

	TYPOGRAPHY
*/

















