﻿
body {
	margin: 0;
	padding: 0;
	background: #1B120B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	

}

h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #000000;
}

h2 {
	margin: 0;
	padding: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #000000;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #000000;
}

ol {
	margin-top: 0;
	line-height: normal;
}

ul {
	margin-top: 0;
	line-height: normal;
}

p {
	margin-top: 0;
	line-height: normal;
	padding: 12px;

}

a {
	text-decoration: none;
	color: #60A2B1;
	line-height: normal;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	line-height: normal;
	font-weight: bold;

}

#wrapper {
	margin: 0 auto;
	padding: 0;
	background: url(images/img05.jpg) repeat-x left top;
	

}

/* Header */

#header-wrapper {
}


#header {
	width: 960px;
	height: 285px;
	margin: 0 auto;
	background: url(images/header.png) no-repeat left top;
}



/* Menu */

#menu {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img01.jpg) repeat-x left top;
}


/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img14.jpg) repeat left
top;
	border-bottom: 5px solid #bc997d;
}

#page-bgtop {
}

#page-bgbtm {
	padding: 30px 20px 0px 20px;
}

/* Content */

#content {
	float: left;
	width: 895px;
	padding: 0;
}




/* Footer */

#footer-wrapper {
	width: 100%;
	background: #231202;
}

#footer {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: url(images/img011.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 5px solid #bc997d;
}


#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: .75em;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

#footer a:active {
	color: #ffffff;
	font-weight: normal;
}
#footer a:link {
	color: #ffffff;
	font-weight: normal;
}
#footer a:visited {
	color: #ffffff;
	font-weight: normal;
}

#footer a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration:underline;
}
	
	
	


