* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #423429;
	background-color: #000;
}

a {
	text-decoration: none;
	color: #CE6500;
}
a:hover {
text-decoration: underline;
color: #4F5D7F;
}

#wrap {
	width: 900px;
	background: #fff;
	padding: 2px;
	border: 2px solid #A55508;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	height: 231px;
	background-color: #554d42;
	background-image: url(images/333.jpg);
	background-repeat: no-repeat;
	text-align: right;
}
#header h1 {
	font-size: 50px;
	letter-spacing: -7px;
	padding: 17px 0 0 10px;
	color: #CE6500;
}
#header h1 a { 
color: #D1DDEF;
text-decoration: none;
font-weight: 600;
letter-spacing: -7px;
}
#header h1 a:hover {
color: #fff;
}

#menu {
height: 30px;
line-height: 30px;
background: #000;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #fff;
}
#menu ul li a:hover {
color: #aaa;
text-decoration: none;
}

#content {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 0;
	background-image: url(images/bdo.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.right {
	float: right;
	width: 625px;
	text-align: justify;
	padding-top: 5px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}

.left {
	float: left;
	width: 250px;
	padding-top: 10px;
}
.left h2 {
	margin: 10px 0 0 0;
	padding-left: 10px;
	height: 24px;
	line-height: 24px;
	color: #CE6500;
	font-size: 15px;
}
.left ul {
padding: 10px 0 15px 30px;
list-style-type: square;
color: #99AECD;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

#footer {
	text-align: center;
	font-size: 11px;
	color: #aaa;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	height: 35px;
	background-position: bottom;
	background-color: #F7EBDE;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }
#cru {
	float: right;
}
.right h1 {
	font-size: 18px;
	font-weight: 100;
	padding: 15px 0 7px 0;
}
.right h1 a {
	text-decoration: none;
}
.right h1 a:hover {
}
