body{
	background:url('../images/background.jpg') no-repeat bottom left;
	background-color:white;
	font-family:"Arial", sans-serif;
	font-size:16px;
	color:#000;
}

h3{
	text-align:left;
	width:575px;
	margin:10px 250px;
}

a{
	text-decoration:none;
	color:#eb480b;
}

ul{
	width:750px;
}

li{
	display:inline;
	text-align:right;
	padding:0 10px;
	border-left:1px solid #fff;
}

li:first-child{
	border-left:none;
}

li a{
	color:white;
}

#container{
	width:750px;
	margin:25px -10px 0 275px;
	
}

#header{
	float:right;
	width:200px;
}

#projectContent{
	clear:both;
	padding:20px 0 1350px 0;
}

#content{
	clear:both;
	padding-bottom:650px;
}

#footer{
	clear:both;
	margin:-130px 0 140px 475px;
	color:#fff;
}

#footerProjects{
	color:white;
	margin-left:300px;
}

.description{
	text-align:left;
	width:500px;
	margin:5px -100px 5px 250px;
}

.project{
	width:750px;
	clear:both;
	float:right;
	margin:12px 0;
}

.thumbs{
	float:left;
	width:150px;
	margin-left:75px;
}


.headerText{
	margin:10px 0 0 10px;
	float:right;
}

.category{
	margin:25px 0 0 25px;
	float:right;
}
