body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #707070;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #e1a849;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #bbbbbb;
        font-size: 19px;
}
h1 { font-size: 23px; }
h2 { font-size: 21px; }
h3 { font-size: 20px; }

p, blockquote {
	line-height: 22px;
}

p.faq {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #e1a849;
font-size: 18px;
}

ol, ul { font-size: 15px;
}

a {
	text-decoration: underline;
	color: #BFBFBF;
}

a:hover {
	border: none;
}

strong {
	color: #8D8C8C;
}
img.photo {border:3px solid #707070;}

/* Posts */

.post {
	margin-bottom: 9px;
	padding: 10px 20px 10px 20px;
	background: #131313;
	border-top: 1px solid #1F1F1F;
	border-right: 1px solid #1F1F1F;
	border-bottom: 1px solid #1F1F1F;
	border-left: 1px solid #1F1F1F;
}

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

/* Header */

#header {
	width: 800px;
	height: 250px;
	margin: 0 auto;
	background: url(images/img2.jpg);
}

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

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

#header a {
	border: none;
	letter-spacing: -1px;
	color: #FF941D;
}
/* Menu */
#menu			{
        width: 830px;
	margin: 0 auto;
	text-align: center;
			}
#menu a			{
					text-decoration: underline;
					font-weight: bold;
				   	line-height: 50px;
				   	padding: 0 9px;
				   	border-left: solid 1px black; 
					}
#menu a:hover	{text-decoration: none}	

/* Content */

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

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

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

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

/* Footer */

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

#footer p {
	margin: 0;
	text-align: right;
	font-size: 9px;
        color: #707070;
}
#footer a { 
        font-size: 9px;
text-decoration: underline;
        color: #707070; 
}

#footer * {
	color: #333333;
}
