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

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-image: url(pictures/background.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: scroll;
	background-color: #010101;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}

#wrapper {
}

#header {
	height: 129px;
	width: 1024px;
	margin: 0px auto;
	background-image: url(pictures/header.jpg);

}

#page {
	height: 549px;
	width: 1024px;
	margin: 0px auto;
	background-image: url(pictures/page.jpg);
}

#portpage {
	height: 549px;
	width: 1024px;
	margin: 0px auto;
	background-image: url(pictures/portpage.jpg);
}

#portfolio {
	height: 400px;
	width: 678px;
	padding-top: 45px;
	margin: 0px auto;
	
}

#navbar {
	height: 73px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
}

#middle {
	height: 476px;
	width: 1024px;
	
}

#title {
	height: 75px;
	width: 600px;
	margin: 0px auto;

}

#photos {
	
}

#scofield {
	height: 476px;
	width: 216px;
}

#footer {
	height: 90px;
	width: 300px;
	margin: 0px auto;
}

.header {
	float: right;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	
}

.photo {
	float: left;
	margin: 5px;
	width: 125px;
	height: 94px;
}

.titles {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.footer {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

