body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #CCCCCC;
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	line-height: 1.8em;
}

h1 {
	font-size: 2em;
	color: #BFA33F;
	font-weight: normal;
	margin: 0px;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #BFA33F;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 3px;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}
h4 {
	font-size: 1em;
	font-weight: normal;
	color: #BFA33F;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0px;
}

.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .4em;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #808080;
	margin: 0px;
	display: block;
}

blockquote {
	margin: 0px;
	line-height: 1.6em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

a:active, a:focus { 
	outline: 0 
} 

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

a:hover {
	text-decoration: none;
}

img {
	border: none;
}
.twitter {
	clear: both;
	float: right;
}

.thumb {
	float: left;
	background-color: #1A1A1A;
	padding: 5px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #333333;
}

.thumbright {
	float: right;
	background-color: #1A1A1A;
	padding: 5px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	border: 1px solid #333333;
}

.thumbnofloat {
	background-color: #1A1A1A;
	padding: 5px;
	border: 1px solid #333333;
	margin: 0px;
}

.thumbcontact {
	background-color: #1A1A1A;
	padding: 5px;
	border: 1px solid #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.thumbgold {
	float: left;
	background-color: #BFA33F;
	padding: 5px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #333333;
}

.thumbnofloatgold {
	background-color: #BFA33F;
	padding: 5px;
	border: 1px solid #333333;
	margin: 0px;
}

#wrapper {
	width: 1039px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/wrapper.png);
	background-repeat: repeat-y;
}

#header {
	width: 993px;
	height: 169px;
	padding: 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	float: right;
	padding-right: 86px;
	padding-top: 50px;
	font-weight: normal;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Menu */

#menu {
	width: 993px;
	height: 30px;
	margin: 0 auto;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	text-decoration: none;
	font-size: 14px;
	color: #CCCCCC;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 141px;
	margin-right: 1px;
	background-image: url(images/menu_a.png);
	background-repeat: no-repeat;
}

#menu a:hover {
	color: #000000;
	height: 30px;
	width: 141px;
	background-image: url(images/menu_hover.png);
	background-repeat: no-repeat;
}

#menu .last a {
	height: 30px;
	width: 141px;
	margin: 0px;
}

/* Page */

#page {
	width: 973px;
	background-color: #1C1C1C;
	background-image: url(images/page_background1.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#page2 {
	width: 973px;
	background-color: #141414;
	background-image: url(images/page_background2.png);
	background-position: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
}

/* Content */

#content {
	float: right;
	width: 660px;
	padding-top: 8px;
}

#contentwide {
	float: right;
	width: 973px;
}

.post {
	text-align: justify;
}

.post .home {
}

.post .title {
	margin: 0;
}
.post .columns {
	padding: 0px;
	float: left;
	width: 220px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}

.post .meta {
	color: #404040;
	font-size: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #333333;
}

.post .entry {
	padding: 10px;
}

.post .disclaimer {
	text-align: right;
	font-size: small;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
	padding-top: 14px;
}

#sidebar ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebar li {
	margin-left: 20px;
	margin-bottom: 12px;
}

#sidebar li a {
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	background-image: url(images/sidebar_a.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 152px;
	text-align: center;
	height: 24px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

#sidebar li a:hover {
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(images/sidebar_hover.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 4px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 4px;
	color: #000000;
}

#sidebar dl {
	margin-left: 20px;
}

#sidebar dt {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}

/* Footer */

#footer {
	clear: both;
	height: 140px;
	font-size: 72%;
	color: #999999;
	width: 1033px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
}

#footer p {
	margin: 0px;
	text-align: center;
	line-height: 2em;
	padding-top: 20px;
}

#footer a {
	color: #999999;
	text-decoration: underline;
	padding: 4px;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #BFA33F;
}

/* Form Elements */

label {
	display: block;
	line-height: normal;
	text-transform: uppercase;
	font-size: 90%;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #171717;
	padding: 4px;
	width: 400px;
	border: 1px solid #333333;
	margin-top: 4px;
	margin-bottom: 4px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #171717;
	padding: 4px;
	width: 360px;
	border: 1px solid #333333;
	margin-top: 4px;
	margin-bottom: 4px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #171717;
	padding: 4px;
	width: 500px;
	border: 1px solid #333333;
	margin-top: 4px;
	margin-bottom: 4px;
}

.submit {
	height: 26px;
	width: 98px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
