/* CSS RESET */
html {
	color:#2b97d2;
	background:#CBDADF url(images/background.jpg) repeat-y center top;
}
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: url(images/bg.jpg) repeat-x center top;
}
#wrapper {
	background:url(images/header.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;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 900px;
}
#content {
	color:#2b97d2;
	font-size:14px
}
#ct {
	margin:0 auto;
}
/*header*/

#header {
	height:382px;
	position:relative;
}
#header h1 {
	margin:0 auto;
	font-size:24px;
	padding-top: 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif
}
h2 {
	font-size:18px
}
/*main*/
#main {
	float:left;
	width: 685px;
	padding:4px 10px 0 25px;
	overflow:hidden
}
#main h2 {
	color:#0070b9;
	text-align:center;
}
#main .sub {
	text-align:center
}
#sidebar {
	width: 169px;
	float:left;
	overflow:hidden;
	margin-left: 5px;
}
.side {
	text-align:left;
	font-size:11px
}
.side h2, #side1 p {
	margin:0
}
.pad {
	padding:5px
}
#side1 {
	background:#FEDA3C url(images/left-o.jpg) no-repeat center top;
	color:#000
}

#side1 h2 {color:#0c96c5}
#side1 h2 span{color:#FFF}
#side1 .more {
	float:right
}
#side2 {
	background:#36184a;
}
#rightside {
	width:235px;
	float:right
}
#rightside .side {
	padding:5px
}
#rside1 {
	background:#e1e1fd;
}
#menu {
	position:absolute;
	top:340px
}
ul#nav {
	text-align: left;
	margin:0
}
ul#nav li {
	float:left;
	list-style:none;
	line-height:33px;
	padding:0 10px;
}
ul#nav li a {
	font-size:14px;
	background:url(images/i2.jpg) no-repeat 0 0px;
	padding:2px 0 4px 30px;
}
ul#nav li a:hover {
	background:url(images/i.jpg) no-repeat 0 0px;
	padding:2px 0 4px 30px;
}
/*footer*/
#footer {
	background:url(images/footer.jpg) no-repeat center top;
	margin:0;
	height:170px;
	color:#fff;
	text-align:center;
}
#ft_i {
	background:url(images/footer2.jpg) no-repeat center bottom;
	padding-top: 34px;
	margin:0 auto;
	height:150px;
}
#footer #fhd {
	color:#023bbc;
	font-size:14px;
	font-weight:700
}
#footer .ppc img {
	padding: 0 10px
}
#footer {
	margin-top: 10px;
}
#ft_i .fr {
	width:777px;
	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:#14175e;
	font-size:14px;
	font-weight:700
}
ul#nav li a:hover {
	color:#000
}
#ft_i a {
	color:#0070b9;
	padding:0 9px;
}
