@import url('reset.css');

body {
	background: #000000;
	color: #999999;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 135%;
	text-align: center;
}

strong {
font-size: 1.2em;
}

label {
display: block;
margin-top: 10px;
}

h1 {
color: #cfedfc;
font-size: 18px;
margin-top: 30px;
}

h1 small {
font-size: 12px;
}

.homepage {
background: url(../images/bg_homepage.jpg) #000000 top center no-repeat;
}

.about {
background: url(../images/bg_about.jpg) #000000 top right no-repeat;
}

.contact {
background: url(../images/bg_contact.jpg) #000000 top right no-repeat;
}

#wrapper {
margin: 0 auto;
overflow: auto;
text-align: left;
width: 960px;
}

#logo {
float: left;
margin-top: 10px;
}

#nav {
float: left;
font-size: 16px;
margin: 48px 0 0 20px;
}

	#nav li {
	float: left;
	margin-left: 20px;
	}
	
	#nav li:first-child {
	margin: 0;
	}

#welcome {
border-bottom: 1px solid #262626;
border-top: 1px solid #262626;
float: left;
margin-top: 320px;
width: 960px;
}

	#welcome p {
	margin: 10px 40px;
	}

#boxes {
background: url(../images/bg_content.jpg) bottom center no-repeat;
float: left;
margin-top: 15px;
padding-bottom: 15px;
}

	#boxes h1 {
	background: #262626;
	color: #cfedfc;
	font-size: 32px;
	font-style: italic;
	margin: 0;
	padding: 10px;
	}
	
	#boxes p, #boxes form {
	margin-left: 10px;
	margin-right: 10px;
	}

.box {
display: inline;
float: left;
margin-left: 15px;
width: 310px;
}

#addtl_content {
float: left;
margin-top: 30px;
padding-bottom: 15px;
width: 680px;
}

#footer {
color: #403e3d;
float: left;
font-size: 11px;
padding: 10px 0;
text-align: right;
width: 960px;
}

	#footer li {
	display: inline;
	}

a:link, a:visited {color:#cfedfc; text-decoration:none;}
a:hover {color:#ffffff;}
