

body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: "georgia";
	font-size: 11px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family:  times new roman;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: 2px;
	font-size: 20px;
}

h2 {
	font-size: 20px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color: #C7CED9;
}

a:hover, a:active {
	text-decoration: bold;
                     text-transform: uppercase;
	color: #FEFEFC;
}

a:visited {
	color: #881B18;
}

img {
	border: 3px;
                      border-color: #881B18
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 939px;
	margin: 0 auto;
}

/* Menu */

#menu {
	float: left;
	width: 966px;
	height: 50px;
	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/bg2.gif) no-repeat right 60%;
	text-decoration: none;
	text-transform: uppercase;
	font: 13px georgia;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: none; 
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/** LOGO */

#logo {
	float: left;
	width: 939px;
	height: 310px;
	margin-left: 10px;
	background: url(images/img02.jpg) no-repeat left top;
}

#wrapper {
	width: 966px;
	margin: 0 auto;
	background: url(images/bg.jpg) repeat-y left top;
}

/* Page */

#page {
	width: 939px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 630px;
	padding: 30px 30px 0 0;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 215px;
	padding: 30px 0 0 30px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding-bottom: 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 2px 0 2px 0;
}

#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: #FFFFFF;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #FFFFFF;
}

/* Footer */


#footer {

	float: left;
	width: 939px;
	height: 100px;
	margin-left: 10px;
	background: url(images/footer.jpg) no-repeat left bottom;
}

html>body #footer {
	height: auto;
                    
}

#footer p { 
}

#legal {
	clear: both;
	padding-top: 30px;
	text-align: right;
	color: #FFFFFF;
}

#legal a {
	text-decoration: none;
                      text-align:right;
	color: #FFFFFF;
}
