body{
	background: url('/img/layout/background.png') no-repeat;
	font-family:century gothic;
	letter-spacing: 1px;
	color: #424243;
}
h1, h2, h3, ul{
	padding:0px;
	margin:0px;
}
li{
	list-style-type: none;
}
h1{
	color:white;
	font-size:18px;
}
h2{
	color:#7cbe85;
	font-size:16px;
}
h3{
	color:#7cbe85;
	font-size:14px;
}
img{
	border:0px;	
	
}
p{
	margin-top:0px;
}
a:hover{
	background-color:#efebfc;
}
#header{
	margin-left:5%;
	margin-bottom:20px;
}
#content{
	margin-left:5%;
	margin-bottom:40px;
}

/*
 * LATEST PROJECTS
 * */
#project{
	width:452px;
	float:left;
	margin-right:10px;
}
a.projectitem, a.projectitemactive{
	
	display:block; /*This Cover Full TD */
	background:url('/img/layout/projback.png') no-repeat; /*This Will Set the Link background */
	height:151px; /*This Will Make Fixes Size Link (Use Image height)*/
	width:452px; /*This Will Make Fixes Size Link (Use Image width)*/
	margin-bottom:12px;
}
a.projectitem:hover{
	background:url('/img/layout/projbackactive.png') no-repeat;
}
a.projectitemactive{
	background:url('/img/layout/projbackactive.png') no-repeat;
}

#project img{
	padding:10px 10px 0px 10px;
}

/**
 * RIGHT CONTENT
 * */
#rightcontentwrap{
	float:left;
}
#rightcontenttop{
	background: url('/img/layout/rightcontenttop.png') no-repeat;
	height:14px;
	width:520px;
}
#rightcontentbottom{
	background: url('/img/layout/rightcontentbottom.png') no-repeat;
	height:14px;
	width:520px;
}
#rightcontent{
	background-color:white;
	width:500px;
	padding:10px;
}

#rightcontentwrap p.launchdate{
	font-size:10px;
	margin:0px;
	padding:0px;
}
#rightcontent p.link{
	float:right;
}
/*
 * FOOTER
 * */

#footer li{
	background: url(/img/layout/footermenu.png) no-repeat;
	width:156px;
	height:58px;
	float:left;
	margin-left:20%;
	padding-top:12px;
	text-align:center;
}
#footer a{
	color:black;
	text-decoration:none;
}
#people{
	background: url('/img/layout/footer.png') no-repeat;
	height:200px;
}
