﻿
body {
	margin: 0;
	padding: 0;
	background: #0D0D0D url(images/img1.gif) repeat-y center top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
}

h1, h2, h3 {
	/*text-transform: lowercase;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: Normal;
	text-align:center ;
	/*font-style: italic;*/
	color: #931500;
}

h4 
{
    /*text-transform: lowercase;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align:left ;
	/*font-style: italic;*/
	color: #931500;
}


h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 24px;}

p, ol, ul, blockquote {
	line-height: 22px;
}

a {
	/*border-bottom: 1px dotted #707070;*/
	text-decoration: none;
	color: #BFBFBF;
}

a:hover {
	border-bottom: 1px dotted #707070;
}

strong {
	color: #8D8C8C;
}

/* Posts */

.post {
	margin-bottom: 9px;
	padding: 20px 40px 20px 60px;
	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/img1.gif) repeat-y -150px 0px;
}

.post h2, .post h3 {
	margin-left: -40px;
}

/* Header */

#header {
	width: 600px;
	height: 350px;
	margin: 0 auto;
	background: url(images/img3.jpg);
}

#header h1 {
	margin: 0;
	padding: 40px 0 0 40px;
	font-size: 40px;
	text-align:center ;

}

#header h2 {
	margin: 0;
	padding: 0 0 0 192px;
	font-size: 16px;
	font-weight: bold;
}

#header a {
	border: none;
	letter-spacing: -1px;
	color: #842400;
}

/* menu */

#menu {
	height: 60px;
	width: 600px;
	margin: 0 auto;
	background: url(images/img06.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 20px 30px 15px 18px;
	margin-right: 1px;
	height: 30px;
	background: url(images/img07.gif) no-repeat left 35%;
	text-decoration: none;
	/*text-transform: uppercase;*/
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: black;
	font-weight:bold ;
}

#menu .current_page_item a {
	background: none;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 600px;
	margin: 0 auto;
	padding: 10px;
}

#colOne {
	float: left;
	width: 190px;
	padding-left:0;
	margin-left :0;
	margin-top: 5px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 0;
}

#colTwo {
	float: right;
	width: 400px;
}

#colBoth 
{
    float:left ;
    width: 600px;
    margin-left: 0;
	padding-left: 0;
}

.buttonTheme 
{
	background-Color : #842400;
	color:white;
} 
.buttonTheme:hover
{
	color:black;
	background-color : #842400;
}


/* Footer */

#footer {
	clear: both;
	width: 580px;
	margin: 0 auto;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 9px;
}

#footer * {
	color: #666666;
}

