body {
	margin: 0px;
}
#head {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	height: 600px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #0055A5;
	font-family: "Century Gothic";
	font-size: small;
}
#main_nav {
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-left: 5px;
	background-image: url(../resources/img-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 580px;
	overflow: hidden;
}

/*--------------------NAVIGATION--------------------*/

#buttons {
	list-style-type: none;
	width: 150px;
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic";
}
#buttons ul {
	margin: 0px;
	padding: 0px;
	border: none;
}
#buttons li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #CCD2EA;
}
#buttons li a {
	text-decoration: none;
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	color: #0055A5;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0055A5;
	overflow: hidden;
}
html>body #buttons li a {
	width: auto;
}
#buttons li a:hover {
	background-color: #0055A5;
	color: #FFFFFF;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #C4A903;
	overflow: hidden;
}

/*--------------------------------------------------*/

#main_img {
	float: right;
	height: 200px;
	width: 720px;
	margin-top: 10px;
	margin-right: 5px;
}
#para01 {
	float: right;
	width: 720px;
	margin-top: 10px;
	margin-right: 5px;
	background-image: url(../resources/img-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	font-weight: bold;
}
#para01_container {
	height: 190px;
	width: 685px;
	margin-left: 15px;
	color: #0055A5;
}
#para02 {
	float: right;
	width: 720px;
	margin-top: 10px;
	margin-right: 5px;
	height: 242px;
}
#para02_container {
	padding: 0px;
	height: 100px;
	width: 685px;
	margin-left: 15px;
	text-align: justify;
}
#foot {
	float: right;
	height: 40px;
	width: 720px;
	margin-top: 10px;
	margin-right: 5px;
	background-image: url(../resources/img-bgfoot.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #5E7AB8;
}
#contact_b {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 190px;
	width: 345px;
}
#contact_a {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 190px;
	width: 340px;
}
h1 {
	font-size: 1.5em;
	text-align: center;
	font-family: "Century Gothic";
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #0055A5;
}
h3 {
	font-family: "Century Gothic";
	font-size: small;
	color: #FFFFFF;
	text-indent: 10px;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h4 {
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#copyright {
	font-family: "Century Gothic";
	font-size: x-small;
	text-align: right;
	padding: 0px;
	width: 900px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
#container #para02 #para02_container li {
	list-style-type: none;
	list-style-image: url(../resources/li-bullet.gif);
}
#para02 {
	height: 220px;
}
#container #foot a {
	color: #FFFFFF;
	text-decoration: none;
}
