/* CSS Document */

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


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

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

}

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

#header h1{
font-size:5.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.1em;
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: #BBB5A2;
}

#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;
}

#intro h4{
font-size: 1.4em;
font-style: italic;
font-weight: lighter;
font-family: "Monotype Corsiva", Arial, sans-serif;
margin:0.5em 0 10px 0.5em;
color: #999999;
}


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

#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;
	border: dotted 0px #8c7e5e;
}

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

#linkList {
	position: absolute;
	top: 195px;
	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;
} 
   
#linkList2 h4{
font-size:1.3em;
margin:0.5em 0 10px 0.5em;
color: #BBB5A2;
}    


.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 0px #8c7e5e;
display:block;
}




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