body {
	margin: auto;
	background: #111111;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: center;
	cursor: default;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	color: #811305;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

h3{
	color: #cccccc;
}

td{
		font-size: 12px;
}

td hr{
	width: 100%;
	height: 1px;
	/* color is for IE */
	color: #333333;
	/* background is for all other web browsers */
	background: #333333;
	/* border: 0 removes the shading in most web browsers */
	border: 0;
	/* A zero-margin aligns it in most web browsers */
	margin: 0;
	/* Aligns it in IE */
	text-align: left;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	list-style: disc;
}

a:link {
	text-decoration: underline;
	color: #999999;
}

a:visited {
	text-decoration: underline;
	color: #999999;
}

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

a.up:link {
    text-decoration: none;
    color: #811305;
}

a.up:visited {
    text-decoration: none;
    color: #811305;
}

a.up:hover {
    text-decoration: underline;
    color: #811305;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

hr{
	width: 100%;
	height: 1px;
	/* color is for IE */
	color: #997700;
	/* background is for all other web browsers */
	background: #997700;
	/* border: 0 removes the shading in most web browsers */
	border: 0;
	/* A zero-margin aligns it in most web browsers */
	margin: 0;
	/* Aligns it in IE */
	text-align: left;
}

/* Form */

form {

	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	color: #999999;
}

input, textarea, select {

	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	
	border-top-color: #777777;
	border-top-width: 1px;
	border-top-style: solid;
	
	border-bottom-color: #777777;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
	border-left-color: #777777;
	border-left-width: 1px;
	border-left-style: solid;
	
	border-right-color: #777777;
	border-right-width: 1px;
	border-right-style: solid;
	
	background-color: black;
}

/* Header */

#header {
	width: 939px;
	margin: 0 auto;
}

/* Menu */

#menu {
	float: left;
	width: 939px;
	height: 60px;
	background: #000000;
}

#menu ul {
	margin: 20px 0 0 30px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 0 20px;
	background: url(../images/img03.gif) no-repeat right 60%;
	text-decoration: none;
	text-transform: capitalize;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

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

#menu .current_page_item a {
	color: #FFFFFF;
}

/* LOGO */

#logo {
	float: left;
	width: 939px;
	height: 273px;
	margin-left: 10px;
	background: url(../images/img02.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 60px 0 0 140px;
	line-height: normal;
}

#logo h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 46px;
	font-style: italic;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	margin: 0;
	padding: 0 0 0 140px;
	font: italic 15px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }

#wrapper {
	width: 959px;
	margin: 0 auto;
	background: url(../images/img01.gif) ;
}

/* Page */

#page {
	background: #000000;
	width: 939px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 630px;
	padding: 30px 30px 0 0;
}

/* Post */

.post {
	text-align: left;
}

.post .title {
	text-align: left;
}

.post h1 {
}

.post h2 {
}

.post .entry {
	padding-top: 10px;
}

.post .meta {
	padding: 0 0 0 0;
	border-top: 1px solid #D1D1D1;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding-right: 20px;
}

.post .meta .comments {
}

.post .meta b {
	display: none;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 215px;
	padding: 30px 0 0 30px;
}

#sidebar a:link {
	text-decoration: none;
	color: #777777;
}

#sidebar a:visited {
	text-decoration: none;
	color: #777777;
}

#sidebar a:hover {
	text-decoration: none;
	color: #CCCCCC;
}


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

#sidebar h2 {
	height: 32px;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 135px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #3A0700;
}

#x {
	padding: 3px;
	border: none;
	background: #3A0700;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
	width: 939px;
	height: 80px;
	margin: 0 auto;
	background: #000000;
}

#footer {
	margin: 0 auto;
	height: 80px;
	min-height: 64px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

html>body #footer {
	height: auto;
}

#footer p {
}

#legal {
	clear: both;
	padding-top: 30px;
	text-align: center;
	color: #888888;
}

#legal a {
	text-decoration: none;
	color: #888888;
}