@charset "utf-8";

body { background-color: #000; }
h2 { font-weight: normal; font-style: italic; text-align:left; }
h3 { font-weight: normal; font-style: italic; text-align:right; }

p { font-size:16px; }

#outline {
	width: 760px;
	border: dotted 1px #000000; 
	margin: 0 auto; 
	color: #FFF; 
	border: #28476e dashed 2px;
	background: url(images/bg.jpg) no-repeat;
	padding-left: 20px;
	padding-right: 20px;
}
#header {
	height: 77px;
	border-bottom: #28476e solid 1px;
}
#brochure { 
	width: 760px;
	height: 525px;
}
#text {
	height: 475px;
	width: 760px;
	float: left;	
}

#text img {
	border: 2px #02224a ridge;
}

#footer {
	text-align: center;
	width: 760px;
	height: 40px;
	border-top: #28476e solid 1px;
	float: left;
	padding-top: 10px;
}
#navigation {
	padding-top: 10px;
	width: 800px;
	height: 50px;
	margin: 0 auto; 
}
	

