@charset "utf-8";
html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(img/bck.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #666666;
}
#outerwrapper {
	background-image: url(img/main_bck.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
}
#mainrwrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-top: 50px;
}

#outerwrapper #mainrwrapper #nav {
	float: right;
	padding-top: 60px;
	text-align: right;
}
.clear {
	clear: both;
	height: 1px;
	width: 100%;
}
#outerwrapper #mainrwrapper #content {
	width: 640px;
	padding-top: 10px;
	padding-left: 10px;
	min-height: 225px;
	!important min-height: 225px;
}

#content_home {
	width: 835px;
	padding-left: 10px;
}

.line {
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E41C26;
	margin-top: 8px;
	margin-bottom: 8px;
}
a {
	color: #E41C26;
}

h1 {
	display: block;
	font-size: 18px;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
}
h2 {
	font-weight: normal;
	font-size: 18px;
	color: #F79729;
}
h3 {
	font-size: 36px;
	color: #F79729;
}
h5 {
	display: block;
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
p {
	padding-left: 6px;
}

#outerwrapper #mainrwrapper #nav img {
	padding-left: 10px;
	padding-right: 10px;
}
#footer {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/footer.jpg);
	height: 28px;
	padding-left: 30px;
	font-size: 11px;
	line-height: 28px;
	color: #98959D;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 20px;
}

.td_move {
	padding-left: 10px;
}

.rss-box {
	margin-left: -30px;
}
