/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:sans-serif,Arial, Helvetica;
	font-size:12px;
	line-height:20px;
}

p {margin-top:0; padding-top:0;}

a img {border:0;}

a { text-decoration:none; color:#2e9dc7; }
a:hover { text-decoration:underline; color:#2e9dc7;}

#page_wrap {
	width:930px;
	margin:0 auto;
}

#header {
	height:107px;
}

#icon_link {
	padding-top:13px;
	height:24px;
	text-align:right;
}
#icon_link img {padding:0 20px;}

#menu {
	background:url(images/menu_bg.jpg) top left no-repeat;
}
#menu ul {
	list-style:none;
	height:70px;
	color:#0a0905;
	text-align:right;
	margin:0;
	padding:0 15px 0 5px;
}
#menu ul li {
	list-style:none;
	display:inline;
	font-weight:bold;
	line-height:70px;
}
#menu a.last {margin-right:0;}
#menu a {
	color:#0a0905;
	text-decoration:none;
	margin:0 5px;
	padding:10px 10px;
}
#menu a:hover{
	color:#fff;
	text-decoration:none;
	background:#39322c;
}

#banner {
	float:left;
	width:703px;
	height:214px;
	padding:6px 10px 7px 6px;
	background:url(images/banner_bg.gif) top left no-repeat;
}

#side_banner {
	float:left;
	margin:7px 0;
	background:url(images/lefttop_bg.jpg) top left no-repeat;
	width:211px;
	height:213px;
}

#content {
	float:left;
	width:661px;
	background:url(images/content_bg.gif) top left no-repeat;
	border:1px solid #e6e6e6;
	padding:57px 20px 20px 20px;
	margin:0 10px 0 6px;
}
a.top { text-decoration:none; color:#2e9dc7; padding-left:15px; background:url(images/up.jpg) left 3px no-repeat;}
a.top:hover { text-decoration:underline; color:#2e9dc7;}

#side_menu_top {
	width:211px;
	background:url(images/box_top.gif) top left no-repeat;
	height:15px;
}
#side_menu_bot {
	margin:0;
	width:211px;
	background:url(images/box_bot.gif) top left no-repeat;
	height:14px;
}
#side_menu_container {
	width:211px;
	background:url(images/box_mid.gif) top left repeat-y;
}
#side_menu {
	margin:0;
	width:153px;
	background:url(images/box_bg.gif) bottom left no-repeat;
	min-height:170px;
}

#side_menu ul.submenu {
	margin:0;
	padding:0;
}
#side_menu ul.submenu li {
	list-style:url(images/list.gif);
	line-height:25px;
	margin-left:20px;
}
#side_menu ul.submenu li a{
	color:#2e9dc7;
	text-decoration:none;
}
#side_menu ul.submenu li a:hover{
	color:#2e9dc7;
	text-decoration:underline;
}

.profile {
	clear:both;
	padding:20px;
	border:1px solid #ccc;
	margin:10px 0;
	display:block;
	width:94%;
}
.profile li{ padding-bottom:10px;}

#footer {
	clear:both;
	margin-top:15px;
	height:61px;
	background:#37322e;
	color:#fff;
	padding:5px 10px;
	font-size:11px;
}

#footer a {color: #FFFFFF; text-decoration:none; font-weight:bold;}
#footer a:hover {color: #FFFFFF; text-decoration:underline;}

.left {float:left;}
.right {float:right;}
.clearing {clear:both;}
