@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

a {
		font-family:Arial, Helvetica, sans-serif;
	}
	
em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

html, body {
	margin:0;
    height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
}

span.comingsoon {
	font-size:7px;
	font-style:italic;
}

#wrapper {
	margin:0 auto;
	padding:0;
	position: relative;
	width:100%;
	min-height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/corner_bg.jpg) no-repeat left bottom;
}
	
	#header {
		width:100%;
		height:135px;
		padding-top:200px;
		margin:0 auto;
		text-align:center;
		z-index:100;
	}
	
	table.centertable {
		width:275px;
		margin:0 auto;
		}

	table.centertable td {
		color:#562706;
		font-size:13px;
		font-family:Arial, Helvetica, sans-serif;
		}
		
	table.centertable td span.comingsoon {
	font-size:11px;
	font-style:italic;
	}
	
	table.centertable td a {
		color:#562706;
		font-size:13px;
		text-decoration:none;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	table.centertable td a:hover {
		color:#000;
		text-decoration:underline;
	}
		
	.clear-float {
		display: block;
		height: 0px;
		width: 1px;
		font-size: 1px;
		margin: 0;
		padding: 0 0 85px 0;
		clear: both;
		}
	
	#footer {
		position:absolute;
		bottom:0;
		height:372px;
		width:100%;
		text-align: center;
		z-index:1;
	}
	
		#footer ul {
			list-style:none;
			margin-bottom:10px;
		}
		
			#footer ul li {
				display:inline;
			}
			
				#footer ul li a {
					font-size:10px;
					text-transform:uppercase;
					text-decoration:none;
					border-right: 1px solid #193642;
					padding: 0 10px;
				}
				
					#footer ul li a.right {
						border-right:none;
					}
					
					#footer ul li a:hover, #footer ul li a.active {
						text-decoration:underline;
					}
		
		#footer p {
			font-size:10px;
		}
		
			#footer p a{
				font-size:10px;
				text-decoration:none;
			}
			
				#footer p a:hover {
					text-decoration:underline;
				}