﻿html, body {
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
    text-align: center;
	background-image: url("../images/bg.jpg");
	}
div#wrapper {
	width: 900px;
	height: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	}
div#banner {
	width: 900px;
	height: 150px;
	background: white;
	border-bottom: 1px solid black;
	}
div#banner_left {
	width: 550px;
	height: 124px;
	background: white;
	float: left;
	}
div#banner_right {
	width: 350px;
	height: 124px;
	text-align: center;
	background: white;
	float: left;
	}
div#banner_bottom_left {
	width: 450px;
	height: 25px;
	background: #808080;
	float: left;
	border-top: 1px solid black;
	text-align: center;
	}
div#banner_bottom_right {
	width: 400px;
	height: 25px;
	padding-right: 50px;
	background: #808080;
	float: left;
	border-top: 1px solid black;
	text-align: center;
	}
div#menu {
	width: 900px;
	height: 28px;
	background: #004F75;
	font-size: small;
	border-bottom: 1px solid black;
	text-align: center;
	float: left;
	clear: both;
	}
div#left {
	width: 210px;
	height: 670px;
	padding: 5px;
	background: white;
	border-right: 1px solid black;
	float: left;
	}
div#left_inner {
	width: 200px;
	height: 654px;
	padding: 5px;
	padding-top: 10px;
	background: #004F75;
	color: white;
	text-align: center;
	}
div#right {
	width: 659px;
	height: 660px;
	padding: 10px;
	background: white;
	font-size: small;
	float: left;
	}
div#footer {
	width: 900px;
	height: 31px;
	padding-top: 8px;
	background: #004F75;
	color: white;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
	font-size: x-small;
	float: left;
	clear: both;
	}
