#container {
	height: 1175px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/pagebackground.png);
}
#links {
	float: right;
	width: 336px;
	padding: 7px;
	height: 150px;
	margin-right: 10px;
}
#nav {
	height: 35px;
	width: 790px;
	padding-top: 5px;
	padding-left: 10px;
}
#header {
	height: 175px;
	width: 780px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#Links {
	padding: 7px;
	float: right;
	width: 336px;
	margin-right: 10px;
	background-image: url(images/contactbackground.png);
	height: 111px;
	background-repeat: no-repeat;
}
#linkstitle {
	height: 25px;
	width: 350px;
	margin-right: 10px;
	float: right;
}
#text{
	float: left;
	height: 926px;
	width: 402px;
	background-image: url(images/textbackground.png);
	background-repeat: no-repeat;
	margin-left: 10px;
	padding: 7px;
}
#contact {
	float: right;
	height: 143px;
	width: 336px;
	background-image: url(images/contactbackground.png);
	background-repeat: no-repeat;
	margin-right: 10px;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	margin-bottom: 20px;
}
#references {
	height: 318px;
	width: 336px;
	float: right;
	background-repeat: no-repeat;
	margin-right: 10px;
	background-image: url(images/refbackground.png);
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;	
}
#referencetitle {
	float: right;
	height: 25px;
	width: 350px;
	margin-right: 10px;
}
#projects {
	height: 715px;
	width: 336px;
	float: right;
	background-repeat: no-repeat;
	margin-right: 10px;
	background-image: url(images/projectsbackground.png);
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	margin-bottom: 20px;
}
#news {
	float: right;
	height: 150px;
	width: 200px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(images/newsbackground.png);
}
#contacttitle {
	float: right;
	height: 25px;
	width: 350px;
	margin-right: 10px;
}
#projectstitle {
	float: right;
	height: 25px;
	width: 350px;
	margin-right: 10px;
}

