/* General Options */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 18px;
	color: #4E1013;
	background:  url(../images/bg.gif) top repeat-x #000;
}

hr {
	float: left;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #eee;
	margin-bottom: 20px;
	overflow: hidden;
}


h1, h2, h3, h4, h5, h6, strong {
	color: #A81D24;
}

h2 {
border-bottom: 1px solid #A81D24;
display:inline;
}
h2 span {
border-bottom: 4px solid #A81D24;
line-height:160%;
}

h3 {
	font-size:16px;
	font-weight:bold;
}
h4 {
	font-size:14px;
	font-weight:bold;
}
h5 {
	font-size:13px;
	font-weight:bold;
}

a, a:visited {
	color:#FE4311;
	font-weight:bold;
}

a:hover {
	color:#D74729;
}

img {
	border: 0;
}

/* Common Classes */
.left {
	float: left;
}

.right {
	float: right;
}



/* Basic Structure */
#wrap {
	float: left;
	width: 100%;
	background: url(../images/mainbg.jpg) top center no-repeat;
}

#container {
	width: 750px;
	margin: 0 auto;
}

#header {
	clear: both;
	float: left;
	width: 750px;
	overflow: hidden;
}

#content {
	clear: both;
	float: left;
	background: url(../images/contentbg.jpg) top center no-repeat #ffffff;
	padding:0 20px;
	width: 710px;	
}

#footer {
	clear: both;
	width: 100%;	
	font-size: 0.9em;
	color: #999;
	padding-top:45px;
	height: 34px;
	text-align: center;
	background: url(../images/footer.jpg) top center no-repeat #000000;
	margin: 0 auto;
}

/* Header Stuff */
#header h1 {
	float: left;
	width: 413px;
	margin-bottom: 0;
}

#header h1 a {
	float: left;
	width: 413px;
	height: 350px;
}

#header h1 a span {
	display: none;
}

#nav {
	float: right;
	padding: 185px 55px 0 0;
	width: 200px;
}

#header ul {
	float: right;
	list-style: none;
	margin:0;
	width: 200px;
}

#header ul li {
	display: block;
	border-top: 1px solid #525163;
	padding: 8px 5px;
	margin-top: -1px;
}

#header ul li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
}

#header ul li a:hover, #header ul li.active a {
	color: #9F1314;
}

/* Footer Stuff */
#footer p {
	margin-bottom: 0;
}

.text-in{
text-indent:25px;
}
