@charset "utf-8";
body {
	margin: 0px;
	color: #eee;
	background-image: url(documents/background.gif);
	background-repeat: repeat-x;
	background-position: top;
}
a, a:link {
	color: #eee;
	text-decoration: underline;
}
a:visited {
	color: #663366;
	text-decoration: underline;
}
a:hover, a:active {
	color: #663399;
	text-decoration: none;
}


/* CSS Document */

#wrapper {
	background-color: #000;
}
.centerContent {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(documents/background.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #370549;
}
#header  .centerContent {
	background-image: url(documents/logo.gif);
	background-repeat: no-repeat;
	height: 150px;
	padding-top: 15px;
}
#header #logo {
	margin: 0px;
	padding: 0px;
}

#header  #logo a {
	font-size: 2px;
	text-indent: -9999px;
	color: #663399;
	display: block;
	height: 78px;
	width: 350px;
	margin-left: 50px;
	overflow: hidden;
}
#header #slogan {
	font-size: 2px;
	text-indent: -9999px;
	overflow: hidden;
}
#nav {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#nav a, #nav a:link, #nav:visited {
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}


#top .centerContent{
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #eee;
	border-bottom-color: #eee;
	height: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#top .title {
	float: left;
	width: 450px;
	margin-top: 28px;
	font-size: 29px;
}

#top .company {
	float: right;
	width: 300px;
	font-size: 15px;
	text-align: right;
}
h2 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#content {
	clear: both;
	font-size: 17px;
	font-family: "Times New Roman", Times, serif;
	line-height: 145%;
	padding-top: 15px;
	padding-bottom: 15px;
}
#content .centerContent {
	text-align: justify;
}

#portfolio {
	margin-top: 8px;
	padding-top: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
	margin-bottom: 15px;
}
.lower-logo {
	margin-top: 25px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 30px;
	padding-bottom: 10px;
}


#footnav {
	text-align: center;
}
#footnav a, #footnav a:link, #footnav a:visited {
	color: #CCCCCC;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 3px;
	margin-left: 3px;
}
#footer {
	background-color: #2a0739;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 11px;
	clear: both;
}
.left {
	float: left;
	width: 30%;
}
.right {
	float: right;
	width: 30%;
	text-align: right;
}
.staff {
	float: left;
	padding-right: 15px;
	width: 200px;
	padding-left: 15px;
}
.staff .topimg {
	margin-bottom: 200px;
}
.bio {
	float: right;
	margin-left: 15px;
	width: 700px;
}
hr {
	color: #CCC;
	height: 3px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
