/*
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: #0D0D0D url(index_files/images/img1.gif) repeat-y center top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
        font-size:85%;
	color: #FF941D;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: white;
}

h5  {

font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: white;
}


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: #BFBFBF;
}

a:hover {
	border: none;
}

strong {
	color: #8D8C8C;
}

/* Posts */

.post {
	margin-bottom: 9px;
	padding: 0px 0px 0px 0px;
	border-top: 0px solid #1F1F1F;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #1F1F1F;
	
}

.post h2, .post h3 {
	margin-left: -40px;
}

/* Header */

#header {
	width: 600px;
	height: 200px;
	margin: -100 auto;
	background: url(index_files/images/header.jpg);
}

#header h1 {
	margin: 0;
	padding: 20px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 384px;
	font-size: 16px;
}

#header a {
	border: none;
	letter-spacing: -1px;
	color: #FFFF52;
}

/* Content */

#content {
	width: 800px;
	margin: -150 auto;
	padding: 100px;
}

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

#colOne ul {
	margin-left: 0;
	padding-left: 0;
	
}

#colTwo {
	float: right;
	width: 350px;
        margin-left: -40px;
        
}

/* Footer */

#footer {
	clear: both;
	width: 350px;
	margin: 0 auto;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	text-align: left;
	font-size: 10px;
        color: white;
}

#footer * {
	color: white;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #000000;
color: White;
float: left;
width: 50%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #036;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}



