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

body {
	background: #0D0D0D url('images/back_bar.gif') repeat-y center top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
/*    font-family: Georgia, "Times New Roman", Times, serif;*/

	font-size: 12px;
	color: #CCCCCC
}

h1, h2, h3, h5 {
	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: #FFFFFF;
}

a:hover {
  text-decoration: underline;
  color: #FF941D;
}

strong {
	color: #8D8C8C;
}

/* Posts */

.post {
	font-size: 14px;
	margin-bottom: 9px;
	border-top: 1px solid #1F1F1F;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #1F1F1F;
	background: url('images/back_bar.gif') repeat-y -150px 0px;; padding-left:60px; padding-right:40px; padding-top:20px; padding-bottom:20px
}

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

/* Header */

#header {
	width: 900px;
	height: 169px;
	margin: 0 auto;
	background: url('images/header_main.jpg');
}

#header_as {
	width: 900px;
	height: 169px;
	margin: 0 auto;
	background: url('images/header_as.jpg');
}

#header h1 {
	margin: 0;
	padding: 20px 0 0 30px;
	font-size: 36px;
	color: #FF941D;
	

}

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

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

.image_r {
	float: right;
	margin: 5px 15px 0 0;
	border: 4px solid #000000;
}

.image_l {
	float: left;
	margin: 5px 15px 0 0;
	border: 4px solid #000000;
}



/* Content */

#content {
	width: 900px;
	margin: 0 auto;
	padding: 10px;
}

#colOne {
	margin-left: 10px;
	float: left;
	width: 170px;
}

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


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

/* Footer */

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

#footer p {
	margin: 0;
	text-align: center;
	font-size: 9px;
	line-height: 12px;
}

#footer * {
	color: #555555;
}