@charset "UTF-8";
/* CSS Document */
-Overall stuff 

#wrapper {
	background-color: #000000;
	width: 970px;
	margin-top: 25px;
	margin-right: 100px;
	margin-left: 100px;
	height: 700px;
}
#header {
	width: 970px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	height: 50px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing: 0.02em;
}	

#header ul{
	margin: 25px;
	list-style: none;
	float: left;
	position:relative;
	left: 425px;
	width: 500px;
	height: 24px;
	top: 0px;
}
#header  ul li {
	float: left;
	margin-right: 30px;
	letter-spacing: 2px;
	position: relative;
}

#header li a:link,#header li a:visited {
	display: block;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #CCCCCC;
}

#header li a.current, #header li a.current:hover, #header li a.current:active {
	color: #00A69A;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 1px;
	
}
.smallertext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCCCCC;
	letter-spacing: 1px;
	line-height: 16pt;
}

body {
	background-color: #000000;
}
.designertitle  



 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 2px;
}
#page2text  {
	width: 350px;
	float: right;
	margin-left: 25px;
	margin-right: 450px;
	margin-top: 50px;
	line-height: 18pt;
}

