/*Reset Default Styles---*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	/*background: #3d4b66 url('../images/homebg.jpg') repeat left top;*/
}

/*----------------------*/

body {
	margin: 0;
	text-align: center; /*For IE6*/
	background: #3d4b66 url('../images/homebg.jpg') repeat left top;
}

div#wrapper {
	padding-top: 56px;
	width: 1012px;		/*Create 1012 pixel wide box for page*/
	padding: 20px 20px 0 20px;
	margin: 0 auto;		/*Center 1012 pixel wide box*/
	text-align: left;	/*To undo IE6 centering in body*/
	font-family: 'century gothic', helvetica, sans-serif;
	color: white;		/*Set all text to white*/
	
	/*---------------------------------------------------*/
	/*Font size for main text. If changed, also change---*/
	/*in home.css: div#project-list ul h3 ---------------*/
	/*---------------------------------------------------*/
	
	font-size: 12px;
	
	/*---------------------------------------------------*/
	
	/*background-color: green;*/ /*for testing*/
	height: 711px;
}

p {
	margin: 0 0 13px;
}

li {
	margin: 0 0 13px;
}

h1, h2 {
	font-family: 'nueva std', serif;
	font-weight: bold;
	text-transform: uppercase;
}

h1 {
	color: #00acee;
	text-align: center;
	margin-bottom: 10px;
	font-size: 50px;	
	font-weight: normal;
	font-style: normal;
	letter-spacing: 2px;
	margin: 0;
}

h2 {
	margin: 0;
	font-size: 25px;
}

h3 {
	font-size: ;
}

#subtitle {
	font-family: 'nueva std', serif;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
}

div#content-column {
	float: left;
	padding: 0px;
	text-align: justify;
}

/*----------------------------------------------------*/
/*Footer Navigation*/
/*----------------------------------------------------*/

div#nav {
	/*width: 100%;
	
	margin-top: 20px;*/
	
	width: 1012px;		/*Create 1012 pixel wide box for page*/
	margin: 0 auto;		/*Center 1012 pixel wide box*/
	margin-top: 50px;
	text-align: left;	/*To undo IE6 centering in body*/
	font-family: 'century gothic', helvetica, sans-serif;
	color: white;		/*Set all text to white*/
	font-size: 15px;
}

#nav ul {
	list-style: none;
	margin-left: 320px;
}

#nav li {
	float: left;
	/*width: 100px;*/
	margin: 5px 20px 5px 20px;
	
}
#nav li a {
	display: block;
	color: white;
	text-align: center;
	text-decoration: none;	
	font-weight: bold;
	text-transform: uppercase;
	
	/*Rounded Corners*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
	-khtml-border-radius: 8px; /* for old Konqueror browsers */
	
}

#nav li a:hover{
	/*color: #00acee;*/
	color: yellow;/*
	background-color: white;*/
}

