/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01b.jpg);
	font:100% Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #000000;
	font-size:12px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #444;
}

h2 {
	padding-left: 20px;
	background: url(images/img07.gif) no-repeat left center;
	font-size: 22px;
	color:#00458A;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .9em;
	font-weight: bold;
}

h4 {
    padding-left: 20px;
	background: url(images/img07.gif) no-repeat left center;
	font-size: 22px;
}

p, blockquote, ul, ol {
	margin-top: 0;
}

blockquote {
	padding: 0 0 0 40px;
	background: url(images/img09.gif) no-repeat;
	line-height: 1.6em;
}

a {
	background: url(images/img06.gif) repeat-x left bottom;
	text-decoration: none;
	color: #0000CC;
}

a:hover {
	background: none;
	text-decoration: underline;
}

/* Wrapper */

#wrapper {
	background: #FFFFFF url(images/img02d.jpg) repeat-x left top;
}

/* Menu */

#menu {
	width: 970px;
	height: 33px;
	margin: 0 auto;
	background: url(images/img03b.jpg) no-repeat right top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	width: 118px;
	height: 30px;
	padding: 0 0 0 2px;
	background: url(images/img02d.jpg) no-repeat;
}

#menu a {
	display: block;
	width: 89px;
	height: 23px;
	padding: 10px 20px 0 20px;
	background: url(images/img03b.jpg) no-repeat;
	letter-spacing: -1px;
	text-align: center;
	font-size: 1.3em;
	color: #FFFFFF;
}

#menu a:hover {
}

#menu .active a {
}

/* Header */

#header {
	width: 754px;
	height: 247px;
	margin: 0 auto;
	padding: 13px 0 0 0;
	margin-top:30px;
	background: url(images/header.png) no-repeat;
}

#header h1 {
	float: left;
	margin:40px 0 5px 250px;
	font-size: 30px;
	font-weight:normal;	
	color: #FFF;
}

#header h2 {
	float: right;
	margin-right:87px;
	text-transform: lowercase;
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 750px;
	margin: 0 auto;
}

/* Posts */

#posts {
	float: left;
	width: 750px;
}

#posts p.lead {
	font-size:18px;
	text-decoration:underline;
	color:#006BD7;
}

#posts .post {
	padding-bottom: 30px;
}

#posts .story {
	padding: 15px 20px 0 20px;
	background: url(images/img08d.jpg) repeat-x;
}

#posts .meta {
	padding: 5px 0 0 20px;
	background: url(images/img06.gif) repeat-x;
}

#posts .meta p {
	margin: 0;
	line-height: normal;
	font-size: smaller;
}

#posts ul {
}

#posts li.clean {
list-style:none;
}

#posts li.news {
font-weight:600;
color:#000000;
margin:0 0 5px 0;
}

/* Links */

#links {
	float: right;
	width: 220px;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 15px 20px 30px 20px;
	background: url(images/img08.jpg) repeat-x;
}

#links li li {
	padding: 3px 0;
	background: url(images/img06.gif) repeat-x left bottom;
}

#links li a {
	background: none;
}

#links li i {
	font-size: smaller;
}

#links h2 {
	font-size: 1.3em;
}

/* Footer */

#footer {
	padding: 40px 0 60px 0;
	background: url(images/img07b.jpg) repeat-x;
}

#footer a {
	background: none;
	color:#EEEEEE;
}

#fwrap{
	width:750px;
	margin:0 auto;
}


div.notice {
background-color:#fbf6cc; border:1px solid #f9dd99; padding:10px; font:bold 12px Verdana; color:#FF0000;

}

#legal {
	margin: 0 auto;
	font-size:12px;
	text-align:center;
	color: #FFFFFF;
}

#freecss {
	margin:0 auto;
	letter-spacing: -1px;
	text-align:center;
	font-size: 10px;
	color:#EEEEEE;
}

.clear{
	margin:0;
	padding:0;
	width:0;
	height:0;
	clear:both;
}