/*********** [ GENERAL ] ***********/
*
{
	margin: 0px;
	padding: 0px;
}
DIV#header DIV
{
	margin: 8px 20px 0px 0px;
	float: right;
}
DIV.clear
{
	clear: both;
}
BODY
{
	margin: 0px;
	padding: 0px;
	cursor: default;
	background: url(body_bg.gif) repeat-x;
	font: 11px verdana, arial, sans-serif;
	color: #222222;
}
/*********** [ PAGE ] ***********/
DIV#page_wrap
{
	width: 950px;
	border-width: 1px;
	border-style: solid;
	padding: 0px;
	border: 1px solid #F3D6D9;
	margin: 1px auto 0px;
}
DIV#page
{
}
/*********** [ HEADER ] ***********/
DIV#header_wrap
{
	height: 96px;
	background: url(header_bg.gif) repeat-x;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
DIV#header
{
	margin: 0px auto;
	width: 950px;
	height: 96px;
	background: url(logo2.gif) no-repeat;
}
DIV#header H1
{
	padding-left: 80px;
	float: left;
	font: bold 26px/96px "Trebuchet MS", tahoma, arial, sans-serif;
	color: #D52525;
	background: url(logo.gif) no-repeat 0px center;
	display: none;
}
DIV#header H1 SPAN
{
}
/*********** [ FOOTER ] ***********/
DIV#footer_wrap
{
	margin: 0px auto;
	padding: 10px 0px 0px;
	width: 950px;
}
DIV#footer
{
	text-align: center;
	height: 80px;
	font: 11px/57px verdana;
	color: #484B4F;
	background: url(header_bg.gif) repeat-x bottom;
}
DIV#footer A
{
	color: #484B4F;
	font: 11px/0px verdana;
	text-decoration: none;
}
DIV#footer A:hover
{
	text-decoration: underline;
}
DIV#footer A.style5
{
	font: xx-small Arial;
	color: #C0C2C5;
	/*[empty]text-decoration:;*/
}
DIV#footer SPAN.style5
{
	font: xx-small Arial;
	color: #C0C2C5;
}
/*********** [ CONTAINER ] ***********/
DIV#container_wrap
{
	margin: 10px auto 0px;
	width: 950px;
	padding: 0px;
}
DIV#container
{
}
/*********** [ CONTENT ] ***********/
#content_wrap
{
	width: 780px;
	float: left;
}
#content
{
	padding: 12px 0px;
}
/*********** [ MAIN NAVIGATION ] ***********/
DIV#headernav_wrap
{
	height: 30px;
	background: #DE3D3B url(mainmenu_bg.gif) repeat-x;
}
DIV#headernav
{
	margin: 0px auto;
	width: 920px;
}
DIV#headernav UL
{
	height: 30px;
	list-style-type: none;
}
DIV#headernav UL LI
{
	padding: 0px 5px;
	float: left;
	background: url(mainmenu_div.gif) no-repeat;
}
DIV#headernav UL LI.first
{
	padding: 0px 5px 0px 0px;
	background: none;
}
DIV#headernav UL LI A
{
	padding: 0px 5px;
	height: 30px;
	display: block;
	float: left;
	font: bold 13px/30px arial, verdana, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
DIV#headernav UL LI A:hover
{
	text-decoration: underline;
}
/*********** [ USER NAVIGATION ] ***********/
DIV#usernav_wrap
{
	height: 30px;
	background: #F3F3F3 url(usermenu_bg.gif) repeat-x;
}
DIV#usernav
{
	background: url(usermenu_bg.gif) repeat-x;
}
DIV#usernav UL
{
	margin: 0px;
	padding: 0px;
	width: 950px;
	height: 30px;
	list-style-type: none;
}
DIV#usernav LI
{
	margin: 0px;
	background: url(usermenu_div.gif) no-repeat;
	float: left;
}
DIV#usernav LI.first
{
	padding: 0px 5px 0px 0px;
	background: none;
}
DIV#usernav UL LI A
{
	padding: 0px 5px;
	height: 30px;
	display: block;
	float: left;
	font: 11px/30px verdana, arial, sans-serif;
	color: #484B4F;
	text-decoration: none;
}
DIV#usernav UL LI A:hover
{
	text-decoration: underline;
}
/*********** [ COMMON ITEMS ] ***********/
H2, H3, H4, H5, H6
{
	padding-bottom: 5px;
	font: bold 14px/16px arial, verdana, sans-serif;
	color: #B36FED;
}
H2
{
	margin-bottom: 5px;
	font: bold 14px/16px arial, verdana, sans-serif;
	border-bottom: 1px solid #D4D4D4;
}
H3
{
	font: bold 13px/16px arial, verdana, sans-serif;
}
H4
{
	font: bold 12px/16px arial, verdana, sans-serif;
}
H4
{
	font: bold 11px/16px arial, verdana, sans-serif;
}
P
{
	font: 11px/16px arial, verdana, sans-serif;
	color: #222222;
}
A
{
	font: 11px arial, verdana, sans-serif;
	color: #A40B1A;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
