/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: url(images/background.gif);
}
a {
	color: #E0B53D;	
}
a:hover {
	color: #669966;	
}


#container {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0 50px 0 50px;
	width: 640px !important;
	width /**/: 750px;
	background: url(images/background_container.gif) repeat-y;

	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: .85em;
	color: #BBB5A2;

}

#header {
width: 670px;
height: 150px;
background: url(images/top_bg2.jpg) no-repeat;
text-align: center;
}

#header h1{
font-size:3.0em;
margin:0 0 0 0;
color: #b78c1d;
padding: 50px 50px 0 0;
}

#header h2{
font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
font-size:1.2em;
margin:0 0 0 0;
padding: 0 50px 0 0;
color: #BBB5A2;
}



#intro {
width: 468px;

}

#intro {

	padding-bottom: 0;
	width: 468px !important;
	width /**/: 468px;
	color: #BDC1BC;
}

#intro h2{
font-size:1.5em;
margin:0.5em 0 0.5em 0;
color: #b32b01;
}

#intro h3{
font-size:1.3em;
margin:0.5em 0 10px 0.5em;
color: #b78c1d;
}



#bottom {
	width: 425px;
	height: 20px;
	margin: 20px 0 0px 30px ; 
	padding: 0px 0px 0 0px;
	background: url(images/glass_bar.jpg) top center no-repeat;
	}

#content {
	margin: 10px 0 0px 0;
	padding: 0 0 0 30px;
	width: 420px !important;
	width /**/: 460px;
}


#linkList {
	position: absolute;
	top: 160px;
	left: 525px;
	width: 177px;
	background: url(images/nav_top.gif) no-repeat;
	background-position: top center;
	background-color: #101010;
	padding: 25px 0 0 0;

}
#linkList2 {
	color: #BBB5A2;
}

#linkList2 p{
	color: #BBB5A2;
	margin:0.5em 0 10px 0.5em;
}

#linkList2 h3{
font-size:1.3em;
margin:0.5em 0 10px 0.5em;
color: #b32b01;
}



.navigation {
	margin-top: 20px;
	padding-bottom: 5px;
	width: 177px;
	height: 31px;
}
#lnavigation ul {
	width: 150px;
	list-style-type: none;
}
#lnavigation ul li {
	width: 150px;
	padding: 5px 0 5px 25px;
	display: block;
	background: url(images/bullets.gif) 14px 7px no-repeat;
	border-bottom: 1px solid #8c7e5e;
}
#lnavigation ul li a{
	display: block;
	font-weight: bold;
	color: #D07B02;
	text-decoration: none;
	line-height: 12px;
}
#lnavigation ul li a:hover{
	color: #FAA123;
	background-color: #202020;
}
#lnavigation ul li a.c {
	color: #C13003;
	display: inline;
	font-weight: bold;
}
#lnavigation ul li a.c:hover {
	color: #C13003;
	text-decoration: underline;
}


#navimg {
margin: 0 auto 0 auto;
border: dotted 1px #8c7e5e;
display:block;
}

#linkbottom {
	width: 177px;
	height: 20px;
	background: url(images/nav_bottom.gif) no-repeat;
	background-position: bottom center;
	background-color: #000000;
	padding: 0px 0 0 0;
	margin: 0;

}


#footer {
	margin: 0px -30px 30px 0 ; 
	padding: 30px 30px 10px 30px;
	height: 20px !important;
	height /**/: 70px;
	text-align: center;
}
#footer a{
	color: #FFFFFF;
}