html, body {
	height: 100%;
}

body {
	background: #005F9E url(images/bg01.jpg) repeat left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color:#164871;
}

* {margin: 0px;padding: 0px;}
#container {
	margin: 10px auto;
	text-align: left;
	width: 800px;
}
#main {
	width: 800px;
}
h1, h2, h3 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 30px;
}

h2 {
	letter-spacing: -1px;
	font-size: 22px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

p, ul, ol {
	margin: 0px 0px 20px 0px;
	text-align: justify;
	line-height: 140%;
}

ul, ol {
}

a {
	color: #AFDA3B;
}

a:hover {
	text-decoration: none;
}

.color1 {
	color: #D6EE72;
}

.color2 {
	color: #9DC9E8;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0px auto;
}

img.alignleft {
	margin-right: 25px;
}

img.alignright {
	margin-left: 25px;
}

a img, img {
	border: 3px solid #FFFFFF;
}



/* Wrapper */

#wrapper, #bg1, #bg2 {
	height: 1000px;
	min-height: 1000px;
}

html>body #wrapper, html>body #bg1, html>body #bg2 {
	height: auto;
}

#wrapper {
	background: url(images/bg02.jpg) repeat-x left top;
}

#bg1 {
	background: url(images/bg03.jpg) repeat-y center top;
}

#bg2 {
	background: url(images/bg04.jpg) no-repeat center top;
}

/* Header */

#header {
	width: 750px;
	height: 222px;
	margin: 0px auto;
	background-image:url(images/header.jpg);
	display:block;
}
#subheader1 {
	width: 750px;
	height: 140px;
	margin: 0px auto;
	background-image:url(images/subheader1.jpg);
	display:block;
}
#subheader2 {
	width: 750px;
	height: 140px;
	margin: 0px auto;
	background-image:url(images/subheader2.jpg);
	display:block;
}
#subheader3 {
	width: 750px;
	height: 140px;
	margin: 0px auto;
	background-image:url(images/subheader3.jpg);
	display:block;
}
#subheader4 {
	width: 750px;
	height: 140px;
	margin: 0px auto;
	background-image:url(images/subheader4.jpg);
	display:block;
}
#subheader5 {
	width: 750px;
	height: 140px;
	margin: 0px auto;
	background-image:url(images/subheader5.jpg);
	display:block;
}
#subheader6 {
	width: 750px;
	height: 140px;
	margin: 0px auto;
	background-image:url(images/subheader6.jpg);
	display:block;
}
/* End Header */


/* Navi */

#nav {
	width:744px;
	height:22px;
	margin: 0px auto;
	background-color:#a5cae5;
	padding: 3px 5px 3px 1px;
	display:block
}
#nav ul {
}
#nav li {
	display:inline;
	background-color:#245882;
	width:120px;
	height:22px;
	float:left;
	margin-left:4px;
	text-align:center;
}
#nav a {
	width:120px;
	height:19px;
	padding-top:3px;
	text-decoration:none;
	color:#a5cae5;
	font-weight:800;
	display:block;
}
#nav a:hover {
	color:#FFFFFF;
	font-weight:800;
}

/* End Navi */


/* Page */

#page {
	width: 800px;
	margin: 0px auto;
}

/* Content */

#content {
	float: left;
	width: 440px;
}

/* Footer */

#footer {
	padding-top: 20px;

}

#footer p {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	text-align: center;
}

/******************** Content ********************/
p, h1, a, span{font-family: Arial, Helvetica, sans-serif;}
#content {
	width:750px;
	margin-left:25px;
	background-color:#a5cae5;
}
#left {
	float:left;
	width:390px;
	display:inline;
	margin: 20px 0px 30px 20px;
}
#left p {
	font-size: 12px;
	color: #000000;
	padding: 5px 0px;	
}
#left a{
	color: #052d4e;
	font-weight:800;
}
#left a:hover{
	color:#FFFFFF;
}
#left h1{
	font-size: 16px;
	color: #052d4e;
	display:inline;
	font-weight:900;
}
#left span{
	font-size: 12px;
	color: #007dda;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}
#right {
	float:right;
	width:260px;
	background-color:#397eb7;
	color:#FFFFFF;
	font-weight:900;
	padding: 10px 20px;
	margin: 30px 20px 20px 0px;
	display:inline;
}
#right2 {
	float:left;
	width:500px;
	background-color:#397eb7;
	color:#FFFFFF;
	font-weight:900;
	padding: 10px 20px;
	margin: 30px 20px 20px 30px;
	display:inline;
}
#right p{
	padding: 7px 0px;
}
#right a{
	color:#FFFFFF;
	font-weight:900;
}
#right a:hover{
	color: #052d4e;
}
.post {
	margin-top:20px;
}
.post a{
}

.post a:hover{
}

.post p{
}


