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

/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #999;
	margin-top: 30px;
}

p {
 padding: 10px;
}

#wrapper {
	margin: 0 auto;
	width: 950px;
	border: 1px solid #FFF;
}

#content {
	float: left;
	color: #FFF;
	width: 950px;
	display: inline;
	background-color: #000;
}

#header {
	color: #FFF;
	width: 950px;
	float: left;
	height: 120px;
	background-color: #000;
	background-image: url(images/headertitle.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#footer {
	width: 950px;
	height: 35px;
	clear: both;
	color: #FFF;
	background-color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#navigation {
	float: left;
	width: 950px;
	height: 35px;
	color: #FFF;
	background-image: url(images/menu_bgnd.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
#outerwrap {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #FFF;
	background-color: #666;
}
h1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
	margin-left: 10px;
	margin-top: 20px;
}
#portraits {
	width: 825px;
	margin-right: auto;
	margin-left: auto;
}

