html {
	background: #203449;
}

body {
	width: 990px;
	margin: 25px auto;
}

a {
	color: #203449;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

#center_body {
	background: url(images/bg_main_border.png);
}

#left {
	width: 215px;
	float: left;
	margin-left: 15px;
}

#center {
	width: 735px;
	padding: 5px;
	padding-top: 0;
	float: left;
	text-align: justify;
}

#header {
	background: url(images/bg_header.png);
	height: 150px;
}

#header img {
	margin-left: 15px;
	margin-top: 15px;
}


#footer {
	background: url(images/bg_footer.png);
	height: 60px;
}

#footer span {
	width: 960px;
	height: 40px;
	padding-top: 15px;
	display: block;
	margin: 0 auto;
	text-align: center;
	border-top: 1px dotted #000;
}

ul#left_menu, ul#left_menu li ul {
	list-style-type: none;
}

ul#left_menu li h3 {
	background: url(images/bg_menu_header.png);
	width: 175px;
	height: 30px;
	padding-top: 5px;
	margin-left: -20px;
	color: #fff;
	text-align: center;
}

ul#left_menu ul li {
	margin-left: -50px;
}

ul#left_menu ul li a:hover {
	background: #eee;
}

ul#left_menu ul {
	margin-top: -20px;
	padding-left: 75px;
	padding-right: 20px;
	padding-bottom: 5px;
	margin-left: -40px;
	background: url(images/bg_menu.png) bottom no-repeat;
}

h2 {
	border-bottom: 1px dashed #203449;
	color: #203449;
}

p {
	font-size: 0.8em;
	font-family: Verdana, sans-serif ;
	margin-top: -15px;
}

ul.list_numeric {
	list-style-type: decimal;
}

.cleaner {
	clear: both;
}

img {
	border: 0;
}

a img {
	cursor: pointer !important;
}

/* BBCode */
.bbcode_b {
	font-weight: bold;
}

.bbcode_u {
	text-decoration: underline;
}

.bbcode_i {
	font-style: italic;
}

.bbcode_s {
	text-decoration: line-through;
}

.bbcode_sup {
	vertical-align: top;
	font-size: xx-small;
}

.bbcode_sub {
	vertical-align: bottom;
	font-size: xx-small;
}

#center a {
	color: #298505;
}

input {
	color: #000;
	background: #eee;
	border: 1px solid #bbb;
	border-radius: 1px;
	-moz-border-radius: 1px;
}

input:focus, input:hover {
	border-color: #2f4d6b;
}

input.text {
	width: 150px;
}

.center {
	text-align: center;
}

.msg_error {
	width: 90%;
	margin: 0 auto;
	background: #bc2a4d;
	color: #fff;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 15px;
}

.msg_ok {
	width: 90%;
	margin: 0 auto;
	background: #228822;
	color: #fff;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 15px;
}
