/*
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: #081301;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f9f898;
}

h1, h2, h3 {
	text-transform: sentence case;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #FF941D;
}

h2 { font-size: 24px; }
h3 { font-size: 18px; }

p, ol, ul, blockquote {
	line-height: 22px;
}

a {
	border-bottom: 1px dotted #707070;
	text-decoration: none;
	color: #fcfbe4;
}

a:hover {
	border: none;
}

strong {
	color: #8D8C8C;
}

/* Posts */

.post {
	margin-bottom: 5px;
	padding: 20px 20px 10px 50px;
	background: url(images/012.gif);
	border-top: 3px solid #eef2c0;
	border-right: 3px solid #eef2c0;
	border-bottom: 3px solid #eef2c0;
	border-left: 3px solid #eef2c0;
}

.post h2, .post h3 {
	margin-left: -40px;
}

/* Header */

#header {
	width: 600px;
	height: 150px;
	margin: 0 auto;
	background: url(images/bolt_2.gif);
}

#header h1 {
	margin: 0;
	padding: 80px 0 0 20px;
	font-size: 1px;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 50px;
	font-size: 2px;
}

#header a {
	border: none;
	letter-spacing: -1px;
	color: #FF941D;
}

/* Content */

#content {
	width: 600px;
	margin: 0 auto;
	padding: 5px;
}

#colOne {
	float: left;
	width: 200px;
        margin-left: 2;
	padding-left: 2;
        background: url(images/02.gif);
	border-top: 3px solid #eef2c0;
	border-right: 3px solid #eef2c0;
	border-bottom: 3px solid #eef2c0;
	border-left: 3px solid #eef2c0;
}

#colOne ul {
	margin-left: 2;
	padding-left: 2;
	list-style: none;
}

#colTwo {
	float: right;
	width: 390px;
}

/* Footer */

#footer {
	clear: both;
	width: 598px;
	margin: 0 auto;
        height: 30px;
	margin: 0 auto;
	padding-top: 0px;
        background: #240101 url(images/03.gif);
        border-top: 3px solid #eef2c0;
	border-right: 3px solid #eef2c0;
	border-bottom: 3px solid #eef2c0;
	border-left: 3px solid #eef2c0;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 10px;
}

#footer * {
	color: #ffffff;
}