@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
}

#header {
	background-image: url(../images/background.png);
	background-color: #000000;
	height: 190px;
	background-repeat: no-repeat;
	background-position: center;
}

#mainHeader {
	width: 780px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 190px;
	}

.logo {
	position: relative;
	height: 41px;
	width: 135px;
	left: 78px;
	top: 50px;
}

.mainNav {
	position:relative;
	height:17px;
	width:400px;
	left:86px;
	top: 105px;
}

.mainNav img {
	padding-right:10px;
}

.secNav {
	width: 80px;
	top:-20px;
	left:624px;
	position: relative;
}

#container {
	width: 780px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#mainContent {
	padding: 0;
	margin: 0px;
}

#footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/background.png);
	height: 50px;
	clear: both;
}

#footer p {
	font-size: 11px;
	color: #CCCCCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -150px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: -20px;
}
#footer p a:link, a:visited {
	color: #ffde00;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
#footer  p a:hover, a:active {
	font-weight: bold;
}
.profile {
	float: left;
	width: 520px;
	position: relative;
	font-size:12px;
	color: #999999;
	line-height: 26px;
}
.project  {
	height: 550px;
	position: relative;
}
.project h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #999999;
	clear: both;
	font-weight: bold;
}
.image {
	float: left;
	width: 520px;
	position: relative;
}
.description {
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 200px;
	float: right;
	line-height: 18px;
	margin-top: 40px;
	position: relative;
}
.description a:link, a:visited {
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.description a:hover, a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.title  {
	font-size: 16px;
	color: #CCCCCC;
}
