* {margin: 0; padding: 0; border: 0;}

body {
	background-color: #95BFC4;	
	margin: 15px auto 15px auto;
	padding: 0px 0px 0px 0px;
}

body, p, td {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	color: #091E30;
	line-height: 20px;
	text-align: left;
}

a:link, a:visited {
	text-decoration: underline;
	color: #043D6D;
}

a:hover {
	text-decoration: none;
	color: #649AA5;
}

a.menu:link, a.menu:visited {
	display: block;
	text-decoration: none;
	color: #94C5CF;
	font-size: 15px;
	margin: 1px;
	padding: 6px;
	background-color: #3F6586;
	border-left: 15px solid #BCE4D6;
}

a.menu:hover {
	text-decoration: none;
	color: #12283B;
	font-size: 15px;
	margin: 1px;
	font-weight: bold;
	padding: 6px;
	background-color: #7CA1AC;
	border-left: 5px solid #BCE4D6;
}
	

#container {
	width: 524px;
	background-image:url('images/layoutbg.jpg');
	margin: 0 auto;
	padding: 0px;
}

#header01 {
	background-image:url('images/01.jpg');
	background-repeat: no-repeat;
	width:524px;
	height:112px;
}

#header02 {
	background-image:url('images/02.jpg');
	background-repeat: no-repeat;
	width:524px;
	height:101px;
}

#header03 {
	background-image:url('images/03.jpg');
	background-repeat: no-repeat;
	width:524px;
	height:78px;
}

#nav {
	float: left;
	width: 154px;
	margin-left: 5px;
	margin-top: -55px;
	text-align: left;
}

#content {	
	float: right;
	margin-top: -45px;
	margin-right: 3px;
	width: 344px;
	display: inline;
	text-align: left;
}

#footer {
	background-image:url('images/footer.jpg');
	background-repeat: no-repeat;
	width: 524px;
	height: 29px;
	margin: 0 auto;
	clear: both;
}

h1 {
	font-family: "times new roman", georgia, serif;
	font-size: 25px;
	text-align: right;
	line-height: 25px;
	background-image:url('images/header.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 105px;
	font-style: italic;
	text-transform: lowercase;
	font-weight: bold;
}

ul, li, ol {
	padding-left: 15px;
}

input, textarea, option, select {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	color: #091E30;
	background-color: #7CA1AC;
	border-left: 1px solid #BCE4D6;
	padding: 3px;
	margin: 2px;
}

blockquote {
	color: #091E30;
	margin: 1px;
	padding: 3px;
	background-color: #7CA1AC;
	border-right: 5px solid #BCE4D6;
	width: 90%;
	line-height: 15px;
}
