﻿html, body {
	padding: 0px;
	color: #000; 
	background: #C9C6B8;
	font-family: Verdana, Arial, sans-serif;
    	text-align: center;
    	margin: auto;
    	font-size: medium;
	}
div#wrapper {
	width: 1000px;
	height: 1066px;
	text-align: left;
	margin-top: 10px;
	border: 1px solid black;
	background: white;
	}
div#top {
	width: 980px;
	height: 80px;
	margin: 10px;
	background: url("Images/Logo_sm.jpg") no-repeat;
	text-align: right;
}
#top h4 {
	color: #004593;
}
#top a {
	text-decoration: none;
	border: 0px;
}
#top img {
	border: 0px;
}
div #menu {
	width: 990px;
	height: 18px;
	padding: 5px;
	padding-top: 7px;
	background: #004593;
	text-align: center;
}
#menu a {
	color: gold;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid gold;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 7px;
	margin-right: 7px;
}
#menu a:hover {
	text-decoration: underline;	
	background: gold;
	color: black;
}
div#banner {
	width: 980px;
	height: 180px;
	padding: 10px;
	background: url("Images/Banner.jpg") no-repeat;
	float: left;
}
#banner h2 {
	color: white;
	font-weight: normal;
	font-size: xx-large;
}
div#main {
	width: 980px;
	height: 700px;
	padding: 10px;
	background: white;
}
div#main_left_home {
	height: 690px;
	width: 715px;
	padding: 5px;
	background: white;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	text-align: justify;		
	float: left;
}
div#main_right_home {
	height: 690px;
	width: 240px;
	padding: 5px;
	background: #004593;
	border: 1px solid black;
	text-align: justify;		
	float: left;		
}
#main_right_home h2 {
	color: white;
	text-align: center;
}
#main_right_home p {
	color: white;
}
#main_right_home a {
	color: white;
}

div#main_detail {
	width: 980px;
	height: 900px;
	padding: 10px;
	background: white;
	text-align: justify;		
}
div#footer {
	width: 1000px;
	height: 14px;
	background: #004593;
	font-size: x-small;
	text-align: center;
	padding-top: 2px;
}
#footer a {
	color: white;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
#footer a:hover {
	text-decoration: underline;	
}
