* {
margin: 0; 
padding: 0; 
}
img {
border: 0;
}
body {
	background-image: url(../images/flare.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	background-color: #014C96;
	background-attachment: fixed;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#navigation {
	background-color: #00264B;
	height: 72px;
	width: 780px;
	position: absolute;
	top: 0px;
}
#subnavigation {
	float: left;
	width: 133px;
	background-image: url(../images/logo.png);
	padding-top: 155px;
	background-repeat: no-repeat;
	position: absolute;
	top: 100px;
}
#content {
	top: 100px;
	position: absolute;
	left: 164px;
	width: 397px;
}
#sidebar {
	top: 100px;
	position: absolute;
	left: 589px;
	width: 190px;
}
#bluebar {
	background-color: #00264B;
	position: absolute;
	height: 72px;
	width: 100%;
	left: 0px;
	top: 0px;
}
#content .footer {
	width: 397px;
	border-top: 1px solid #649FCD;
	border-right: #649FCD;
	border-bottom: #649FCD;
	border-left: #649FCD;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
}
