/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}


body {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	margin-bottom: 30px;
}

input, textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}

h1 {
	font-size: 2.4em;
}


a {
	color: #BD0000;
}

a:hover {
	text-decoration: none;
	color: #BD0000;
}

hr {
	display: none;
}

#main  {
	width: 967px;
	background: url(images/bg_tb.gif);
}

#main2 {
	background: url(images/top.gif) left top no-repeat;
}

#main3 {
	background: url(images/bottom.gif) left bottom no-repeat;
	padding: 15px 16px 0px 13px;
}

/* Header */
#header {
	width: 980px;
}

#logo {
	height: 94px;
	background:  url(images/logo.jpg) left top no-repeat;
	color: #ffffff;
}

#logo h1, #logo p {
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 17px 0 0 20px;
	font-size: 40px;
}

#logo h2 {
	padding: 10px 0 0 20px;
	font-size: 10px;
	text-transform: uppercase;
}

#logo a {
	text-decoration: none;
	color: #ffffff;
}

#logoleft {
	float: left;
}

#logoright {
	float: right;
	padding-top: 9px;
	padding-right: 15px;
}

#menu {
	height: 37px;
	background: url(images/menu.gif) no-repeat;
	width: 938px;
	padding-top: 0px;
}

#menu ul {
	margin: 0px 0px 0px 120px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 220px;
	height: 29px;
	text-decoration: none;
	text-align: center;
	padding-top: 8px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover {
	background:url(images/b2.gif) 0px 2px repeat-x;	
}

/* Page */
#page {
	margin: 0 auto;
	background: url(images/cent_m.jpg) repeat-y;
}

.page2 {
	background: url(images/top_m.gif) top no-repeat;
}

/* cent */
#content {
	margin: 10px auto 3px auto;
	width: 967px;
}

#cent .post ul, #cent .post ol {
	margin-left: 30px;
}

#cent .top {
	width: 497px;
	background: url(images/top.png) no-repeat;
	height: 13px;
}

#cent .middle_back {
	padding: 10px 20px 20px 20px;
}

.middle_back ol {
	padding-left:30px;
}

#cent .title {
	background: url(images/tit.jpg) top repeat-x ;
	height: 28px;
	padding-top: 10px;
	padding-left: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
}

#cent .date {
	height: 31px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 3px;
	font-size: 10px;	
}

#cent .date ul {
	list-style: none;	
}

#cent .date li {
	display: inline; 
}

#cent .small_icon1 {
	height: 24px;
	width: 150px;
	float: left;
	display: block;
	text-align: left;
	padding-top: 6px;
	padding-left: 30px;
}

#cent .small_icon2 {
	height: 24px;
	width: 120px;
	float: left;
	display: block;
	text-align: left;
	padding-top: 6px;
	padding-left: 30px;
}

#cent .small_icon3 {
	height: 24px;
	width: 100px;
	float: left;
	display: block;
	text-align: left;
	padding-top: 6px;
	padding-left: 30px;
}

#cent {
	margin-top: 6px;
}

.st1 {
	width: 936px;
	border-left: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	background: #FFFFFF;
	float: left;
	margin-bottom: 6px;
}

#st11 {
	width: 936px;
	float: left;
}

.post {
	padding: 0px 0px 0px 0px;
	color: #000000;
}

.post a {
	color: #034791;
}

.post a:hover {
	color: #034791;
}

/* Footer */
#footer {
	clear: both;
	padding-top: 7px;
	height: 34px;
	background: url(images/footer.gif) top no-repeat;
	text-align: center;
	margin-top: 3px;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#bg {
	background: url(images/footer.jpg) bottom repeat-x;
}
