@charset "utf-8";
/* CSS Document */

body {
	font-family: AvantGarde Bk BT,Arial,Helvetica,sans-serif;
	font: 16px;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

a:link {
	text-decoration: none;
	color: rgb(0,0,0);
}

a:hover, a:active {
	text-decoration: none;
	color: rgb(0,0,0);
}

a:visited {
	text-decoration: none;
	color: rgb(0,0,0);
}


.main #container {
	width: 1000px;
	padding: 88px 0px 20px 0px;
	margin: 0 auto;
}

.main #logo {
	background:url(logo.jpg);
	width: 930px;
	height:250px;
	margin: 0 auto;
	text-align: left;
}

.main #content {
	width: 930px;
	height:280px;
	margin: 0 auto;
}

.main #left {
	float:left;
	vertical-align:bottom;
	width: 460px;
	height:280px;
	margin: 0 auto;
}

.main #right {
	float:right;
	vertical-align:bottom;
	text-align:right;
	width: 460px;
	height:280px;
	margin: 0 auto;
}

.main #bottom {
	width: 1000px;
	height:50px;
	background-color:rgb(22,78,116);
	color: rgb(255,255,255);
	text-align:center;
	font-size: 30px;
	text-decoration: bold;

}

