* { padding: 0; margin: 0; }

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	line-height: 1.4;
	background-color:#000;

}

#wrapper { 
 margin: 0 auto;
 width: 1020px;
 background-color: #000;

}
h1 {font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
line-height: 1.4;
margin-bottom: 10px;
	color: #CCCCCC; 
}
#header {
 width: 1023px;
 float: left;
 height: 50px;
 margin: 10px 0px 0px 0px;
}
#navigation {
 width: 300px;
 float: left;
 height: 50px;
 margin: 10px 0px 0px 700px;
}
a {
	color: #000; 
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.logo {
position:relative;
 margin: -106px 0px 0px 80px;
z-index:1000;
}
#content {
 width: 1023px;
 float: left;
height: auto;
 margin: 0px 0px 0px 0px;
}
#content-logo {
 clear: both;
 width: 300px;
 float: left;
height: auto;
 margin: 0px 0px 0px 0px;
 z-index:1000;
}
#leftcolumn { 
 float: left;
 margin: 0px 0px 0px 64px;
 height: 430px;
 width: 300px;
  display: inline;
}
#rightcolumn { 
 float: left;
 margin: 0px 0px 0px 2px;
 height: 430px;
 width: 650px;
 display: inline;
 background-color:#FFFFFF;
}
#footer {
 width: 1023px;
 height: 60px;
 clear: both;

}
ul {
padding: 10px;
line-height: 1.5em;
list-style: none
}
	
h3 {font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
line-height: 1.4;
margin-bottom: 5px;
	color: #666666; 
}
h2 {font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
margin-bottom: 5px;
	color: #666666;
}
#menu { 
 margin: -45px 0px 0px 400px;
 width: 620px;
 float: left;
  background-color:#000000;

}

/*- Scrollbar --------------------------- */

#info-scroll { 
 margin: 0px 0px 0px 0px;
 height: 430px;
 width: 650px;
 float: left;
background-color:#fff;
}
.Container {
  position: relative;
  top: 10px; left: 20px;
  width: 570px;
  height: 400px;
  text-align: center;

}
#Scroller-1 {
	position: absolute;
	overflow: hidden;
	width: 600px;
	height: 380px;
	left: 10px;
	top: 10px;
}
#Scroller-1 p {
  margin: 0; padding: 10px 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  color: #666666;
}
.Scroller-Container {
  position: absolute;
  top: 10px; left: 10px;
}
#Scrollbar-Container {
  position: relative;
  top: 15px; left: 10px;
 
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}
.Scrollbar-Track {
  width: 10px; height: 355px;
  position: absolute;
  top: 10px; left: 0px;
  background-color: #CCCCCC;
}
.Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 30px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 370px;
}
ul {
padding: 10px;
line-height: 1.5em;
list-style: none
}
	
h3 {font-family: arial,sans-serif;
font-size: 20px;
line-height: 1.4;
margin-bottom: 5px;
	color: #826c4e; 
}
h2 {font-family: arial,sans-serif;
font-size: 14px;
margin-bottom: 5px;
	color: #826c4e;
}

/* ------------   SAMPLE MENU STYLES     -------------------- */
#menu-main {
height: 200px;
width: 600px;
padding: 30px 0px 300px 30px;
}

.samplemenu-title {
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
padding-bottom: 5px;
color:#333333;
text-align: center;
}
.samplemenu p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  color: #666666;
text-align: center;
}
.samplemenu ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  color: #666666;
color:#666;
text-align: center;
}
/* ------------   END SAMPLE MENU STYLES     -------------------- */
#horz-line {
width: 500px;
height: 10px;
padding:10px;
border-top: 2px dotted #666666
}
/*  ----------------------  NAVIGATION  ------------------------------*/
#underlinemenu{
margin: 0px 0px 0px 0px;
padding: 0;
}

#underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
width: 100%;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}
#underlinemenu ul li a:hover{
color: #d82213;
}
#underlinemenu ul li a:active{
color: #d82213;
}
#underlinemenu ul li a{
float: left;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
font-size:12px;
color: #fff;
padding: 7px 30px 7px 7px;
text-decoration: none;
}