@charset "UTF-8";
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#252325;
	margin: 0; 
	padding: 0;
	text-align: left; 
	color: #FFF;
	font-weight:lighter;
	background-image:url(images/bg_site.jpg);
	background-repeat:no-repeat;
}


a:link {color:#69C; text-decoration:none;}
a:visited {color: #69C; text-decoration:none;}
a:hover {color: #4c94ef; text-decoration:none;}
a:active {color: #69C; text-decoration:none;}


#container {
	width: 950px; 
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left; 
}
#mainContent {
	padding: 0 5px;
}

.launch{
	text-align:right;
	padding-right:5px;
}

#header{
	height:105px;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	padding-bottom:25px;
	border-bottom:#333 solid 1px;
	margin-bottom:10px;
	
}

#headertext{
	font-size:11px;
	color:#999;
	float:right;
	padding:50px 20px 0px 0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:15px;
}

#headertext h3{
	padding-bottom:7px;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
}


h1{
		font-size:40px;
		font-weight:lighter;
		letter-spacing:2px;
		padding:10px 0px 0px 0px;
		margin:0px;
}



h2{
		font-size:15px;
		font-weight:lighter;
		color:#999;
		padding:0px 0px 25px 0px;
		margin:0px;
		font-family:Verdana, Geneva, sans-serif;
}

h3{
		font-size:11px;
		font-weight:bold;
		color:#CCC;
		padding:0px 0px 3px 0px;
		margin:0px;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.projectcopy{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	line-height:16px;
	color:#999;
	padding:3px 5px 5px 5px;
	margin-left:20px;
}

.projectcopy img {
	padding:15px 0px;
	
}

.projectcopy H1{
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:3PX;
	font-size:22px;
	color:#fff;
}

.projecttext{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	line-height:14px;
	color:#999;
	padding:0px 5px 5px 5px;
	margin-left:140px;
}

.projecttext div{
	padding-bottom:1px;
}

.projectbox {
margin:2px 2px 15px 2px;
padding:5px 5px 5px 5px;
border:#3a5599 0px solid;
background-color:#222222;
height:76px;
}

.projectImg{
	float:left;
}

.projectbox:hover {
	background-color:#313030;
}
a.projectbox:link {
        color: #313030;
}
a.projectbox:hover {
        color: #313030;
}

#footer {
	font-size:10px;
	color:#666;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding:20px 10px;
	border-top:#333 1px solid;
}


