﻿* {
	font-family: Georgia;
}

body {
	background-color: #ddd;
	text-align:center;
	margin-top: 10px;
}

#main {
	text-align: left;
	margin: auto;
	width: 778px;
	background: #f7f7f7 url(/img/background.gif) repeat-y;
}

#head {
	background-image:url(/img/header_background.jpg);
	height: 186px;
}

#content {
	background: url(/img/content_background.jpg) repeat-x;
	width: 100%;
	padding-top: 32px;
}

#menu {
	background:#5F91C2 url(/img/menu_top.gif) no-repeat top right;
	width: 187px;
	color: white;
	font-size: 20px;
	float: left; clear; right;
}

#menu a {
	display: block;
	padding-left: 12px;
}

#menu ul {
	padding: 0px;
	margin: 0px;
}

#menu p {
	padding: 7px;
	margin: 0px;
}

#menu li {
	behavior: url('/css/iefixbehavior.htc');
	float: left;
	background:#C1D5E8 url(/img/menu_right_inactive.gif) no-repeat center right;
	width: 180px;
	 -moz-user-select:none;
	height: 25px;
	font-size: 11px;
	line-height: 25px;
	vertical-align: center;
	margin-top: 2px;
	color: black;
	cursor: pointer;
}

#menu li:hover, #menu li.hover, #menu .active {
	background:#284A6C url(/img/menu_right_active.gif) no-repeat center right;
	color: white;
}

#menu li:hover a, #menu li.hover a, #menu .active a {
	color: white;
}

.submenu {
	padding-left: 15px;
}

#article {
	margin-left: 200px;
	margin-right: 15px;
	color: #444;
}

#article h1 {
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 18px;
	text-align: center;
	color: #3A6A9A;
	background: url(/img/line.gif) no-repeat bottom center;
}

#article p {
	text-indent: 20px;
	font-size: 13px;
	line-height: 20px;
}

#article li {
	list-style-type: decimal;
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 10px;
}

#article a {
	text-decoration:none;
	border-bottom: 1px dotted;
}

#article img {
	margin: 10px;
	padding: 0px;
}

#footer {
	float: right;
	line-height: 25px;
	font-size: 11px;
	padding-right: 5px;
}

.hr {
	background: url(/img/line.gif) no-repeat scroll center;
	height: 8px;
	padding: 20px;
}

hr {
	display: none;
}
