@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 {
	width: 950px;
	border: 1px solid #CCC;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content {
	float: left;
	color: #FFF;
	width: 500px;
	display: inline;
	background-color: #000;
}
a {
	color: #FFF;
	text-decoration: underline;
}

#outerwrap {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #FFF;
	background-color: #666;
}


#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;
}

#leftcolumn {
	color: #FFF;
	width: 200px;
	float: left;
	background-color: #000;
}

#rightcolumn {
	color: #FFF;
	width: 250px;
	float: left;
	background-color: #000;
}
.linksitem {
	color: #FFF;
	padding: 5px;
	width: 500px;
}
