@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	}

body {
	background-color: #FFFFFF;
	}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}

a:hover {
	text-decoration: underline;
	color: 80a1bc;
	}

a:active {
	text-decoration: none;
	color: #FFFFFF;
	}

.wrapper {
	background-color:#FFFFFF;
	}

.header {
	padding: 30px 20px 20px 20px;
	text-align: left;
	vertical-align: middle;
	height: 75px;
	}
	
.main {
/*	position: relative; top: 284px;
*/	background-image: url(/images/temp_bg_01.jpg);
	background-position: bottom;
	height: 500px;
	}
	
.content {
	background-image: url(/images/bg_corner_logo_01.png);
	background-position: right;
	background-repeat: no-repeat;
	padding: 30px 200px 30px 200px;
	letter-spacing: 2px;
	text-align: center;
	vertical-align: middle;
	height: inherit;
	}
	
	
.footer {
	position: relative;
	color: #003767;
	padding: 10px 30px 30px 30px;
	
	font-size: 10px;
	letter-spacing: 5px;
	text-align: center;
	}
	
.site_by
{
	padding: 0px 30px 20px 0px;
}
	


