@charset "UTF-8";
#container {
	height: 754px;
	width: 782px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	background-image: url(images/banner.jpg);
	height: 100px;
	width: 780px;
	background-repeat: no-repeat;
	border: 1px solid #A8BCDB;
}
#menu {
	height: 15px;
	width: 762px;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CDD8E4;
}
#body {
	height: 565px;
	width: 720px;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	border: 1px solid #A8BCDB;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #36414A;
	background-image: url(images/background_index.jpg);
	background-repeat: no-repeat;
}
#footer {
	height: auto;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-color: #36414A;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 15px;
}
#titleheader {
	height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
}

