body{
	background: #384874;
	margin: 0px;
}

#header{
	height: 118px;
	background: #FFFFFF url(../_images/head.jpg) no-repeat center;
	padding: 0px;
}
#navigation{
	height: 22px;
	text-align: center;
	background: url(../_images/bar.gif) repeat-x;
	padding: 0px;
}
#contents{
	text-align: center;
	vertical-align: top;
	background: #aec4ec;
	padding: 0px;
}
#footer{
	height: 30px;
	text-align: center;
	border-top: solid 1px #FFFFFF;
	padding: 5px;
	padding-bottom: 0px;
}

#main{
	width: 750px;
	margin: 0px auto;
	padding: 0px;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
}
#headline{
	colspan: 2;
	text-align: left;
	vertical-align: middle;
	padding: 20px 0px 10px 0px;
}
#text{
	width: 448px;
	padding: 0px 20px 20px 0px;
	text-align: justify;
	vertical-align: top;
}
#images{
	width: 302px;
	padding: 0px 0px 20px 0px;
	vertical-align: top;
	text-align: right;
}

#pictures{
	width: 302px;
	margin: 0px;
	padding: 0px;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
}
#picture{
	column-span: 2;
	height: 200px;
	padding: 0px;
	text-align: center;
}
#bigpic{
	height: 200px;
	border: solid 1px #003354;
}
#options{
	height: 44px;
	text-align: left;
	vertical-align: middle;
	padding: 10px 0px 0px 0px;
}
#notice{
	height: 44px;
	text-align: right;
	vertical-align: middle;
	padding: 10px 0px 0px 0px;
}

.arrow{
	width: 34px;
	height: 34px;
	border: solid 1px #aec4ec;
	margin-right: 10px;
}

.navigation{
	height: 22px;
	border: none;
}
.text{
	font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana;
	font-size: 13px;
	color: #003354;
}
.copy{
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 18px;
}

a {
	text-decoration: none;
	color: #ffffff;	
	
}
a:hover{
	text-decoration: underline;
	color: #fbe7aa;
	
}