* {
	margin:				0px;
	padding:			0px;
	font-size:			11px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
}


body{
	cursor:				default;
	background-color:	#00123A;
}


#header{
	width:				950px;
	margin:				20px auto;
	height:				112px;
	background-image:	url('/templates/i/d/top_main.png');
}
#header-left{
	background-image:	url('/templates/i/d/top_left.png');
	height:				112px;
	width:				18px;
	float:				left;
}
#header-right{
	background-image:	url('/templates/i/d/top_right.png');
	height:				112px;
	width:				18px;
	float:				right;
}
#header-top{
	margin-left:		30px;
	height:				76px;

}
#header-top-logo{
	width:				600px;
	height:				70px;
	float:				left;
}
#header-top-logo a{
	display:			block;
	font-size:			30px;
	color:				white;
	text-decoration:	none;
	line-height:		70px;
}
#header-top-logo a b{
	font-size:			14px;
}
#header-top-right{
	width:				290px;
	float:				right;
	line-height:		70px;
	color:				#cedcff;
}
#header-top-right a{
	color:				#cedcff;
}

#header-menu{
	margin-left:		30px;
	height:				35px;
}
#header-menu a{
	height:				33px;
	line-height:		33px;
	font-size:			16px;
	color:				#010818;
	text-decoration:	none;
	padding-left:		15px;
	padding-right:		15px;
	background-image:	url('/templates/i/d/menu_dlmr.png');
	background-repeat:	no-repeat;
	background-position:bottom right;
	display:			block;
	float:				left;
}
#header-menu a:hover{
	text-decoration:	underline;
}

#header-menu a:logout{
	background-color:	#000063;
	background-image:	url(/templates/i/logout.gif);
	background-repeat:	no-repeat;
	background-position: 5px 5px;
}









#main{
	width:				930px;
	margin:				20px auto;
	background-color:	white;
	padding:			10px;
}