body
{
	padding:		10px 20px 10px 10px;;
	margin:			0;
	background:		#EEAA21;
}

div#head, div#head a img
{
	display:		block;
	font-size:		0;
	line-height:	0;
	border:			0;
	white-space:	nowrap;
	background:		url('images/head_bkg.jpg') 13px 0 repeat-x;
	cursor:			pointer;
}

div#head-left
{
	position:		absolute;
	background:		url('images/head_left.jpg') no-repeat;
	width:			208px;
	height:			150px;
}
div#head-middle
{
	position:		absolute;
	background:		url('images/head_middle.jpg') no-repeat;
	left:			218px;
	width:			580px;
	height:			150px;
}
div#head-right
{
	background:		url('images/head_right.jpg') right bottom no-repeat;
	height:			150px;
}

div#head-rule
{
	height:			8px;
	font-size:		0;
	line-height:	0;
	background:		#240F70 url('images/menu_corner_outer_1.gif') left top no-repeat;
}

div#content-body
{
	margin-left:	24px;
	background:		#240F70 url('images/side_bottom.gif') left bottom no-repeat;
	border-right:	1px solid #240F70;
	padding:		0;
}
div#content-backing
{
	background:		#8984AF;
	margin-left:	29px;
	padding:		0;
}
div#content
{
	background:		white url('images/shadow_down.gif') top repeat-x;
	border-bottom:	1px solid #240F70;
	padding-left:	90px;
	padding-bottom:	10px;
	margin-left:	4px;
}
div#content-nopad
{
	width:			96%;
	padding:		5px 10px 5px 5px;
}


div#footer
{
	background:		#8984AF url('images/bottom_bkg.gif') 0 -1px repeat-x;
	height:			33px;
	margin:			0 0 0 24px;
	color:			white;
}
div#footer-img
{
	float:			right;
	margin:			0;
	padding:		0;
	background:		url('images/bottom_right.gif') bottom right no-repeat;
	width:			100%;
	height:			100%;
}
div#footer-text
{
	padding-top:	6px;
	padding-right:	45px;
	text-align:		center;
	font-family:	tahoma;
	font-size:		8pt;
}
div#footer-text a
{
	color:			#F8B21B;
}
div#footer-text a:hover, div#footer-text a:active
{
	color:			#FFD272;
}
#prodev, #prodev img
{
	border:			none;
	padding:		0;
	margin:			-1px 0 -7px 0;
}

.floatl
{
	float:	left;
}

.floatr
{
	float:	right;
}

.clear
{
	clear: both;
}

.hand
{
	cursor: pointer;
}