@import url("common.css");

body
{
	background-color: #dfe3e6;
	margin: 0;
	padding: 0;
	text-align: center;
}

#body
{
	background: white url('../images/bg_body.gif') repeat-y top left;
	border-color: white;
	border-style: solid;
	border-width: 3px;
	margin: 1em auto 0 auto;
	text-align: left;
	width: 740px;
}

/*** content ******************************************************************/
#content
{
	background: white url('../images/bg_content.jpg') no-repeat top left;
	margin: 0 0 0 256px;
	padding: 8px 16px;
	overflow: hidden;
	width: 451px;
}

/*** foot *********************************************************************/
#foot
{
	line-height: 32px;
	padding: 16px 0;
	background: transparent url('../images/bg_foot.png') no-repeat top center;
}

/*** head *********************************************************************/
#head
{
	background: white url('../images/bg_head.jpg') no-repeat top right;
	position: relative;
}
#head a
{
	border: none;
	color: #a5aeb5;
	text-decoration: none;
}
#head a:hover
{
	color: black;
}
#head a img
{
	border: none;
}
#head ul
{
	font-size: 9pt;
	font-weight: normal;
	margin: 4px 0 0 0;
	padding: 0;
	text-transform: none;
}
#headText
{
	color: #a5aeb5;
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
	
	position: absolute;
	top: 16px;
	left: 272px;
}
#head li
{
	border-color: #a5aeb5;
	border-style: dashed;
	border-width: 0 0 1px 0;
	list-style-type: none;
	padding: 8px 0;
}
#head li.last
{
	border: none;
}

/*** menu *********************************************************************/
#menu
{
	background: #a5aeb5 url('../images/bg_menu_top.jpg') no-repeat top left;
	float: left;
	width: 256px;
}
#menu ul
{
	margin: 32px 0 0 0;
	padding: 0;
}
#menu li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px;
}
#menu li a
{
	background: transparent url('../images/bg_menu_item.gif') no-repeat top left;
	color: black;
	display: block;
	font-weight: bold;
	line-height: 29px;
	padding: 0 4px 0 24px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu li a:hover
{
	color: white;
}
