html {
	margin: 0 auto;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, times, serif;
	font-size: smaller;
	font-weight: normal;
	text-align: center;
	color: #808080;
	height: 100%;
}

body {
	margin: 0 auto;
	background: #FFF;
	text-align: center;
	height: 100%;
}

div#frontpage_container {
	position: relative;
	background: #115372 url(images/bg_header_footer.png) repeat;	
	margin: 0 auto;
	text-align: left;
	width: 995px;	
	height: 100%;
}

div#frontpage {
	width: 100%;
	height: 500px;
	margin: 0 auto;
	text-align: center;
	background: #FFF;
}

div#frontpage_header {
	margin 0;
	height: 20px;
	width: 100%;
	background: #fbb116 url(images/right_column_divider.png) repeat;		
}

div#frontpage_footer {
	margin 0;
	height: 14px;
	width: 100%;
	background: #fbb116 url(images/frontpage_footer.png) repeat;		
}

div#contact {
	margin: 0 auto;
	padding: 0.5em 0 0 0;
	width: 995px;
	background: #115372 url(images/bg_header_footer.png) repeat;	
	color: #FFF;
	text-align: center;
}

div#contact table{
	margin: 0 auto;
	width: 30%;
	color: #ffffff;
}

table#home {
	border: none;
	text-align: center;	
	width: 100%;
	height: 500px;
	vertical-align: middle;
}

a {
	border: none;
}

img {
	border: none;
}

a, a:link, a:visited, a:active {
	text-decoration: none; 
	color: #808080;
}

a:hover {
	text-decoration: none; 
	color: #404040;
}