body {
	background: url(../img/bg.jpg) repeat-x !important;
	margin: 0 auto;
	font-family: Verdana;
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 0;
}

#wrap {
	width: 1000px;
	margin: 0 auto;
}

#header {
	height: 100px;
	margin: 0 auto;
}

#header h1 {
	padding: 16px 0 0 0;
	font-size: 28px;
	color: #333;
	font-weight: 200;
}

#content {
	margin: 0 auto;
	width: 1000px;
	min-height: 450px;
	-moz-border-radius: 10px; /*FIREFOX*/
	-webkit-border-radius: 10px; /* SAFARI, CHROME */
	-khtml-border-radius: 10px; /* KOMQUEROR */
	border-radius: 10px; /* CSS3 */
	margin-bottom: -30px;
	position: relative;
}

.left {
	width: 250px;
	float: left;
	margin-top: -9px;
	background: #fff;
	border-radius: 10px;
}

.left > #headmenu {
	font-size: 16px;
	text-align: center;
	width: 237px;
	height: 66px;
	background: url(../img/category.jpg) no-repeat;
	color: #fff;
	border-radius: 10px; /* CSS3 */
	margin-left: -8px;
	padding: 20px 5px 0 15px;
}

.left ul {
	float: left;
	margin-left: -34px;
	margin-top: -6px;
	width: 240px;
}

.left li {
	list-style: none;
	width: 230px;
	float: left;
	text-indent: 5px;
	background: #f7f7f7;
	padding: 5px 8px 5px 8px;
}

.left li a {
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

.left li:hover a {
	background: #dedede;
}

.left li:hover {
	background: #dedede;
}

.left ul li.active {
      background: #DEDEDE;
}

.left ul li.active > a {
      color: #000000;
}

#img img {
	border: 5px solid #fff;
	-moz-border-radius: 10px; /*FIREFOX*/
	-webkit-border-radius: 10px; /* SAFARI, CHROME */
	-khtml-border-radius: 10px; /* KOMQUEROR */
	border-radius: 10px; /* CSS3 */
	margin-top: -9px;
}

.right {
	width: 685px;
	float: left;
	margin-top: -9px;
}

.right > #head {
	width: 680px;
	height: 30px;
	background: url(../img/site_title.jpg) no-repeat;
	padding: 13px 10px 0 20px;
}

.right h2 a {
	text-decoration: none;
	font-size: 16px;
	color: #333;
}

.articles {
	width: 100%;
	float: left;
	margin-left: 20px;
}

#footer {
	width: 250px;
	height: 40px;
	background: #165279;
	float: left;
	text-align: center;
	z-index: 0;
	margin-left: 0;
}

#footer p {
	color: #fff;
	width: 90%;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #000;
}

table {
    font-weight: normal;
    text-align: left;
}

td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

.submenu_item > a {
	padding-left: 10px !important;
}

.menu_heading {
	display: inline-block;
	list-style-type: none;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	color: #000 !important;
	font-size: 11pt;
	font-weight: bold;
	background: none !important;
	border: none !important;
}

.submenu_item + .menu_heading {
	font-size: 11pt;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	margin-left: 19px !important;
}

.menu_separator {
	list-style-type: none;
	background: none !important;
	border: none !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	padding-right: 5px !important;
}
