/* CSS RESET */
html {
	color:#6d6d6d;
	background:#fff;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
*font-size:100%;
}
legend {
	color:#000;
}
del, ins {
	text-decoration:none;
}
body {
	font:13px/1.231 arial, helvetica, clean, sans-serif;
*font-size:small;
*font:x-small;
}
select, input, button, textarea {
	font:99% arial, helvetica, clean, sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
*font-size:108%;
	line-height:100%;
}
/*general*/
body {
	background:#D94697;
	background:url(images/background.jpg) repeat-y center top;
}
#wrapper {
	background:url(images/header2.jpg) no-repeat center top;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
.fl {
	float:left
}
.fr {
	float:right
}
/* BASE */
h1 {
	font-size:138.5%;
}
h2 {
	font-size:123.1%;
}
h3 {
	font-size:108%;
}
h1, h2, h3 {
	margin:1em 0;
}
h1, h2, h3, h4, h5, h6, strong {
	font-weight:700;
}
abbr, acronym {
	border-bottom:1px dotted #000;
	cursor:help;
}
em {
	font-style:italic;
}
blockquote, ul, ol, dl {
	margin:1em;
}
ol, ul, dl {
	margin-left:2em;
}
ol li {
	list-style:decimal outside;
}
ul li {
	list-style:disc outside;
}
dl dd {
	margin-left:1em;
}
caption {
	margin-bottom:.5em;
	text-align:center;
}
p, fieldset, table, pre {
	margin-bottom:1em;
}
input[type=text], input[type=password], textarea {
	width:12.25em;
*width:11.9em;
}
#container {
	margin:0 auto;
	width:988px;
	font-family: Arial, Helvetica, sans-serif
}
#container_inner {
	font-size:14px;
	background: url(images/ct_bg.jpg) repeat-y;
}
#container_inner .i {
	background: url(images/ft_t.jpg) no-repeat bottom;
	padding-bottom:41px
}
/*header*/

#header {
	position:relative;
	height: 247px;
	background: url(images/header.jpg) no-repeat
}
#nav {
	position:absolute;
	top:205px;
}
#nav ul {
	text-align: left;
	margin:0;
	overflow:hidden;
	padding-left:17px;
}
#nav ul li {
	list-style:none;
	line-height:33px;
	padding:0 10px 0 0;
	width:176px;
	float:left;
	text-align:center;
	padding-right:17px;
}
#nav ul li a {
	font-size:12px;
}/*main*/
#main {
	float:left;
	width:568px;
	padding:10px 10px 0 40px;
	overflow:hidden
}
#main h2 {
	color:#0070b9;
	text-align:center;
	margin-top: 7px;
}
.main_top {
	background:#E9E9E9 url(images/main_top.jpg) no-repeat bottom left;
	padding:10px;
	margin-bottom:20px
}
#sidebar {
	width: 332px;
	height:470px;
	text-align:center;
	overflow:hidden;
	background:#ffffff  no-repeat
}
#sidebar_i {
	padding:10px;
	padding-right: 20p;
}
#sidebar div.inner {
	width:200px;
	margin:0 30px 0 20px
}
#sidebar div {
	margin-bottom:10px
}
.col {
	background:url(images/col.jpg) no-repeat;
	width:255px;
	height:155px;
}
.col h2 {
	margin-bottom: 10px;
}
.col_i {
	padding:10px;
	overflow:hidden;
	height:125px;
}
.col_right .col_i div {
	overflow:scroll;
	width:235px;
	height:125px
}
/*footer*/
#footer {
	background:url(images/ft_bg.jpg);
	margin:0;
	color:#6d6d6d;
	text-align:center;
	margin-bottom:50px
}
#footer .i {
	background:url(images/ft_b.jpg) no-repeat bottom;
	padding:0 20px;
	padding-bottom:20px;
}
/* links */
a {
	text-decoration:none
}
#main a {
	color:#2b97d2
}
#main a:hover {
	color:#06F
}
#nav ul li a {
	color:#000;
	font-weight:700
}
#nav ul li a:hover {
	color: #06F
}
#footer a {
	color:#6d6d6d;
}
