/* CSS RESET */
html {
	color:#2b97d2;
	background:#a7b1ba;
}
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; /*background:url(images/hd.jpg) no-repeat center top;*/
	width:988px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 824px;
}
#content {
	color:#2b97d2;
	font-size:14px
}
#ct {
	margin:0 auto;
}
/*header*/

#header {
	height:360px;
	position:relative;
	height: 180px;
}
#header h1 {
	margin:0 auto;
	font-size:24px;
	padding-top: 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif
}
h2 {
	border-bottom:3px solid #cbcfd0;
	font-size:18px
}
/*main*/
#main {
	float:left;
	width:500px;
	padding:10px 10px 0 25px;
	overflow:hidden
}
#main h2 {
	color:#0070b9;
	text-align:center;
	margin-top: 7px;
}
#main .sub {
	text-align:center
}
#sidebar {
	width: 250px;
	float:left;
	text-align:center;
	overflow:hidden;
}
#sidebar div.inner {
	width:200px;
	margin:0 30px 0 20px
}
#sidebar div {
	margin-bottom:10px
}
ul#nav {
	text-align: left;
	margin:0
}
ul#nav li {
	list-style:none;
	line-height:33px;
	padding:0 10px;
	border-bottom:1px solid #cbcfd0;
}
ul#nav li a {
	font-size:14px;
}
#imglist {
	margin:0
}
#imglist li {
	list-style:none
}
#imglist li img {
	padding:5px;
	border:1px solid #cbcfd0;
}
#imglist li.noborder img {
	border:none
}
/*footer*/
#footer {
	background:url(images/footer2.jpg) no-repeat center;
	margin:0;
	height:221px;
	color:#fff;
	text-align:center;
}
#ft_i {
	width: 780px;
	margin:0 auto;
}
#footer {
	margin-top: 10px;
}
#ft_i .fr {
	width:777px;
	border-top:2px solid #cbcfd0;
	padding:10px 0 0 0;
	margin-right:10px;
	text-align: right;
}
/* links */
a {
	text-decoration:none
}
#main a {
	color:#2b97d2
}
#main a:hover {
	color:#333
}
ul#nav li a {
	color:#2b97d2;
	font-weight:700
}
ul#nav li a:hover {
	color:#000
}
#ft_i a {
	color:#0070b9;
	padding:0 9px;
}
