/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
	margin: 0;
	padding: 0;
	text-transform: none;
	font-weight: normal;
	color: #0C9AD2;
}
h1 {
	font-size: 2.6em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.9em;
}
h4 {
	font-size: 1.8em;
}
h5 {
	font-size: 1.7em;
}

h6 {
	font-size: 1.6em;
}

h7 {
	font-size: 1.5em;
}

h8 {
	font-size: 1.4em;
}

a {
	color: #EA8B36;
}

a:hover {
	text-decoration: none;
}

blockquote {
	font-style: italic;
}

/* Header */

#header {
	width: 800px;
	height: 140px;
	margin: 0 auto 2em auto;
	background: #4D7ACF url(images/img1.jpg);
}

#header h1 {
	float: left;
	padding: 80px 0 0 20px;
	letter-spacing: -2px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 100px 0 0 10px;
	font-size: 1em;
	font-weight: bold;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

#header h2 a {
	color: #000000;
}

/* Content */

#content {
	width: 760px;
	margin: 0 auto;
}

/* Column One */

#colOne {
	float: left;
	width: 550px;
}

#colOne .post {
}

#colOne .title {
}

#colOne .posted {
	border-top: 1px solid #FF942F;
	font-size: x-small;
}

#colOne .story {
	padding: 0 20px;
	text-align: left;
}

#colOne .meta {
	margin: 0 0 3em 0;
	padding: 5px 10px;
	background: #FFFFFF url(images/img3.gif) repeat-x;
	border-top: 1px solid #FF942F;
	font-size: x-small;
}

#colOne .meta p {
	margin: 0;
	padding: 0;
}

/* Column Two */

#colTwo {
	float: right;
	width: 200px;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li {
}

#colTwo li li {
	height: 23px;
	padding: 7px 0 0 20px;
	background: #FFFFFF url(images/img3.gif) repeat-x;
}

#colTwo h2 {
	height: 30px;
	padding: 5px 0 0 10px;
	background: #FF942F url(images/img2.gif) repeat-x;
	letter-spacing: normal;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
}

#colTwo a {
	text-decoration: none;
}

#colTwo a:hover {
	text-decoration: underline;
}

#colTwo form {
	margin: 0;
	padding: 20px 10px;
}

#colTwo #textfield1 {
	width: 170px;
	border: 1px solid #FF942F;
}

#colTwo #submit1 {
	display: none;
}

/* Footer */

#footer {
	width: 750px;
	height: 52px;
	margin: 0 auto;
	padding: 10px 0 0 10px;
	background: #FF942F url(images/img2.gif) repeat-x;
	letter-spacing: normal;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#footer p {
	margin: 0;
	color: #3366FF;
}

#footer a {
	color: #3366FF;
}

