html {
	margin: 0;
	padding: 0;
	height: 100%;
	}
	
body {
	background: #432500 url(../images/bg.gif) center repeat-y;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	color: #000;
	}
	
input, select, textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	}

form {
	margin: 0;
	padding: 0;
	}
	
a {
	color: #FF4200;
	text-decoration: none;
	}
a:link {
	color: #FF4200;
	text-decoration: none;
	}
a:active {
	color: #FF4200;
	text-decoration: none;
	}
a:visited {
	color: #FF4200;
	text-decoration: none;
	}
a:hover {
	color: #000;
	text-decoration: underline;
	}

#container {
	position: relative;
	background: #FFEDD0;
	width: 946px;
	margin: 0 auto;
	padding: 0;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	text-align: center;
	/*border-left: 2px solid #FF4200;
	border-right: 2px solid #FF4200;*/
	}

#top {
	width: 946px;
	background: #FFEDD0;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
	#logo {
		float: left;
		margin: 0;
		padding: 10px;
		}
	
	#nav {
		float: right;
		margin: 0;
		padding: 0;
		padding-top: 77px;
		}
		
		#nav ul {
			list-style: none;
			display: inline;
			margin: 0;
			padding: 0;
			}
			
			#nav ul li {
				float: left;
				postion: absolute;
				right: 0;
				margin: 0;
				padding: 0;
				padding-left: 4px;
				}
			
			#nav li {
				margin: 0;
				padding: 0;
				height: 25px;
				}
				
			#nav li a {
				margin: 0;
				padding: 0;
				height: 25px;
				}
				
			html>body #nav li a {
				display: block;
				}
			
			#nav #nav01 a {
				background: #432500 url(../images/nav01_2.gif) no-repeat;
				background: #432500 url(../images/nav01.gif) no-repeat;
				}
				
			#nav #nav01 a:hover {
				background: #FF4200 url(../images/nav01_2.gif) no-repeat;
				}
			
			#nav #nav02 a {
				background: #432500 url(../images/nav02_2.gif) no-repeat;
				background: #432500 url(../images/nav02.gif) no-repeat;
				}
				
			#nav #nav02 a:hover {
				background: #FF4200 url(../images/nav02_2.gif) no-repeat;
				}
			
			#nav #nav03 a {
				background: #432500 url(../images/nav03_2.gif) no-repeat;
				background: #432500 url(../images/nav03.gif) no-repeat;
				}
				
			#nav #nav03 a:hover {
				background: #FF4200 url(../images/nav03_2.gif) no-repeat;
				}
			
			#nav #nav04 a {
				background: #432500 url(../images/nav04_2.gif) no-repeat;
				background: #432500 url(../images/nav04.gif) no-repeat;
				}
				
			#nav #nav04 a:hover {
				background: #FF4200 url(../images/nav04_2.gif) no-repeat;
				}
				

#header {
	clear: both;
	width: 946px;
	margin: 0;
	padding: 0;
	text-align: center;
	border-top: 2px solid #FF4200;
	border-bottom: 4px solid #432500;
	}

#content {
	width: 846px;
	background: #FFEDD0;
	font-size: 1.0em;
	line-height: 1.4em;
	text-align: left;
	margin: 0;
	padding: 30px 50px 50px 50px;
	height: 100%;
	border-right: 1px solid #333;
	}

#footer {
	clear: both;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 946px;
	background: #FFEDD0;
	margin: 0;
	margin-top: -150px;
	padding: 5px 0;
	border-top: 2px solid #FF4200;
	border-bottom: 2px solid #FF4200;
	text-align: center;
	font-size: 10px;
	}
	
	#footer ul {
		list-style: none;
		display: inline;
		margin: 0;
		padding: 0;
		}
		
		#footer ul li {
			display: inline;
			margin: 0;
			padding: 0 7px;
			border-left: 1px solid #000;
			}
			
		#footer a {
			text-decoration: none;
			color: #000;
			}
			
		#footer a:hover {
			text-decoration: underline;
			color: #FF4200;
			}
		
		#footer #copyright {
			color: #666;
			}
