body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background: #1C1310 url('../images/bg.jpg') center center no-repeat fixed;
	font-family: Tahoma;
}

div, p, h1, input {
	margin: 0px;
	padding: 0px;
}

div.base {
	margin: 0 auto;
	width: 980px;
}

div.white {
	background: transparent url('../images/white.png') left top repeat;
	float: left;
}

div.spacer-25 {
	height: 25px;
}

a img {
	border: none;
}

td {
	vertical-align: top;
}

h1 {
	text-align: right;
	font-size: 20px;
	font-weight: normal;
	color: #D3AC29;
	padding-right: 50px;
}

div.white-corner {
	width: 14px;
	height: 14px;
}

div.lt {
	background: transparent url(../images/white-lt.png) right bottom no-repeat;
	float: left;
}

div.rt {
	background: transparent url(../images/white-rt.png) left bottom no-repeat;
	float: right;
}

div.lb {
	background: transparent url(../images/white-lb.png) right top no-repeat;
	float: left;
}

div.rb {
	background: transparent url(../images/white-rb.png) left top no-repeat;
	float: right;
}

#header {
	height: 170px;
	background: transparent url('../images/green.png') left top repeat;
	margin-bottom: 30px;
}

	#header div {
		padding: 30px 0px 0px 0px;
	}
	
		#header div div {
			float: left;
			padding: 0px 0px 0px 30px;
		}
		
			#header div div a {
				margin: 0px 20px 0px 0px;
			}
			
			#header div div input {
				height: 18px;
				float: left;
			}
			
			#header div div #search {
				margin-left: 5px;
				cursor: pointer;
			}
			
			
			#header div div p {
				font-size: 12px;
				color: #FFFFFD;
				font-weight: bold;
				line-height: 24px;
			}			
			
				#header div div p span.example {
					color: #1D9546;
					font-size: 11px;
				}
				
			#header div div p a {
				font-weight: bold;
				color: #FFFFFF;
				font-size: 11px;
				text-decoration: underline;
			}
	
		#header div #logo {
			float: right;
			padding: 0px 30px 0px 0px;
		}

#menu {
	width: 278px;
}
		
	#menu p {
		width: 278px;
		height: 42px;
		background: transparent url('../images/menu-slim.gif') left top no-repeat;
		line-height: 42px;
		text-align: center;
		color: #FFFFFF;
	}
	
	#menu ul {
		list-style-image: url('../images/list-image.gif');
	}
		
		#menu li a:link, #menu li a:visited {
			color: #2B3F24;
			text-decoration: none;
		}
		
		#menu li a:hover {
			color: #D3AC29;
		}

#content {
	padding: 30px;
	color: #00000F;
	font-size: 15px;
}

	#content p {
		text-indent: 15px;
		padding: 0px 0px 10px 0px;
	}

#footer {
	height: 65px;
	background: transparent url('../images/green.png') left top repeat;
	margin-top: 30px;
	color: #948E8E;
	font-size: 11px;
	line-height: 65px;
}

	#footer p {
		padding: 0px 0px 0px 30px;
		width: auto;
		float: left;
	}

		#footer p a {
			color: #948E8E;
			text-decoration: underline;			
		}
		
		#footer img {
			float: right;
			margin: 15px 30px 15px -10px;
		}