* {
	padding: 0;
	margin: 0;
	border: 0;
}
html {
	height:100%; /* needed for container min-height */
}

body {	
	height:100%; /* needed for container min-height */
	padding: 0;
	margin: 0;
	background-color:#37221C;
	background-image: url(back.jpg);
	background-repeat: repeat;
	text-align:center;
	font-size: 8pt; 
 	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#content{
	width: 445px;
	float:left;
	margin-top:10px;
}
#cont_text img.norm{
	float:left;
}

#cont_text{
	padding-left: 20px;
	padding-right: 20px;
	width: 385px;
	margin-left:12px;
	background-color: #D1A67D;
	line-height: 20px;
}

#cont_text p{
	padding-bottom: 10px;
	font-size:13px;
}

#cont_text img{
	margin-left: 5px;
	margin-top: 5px;
	float:right;
}

#right {
	float:left;
	position:relative;
	left: -8px;
	top: -21px;

}

#right_init {
	background-image: url(tracks.jpg);
	background-repeat: no-repeat;
	background-position: relative;
	background-position: 0 10px;
	padding-left: 15px;
	padding-right: 15px;
	width: 202px;
	height: 125px;
	line-height: 22px;
	margin-left:17px;
	background-color: #D1A67D;
	color:#59361F;
	font-weight:bold;
	font-size: 12px;
}
#bott {
	float:left;
	
}

#bott1 {
	text-align:right;
	float:left;
}

#space_100{
	height:100px;
}
#space_150{
	height:150px;
}
#space_200{
	height:200px;
}

#everything{
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

	width: 100%;
	background-image: url(back2.jpg);
	background-repeat: repeat-x;
}

#main {
	width: 726px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	line-height:0;
}

#contain {
	float:left;
	height:auto !important; /* real browsers */
	height:100%;
	width: 726px;
	background-image: url(back3.gif);
	background-repeat: repeat-y;
	background-position: relative;
	background-position: 454px 200px;
}

#top {
	padding-top: 59px;
}

#menu {
	float:left;
}

#clearer {
	clear:both;
}

#menu_items{
	/*line-height: 30px;*/
	width:504px;
	height:58px;
	margin-left:77px;
	text-align: right;
	background-image: url(menu_back.jpg);
	float:left;
}

#menu_items ul{
	margin-top: 20px;
}

#menu_items li{
	display: inline;
	margin-right: 30px;
	line-height: 20px;
	list-style-type: none;
	letter-spacing: 1px;
	font-weight:bold;
	font-size: 12px;
	color: #CCCCCC;
	text-transform: uppercase;
}

#menu_items a{
	color: #FFFFFF;
	word-spacing: -5px;
	text-decoration:none;
}
#menu_items a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}


h1 {
	font-size:18px;
	color: #59361F;
	margin-bottom: 16px;
	
}

h2 {
	font-size:14px;
	font-weight: bold;
	color: #59361F;
	margin-top: 16px;
	margin-bottom: 10px;

}

a{
	color: #91410D;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

a.grey{
	position: relative;
	bottom: -8px;
	right:19px;
	color: #AB7E61;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
}

#bott p.copy {
	position: relative;
	bottom: -8px;
	left: 34px;
	font-size:11px;
	color: #AB7E61;
}

strong {
	font-weight: normal;
}
