body {
	margin: 0px;
	font-family: arial;
	background-image: url(../01_images/layout/body_background.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}
	
#header {
	height: 154px;
	background-image: url(../01_images/layout/top.jpg);
	background-repeat: repeat-x;
}	
	
#container {
	margin:0 auto;
	width:800px;
	border-right: 1px solid #373737;
	border-bottom: 1px solid #373737;
	border-left: 1px solid #373737;
	background-color: #0e0e0e;
	}

	#nav {
	background:url(../01_images/layout/links_background.jpg) repeat-x;
	text-align: center;
	padding-top: 1px;
	height: 22px;
	}
	#nav ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li{
		display:inline;
		margin:0;
		padding:0;
	}
	
	#nav a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 25px;
	padding-top: 25px;
	}
	
		#nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
	padding-top: 25px;
	}
	
	#nav a:hover {
	text-decoration: underline;
	color: #EEC23B;
	}
	
	

	
	
		#left a:link {
	text-decoration: none;
	color: #EEC23B;
	}
	#left a:visited {
	text-decoration: none;
	color: #EEC23B;
	}	
	#left a:hover {
	text-decoration: underline;
	color: #EEC23B;
	}
	
	.orange-text {
	color: #EEC23B;

	}
.orange-text-line {
	color: #EEC23B;
	text-decoration: underline;
	}

		#left-new {
	float:left;
	width:785px;
	padding-top: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	font-size: 12px;
	}
	
	
	#left {
	float:left;
	width:615px;
	padding-top: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	font-size: 12px;
	}


		#right a:link {
	text-decoration: none;
	color: #FFFFFF;
	}
	
		#right a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}
	
	#right a:hover {
	text-decoration: underline;
	color: #EEC23B;
	}

	#right {
	float:right;
	width:160px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #373737;
	color: #D3AC37;
	font-size: 12px;
	background-color: #141414;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #373737;
	}

#spacer {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #373737;
	border-bottom-color: #373737;
	height: 10px;
}

		#footer a:link {
	text-decoration: none;
	color: #FFFFFF;
	}
	
		#footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	}
	
	#footer a:hover {
	text-decoration: underline;
	color: #EEC23B;
	}
	
	



	#footer {
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #373737;
	background-color: #1a1a1a;
	font-size: 10px;
	color: #999999;
	text-align: center;
	padding-bottom: 2px;
	}

h1 {
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	color: #F0C23B;
	margin: 0px;
}
h2 {
	font-size: 12px;
	font-weight: 300;
	font-style: italic;
	color: #CCCCCC;
	margin: 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	margin: 0px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	margin: 0px;
}



.underline {
	text-decoration: underline;
}

.tabletext {
	padding-left: 5px;
}

.tablefield {
	width: 325px;
	background-color: #CCCCCC;
	border: 1px solid #000000;
}

