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

body {
	margin-top: 0px;
	background-image: url(../images/bg2.png);
	background-repeat: repeat-x;
	background-color: #146672;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 200%;

}

#outContainer {
	width: 700px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: auto;
	position: relative;

}

#header {
	width: 700px;
	height: 320px;
	background-image: url(../images/moon.png);
	background-repeat: no-repeat;
	background-position: center left;

}

#navigation {
	width: 700px;
	height: 50px;

}

#navPadding {
	width: 350px;
	height: 50px;
	float: left;

}

#navbar {
	height: 50px;
	background-image: url(../images/navimage.png);
	background-repeat: no-repeat;
	width: 350px;
	float: left;
	background-position: center;

}

#navText {
	height: 32px;
	width: 250px;
	padding-left: 59px;
	padding-right: 40px;
	padding-top: 18px;

}

#navText a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}


#headerImage {
	float: right;
	width: 470px;
	height: 270px;
	background-image: url(../images/name.png);
	background-repeat: no-repeat;
	background-position: center;

}

#content {
	width: 700px;
	height: auto;

}

#left {
	float: left;
	width: 400px;
	height: auto;

}

#right {
	float: left;
	width: 300px;
	height: auto;

}

#imageHolder {
	width: 340px;
	height: 284px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #0a3238;
	margin-right: 20px;

}

#mainText {
	clear:both;
	width: 660px;
	height: auto;
	padding-bottom: 50px;
	background-color: #0A3238;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	text-align: left;
}

#footer {
	width: 680px;
	height: 50px;
	color: #0A3238;
	padding-right: 20px;
	

}

.preview {
	width: 280px;
	height: 78px;
	margin-bottom: 15px;
	background-color: #0a3238;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;

}

img

{
	border-color: #1FB3C2;
	border-width: 2px;

}

img.floatLeft {
	float:left;
	width: 77px;
	height: 78px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;

}

a {
	color: #1FB3C2;
	text-decoration: none;
	font-weight: bold;


}

h1 {
	font-size: 18px;
	color: #1FB3C2;
	
}

h2 {
	font-size: 14px;
	
}

p {
	color: #FFFFFF;
	margin-top: 0px;

}

.clear {
	clear:both;

}

.moduleList {
	margin-bottom: 20px;	
}

