@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

#wrap {
	background-image: url(images/wrapbg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 100%;
	width: 840px;
	margin-right: auto;
	margin-left: auto;

}

#content {
	height: auto;
	width: 678px;
	margin-right: auto;
	margin-left: auto;
	background-color: #0f1b29;
	background-image: url(images/wrapbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px solid #99C6FF;
}

#header {
	width: 676px;
	margin-right: auto;
	margin-left: auto;
	height: 73px;
}

#image {
	height: 270px;
	width: 640px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #99c6ff;
}

#dividerbar {
	background-image: url(images/dividerbar.jpg);
	height: 27px;
	width: 642px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;

}

#secondarycontainer {
	height: auto;
	width: 642px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}

#text {
	height: auto;
	width: 440px;
	background-color: #1f1f1f;
	border: 1px solid #99c6ff;
	padding: 10px;
	float: left;

}

#nav {
	float: right;
	height: 225px;
	width: 169px;
}
#reflection {
	background-image: url(images/reflection.jpg);
	height: 67px;
	width: 678px;
	margin-right: auto;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-top: 2px;
	text-align: center;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #99C6FF;
	text-align: center;
	margin-top: 15px;
}

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
} 

.header {
	color: #99c6ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.navBTN {
	border: 1px solid #99c6ff;
	margin-bottom: 7px;
}

.navBTNbottom {
	border: 1px solid #99c6ff;
}

a:link {
	color: #FFFFFF;
}

a:active {
	color: #97FF97;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #99C6FF;
}

ol {
	line-height: 25px;

}
