﻿
.style1 {
	color: #FFFFFF;
}
.style2 {
	text-align: left;
}
.style3 {
	color: #FFFF00;
}
.style4 {
	color: #FFFFFF;
	font-size: small;
}
.style5 {
	font-size: small;
}
.style6 {
	color: #FFFF00;
	text-decoration: underline;
}
.style7 {
	font-size: small;
	text-align: center;
}
.style8 {
	color: #FFFFFF;
	font-size: small;
	text-align: center;
}
.style9 {
	color: #FFFFFF;
	font-size: small;
	text-align: left;
}
.style10 {
	color: #FFFFFF;
	font-size: medium;
}
.style11 {
	text-decoration: underline;
}
.style12 {
	text-align: center;
}
.style50 {
	font-size: medium;
}
.style51 {
	font-size: xx-small;
}

.style80 {
	font-size: small;
	text-align: left;
	color: #FFFFFF;
}
.style82 {
	color: #BFBFBF;
	font-size: small;
	text-align: left;
}
body {
	margin: 0;
	padding: 0;
	background: #0D0D0D url(images/img1.gif) repeat-y center top;
	font-family: Tacoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070; 
}

h3 {

	font-family: Arial, "Papyrus", Papyrus, serif;
	font-weight: bold;
	color: #FF941D;
}

h2 {

	font-family: Arial, "Papyrus", Papyrus, serif;
	font-weight: bold;
	color: #FF941D;
}

h1 {

	font-family: Georgia, "Papyrus", Papyrus, serif;
	font-weight: normal;
	font-style: italic;
	color: #FF941D;
}

h2 { font-size: 24px; }
h3 { font-size: 18px; }

blockquote {
	line-height: 22px;
}

ul {
	line-height: 22px;
}

ol {
	line-height: 22px;
}

p {
	line-height: 22px;
}

a {
	text-decoration: none;
	color: #BFBFBF;
    font-size: small;
    font-weight: 700;
}

a:hover {
	border: none;
	color: #FFFF00;
}

strong {
	color: #FFFFFF;
}

/* Posts */

.post {
	margin-bottom: 9px;
	padding: 4px 10px 10px 10px;
	background: #131313;
	border-top: 1px solid #1F1F1F;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #1F1F1F;
	background: url(images/gradient3.jpg) repeat-y -150px 0px;
}

.post h3 {
	margin-left: -0px;
}

.post h2 {
	margin-left: -0px;
}

#imageB {
	border:thin white double; 
}

/* Header */

#header {
	width: 599px;
	height: 200px;
	margin: 0 auto;
	background: url(images/img6.jpg);
	border:thin white double; 

}

#header h1 {
	margin: 0;
	padding: 40px 0 0 40px;
	font-size: 36px;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 192px;
	font-size: 16px;
}

#header a {
	border:none; 
	letter-spacing: -1px;
	color: #FFFF52;
}

/* Content */

#content {
	width: 580px;
	margin: 0 auto;
	padding: 10px;
	
}

#colOne {
	float: left;
	width: 185px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#colTwo {
	float: right;
	width: 390px;
}

/* Footer */

#footer {
	clear: both;
	width: 580px;
	margin: 0 auto;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 11px;
}

#footer * {
	color: #FFFFFF;
}