body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
}
img{
	border:0;
}
.main{
	background-image:url(images/bg2.gif);
}
.bottom{
	background-image:url(images/bottom.gif);
	width:766px;
	height:53px;
}
.bottom1{
position:relative;
float:left;
padding-left:40px;
}
.bottom2{
position:relative;
float:right;
padding-right:40px;
}
.bottom1 a, .bottom2 a{
	color:#DDDDDA;
	padding-right:40px;
	font-size:10px;
	background-color:inherit;
}
.left{
	background-image:url(images/l_bg.gif);
}
.text1{
	color:#D8D7CA;
	background-color:#5D5C4A;
	padding-left:5px;
}
.text2{
	color:#D8D7CA;
	background-color:#5D5C4A;
	padding:10px 0 0 10px;
}
.link1{
	text-align:right;
	padding:10px 10px 0 0;
}
.link1 a{
	color:#DAC46B;
	background-color:#5D5C4A;
	font-size:10px;
}
.link2 a{
	color:#DAC46B;
	background-color:#5D5C4A;
}

/* Menu */

#menu {
	float: none;
	background: #8d8b72;
	border-top: 1px #b4b39f solid;
	border-left: 1px #b4b39f solid;
	border-bottom: 1px #5f5d4a solid;
	border-right: 1px #5f5d4a solid;
	margin: 30px 0 0 0;
}

#menu ul {
	margin: 0px 0 0 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: none;
	margin: 0px 0px 0px 1px;
}

#menu a {
	display: block;
	width: auto;
	height: 28px;
	padding: 12px 20px 0px 20px;
	
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first {
	background: none;
}

#menu .active a {
}


h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}
