@charset "UTF-8";
/* CSS Document */

body {
	background: #5773A6;
	font-family: Eurostile, sans-serif;
	color: #FFF;
	
}

#content {
	background: #649881;
	font-size: 16px;
}




#nav{
	font-size: 14px;
}

#bottom{
	text-align:center;
	padding-top: 1%;
	padding-bottom: 1%;
	background: #649881;
	
}

#footer {
	text-align:right;
}


/*** nav class styles ***/
#nav .current {
	background-color: #649881;
}


/*** Generic class styles***/

.maintext{
	text-indent: hanging;
	text-indent: 10px;
	line-height: 19.5px;
	text-align:justify;

}

/*** project classes ***/

.title{
	font:bold;
	font-size:19px;
	padding-left: 27%;
	
}

.projectpicture{
	width: 25%;
	float:left;
	
}

.projecttext{
	padding-left: 27%;
	padding-right: 2%;
	padding-top: 1%;
	line-height: 19.5px;
	text-align: justify;
}

.projectslinks{
	font-size:13px;
	text-align: center;
	margin-left: 2%;
	
	
}

/*** contact classes ***/

.contacttext{
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 1%;
	line-height: 18px;
}
