html, body{
	margin:0;
	padding: 0;
	border: 0;
	background: #041690;
}

div#container{
	margin:0;
	padding: 0;
	position: absolute;
	margin-left: -321px;
	left: 50%;
	border: 1px solid black;
	width:640px;
	background: #fff8dc;
}
 div#header{
	margin:0;
	padding: 0;
	border: 0;
 	width:640px;
 	height:150px;
 }
 div#logo{
 	background-color: #fff8dc;
	margin:0;
	padding: 0;
	border: 0;
 	width:640px;
 	height:150px;
}
 div#foot{
	margin:0;
	padding: 0;
 	width:640px;
 	height:20px;
	text-align: center;
 	background-color: #fff8dc;
	border-top: 1px solid black;
 }
 div#content{
	margin:0;
	padding: 0;
	border: 0;
 	background-color: #fff8dc;
}
li {
	font: normal normal 15px arial;

}

p {
	font: normal normal 15px arial;
	line-height: 16px;
}
a {
	font: italic 900 13px arial;
}

a:link {color: #000000; text-decoration: none; }
a:active {color: #000000; text-decoration: none; }
a:visited {color: #000000; text-decoration: none; }
a:hover {color: #000000; text-decoration: none; }
a img {border: none; }


.selected {
	color: red;
	background: transparent;
}


#title {
	font: normal 900 16px arial;
}
#subtitle {
	text-decoration: underline;
	font: italic normal 14px arial;
}

p.text {
	text-align: justify;
	margin: 15px;
	position:relative; 
}

p.imagetext {
	text-align: justify;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-right: 230px;
	min-height: 115px;
	position:relative; 
}

p.shortimagetext {
	text-align: justify;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-right: 230px;
	position:relative; 
}

.caption {
	display: block;
	font: italic 900 13px arial;
	float: right;
	clear: both;
	text-align: center;
	min-width: 200px;
	max-width: 200px;
	margin-left: 15px;
	margin-right: 15px;
	position:relative; 
}
.centercaption {
	font: italic 900 13px arial;
	text-align: center;
	margin: 20px;
	position:relative; 
}


