
html, body {
	margin: 0;
	padding: 0;
	background: #999999 url('/images/bg.gif') repeat-x scroll 0 0
}

body {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

p {
	margin: 0 10px 10px;
}

a {
	display: block;
	color: #981793;
	padding: 10px;
}

div#header h1 {
	height: 129px;
	line-height: 165px;
	margin: 0;
	padding-left: 10px;
	background: #EEE;
	color: #79B30B;
	background-image: url('/images/header.jpg');
}

div#container {
	text-align: left;
}

div#content p {
	line-height: 1.4;
}

div#navigation {
	background: #3A0013;
}

div#footer {
	background: #333;
	color: #FFF;
}

div#footer p {
	margin: 0;
	padding: 5px 10px;
}

div#container {
	width: 1000px;
	margin: 0 auto;
}

div#content {
	float: right;
	width: 750px;
	height: 900px;
	overflow: auto;
	background-color: #F7F8F8;
}

div#navigation {
	float: left;
	width: 250px;
	height: 900px;
}

div#footer {
	clear: both;
	width: 100%
}

dd {
	display: none;
}

a.nav {
	margin-left: 25px;
	display: block;
	width: 130px;
	height: 25px;
	background: #5C743D;
	color: #D5EDB3;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
	border-top: #7D955D;
}

a.nav:hover {
	background: #A8CC6A;
	color: #9B4D12;
}

.x-centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.nav_admin {
	margin-left: 25px;
	display: block;
	width: 130px;
	height: 25px;
	background: #5C743D;
	color: #D5EDB3;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
	border-top: #7D955D;
}

div#category_wrapper {
	width: 600px;
	font-size: 24px;
	margin-top: 40px;
}

.category_title {
	color: #95B269;
	font-size: 18px;
	letter-spacing: 4px;
	cursor: pointer;
}

.new_category_name {
	width: 120px;
}

#new_category_name_wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}

.categories_wrapper {
	margin-top: 30px;
}

.category {
	margin-top: 15px;
	color: #FFFFFF;
	font-size: 24px;
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.main_category {
	margin-left: auto;
    margin-right: auto;
    width: 100%;
	margin-top: 15px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
}

.banner_wrapper {
	width: 100%;
	position: relative;
	top: 225px;
}

.banner {
	margin: 0;
	padding: 0;
}

.content_wrapper {
	margin-left: auto;
    margin-right: auto;
    width: 400px;
    margin-top: 70px;
}

.scWrapper {
	overflow: auto;
	width: 100%;
}

.subcategory {
	margin-top: 20px;
	color: #3A0013;
	font-size: 24px;
	font-family: sans-serif;
	font-weight: bold;
}

.scImageWrapper {
	float: left;
	width: 50%;
}

.note {
	margin-top: 3px;
	color: #3A0013;
	font-size: 12px;
	font-family: sans-serif;
	text-align: center;
	font-weight: normal;
}

.first_col {
	float: left;
	width: 60%;
	padding-top: 20px;
	padding-left: 12px;
}

.second_col {
	float: right;
	background-color: #5D001D;
	margin: 10px;
	width: 33%;
	height: 380px;
	border: solid 1px #E2E1E1;
}

.title {
	font-size: 23px;
	margin-bottom: 10px;
}

.article_image {
	float: left;
	padding: 0px 5px 0px 0px;
}

ul {
	padding-left: 20px;
	margin-left: 15px;
}
