body {
	background: #fff;
	color: #666;
	text-align: center;
	font: 0.8em Arial, Helvetica, sans-serif;
	overflow: auto;
	}

#wrapper{
	position: relative;
	margin: 5px auto;
	padding: 5px;
	width: 750px;
	text-align: center;
}
#header	{
	float: left;
	width: 720px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
} 
#logo {
	float: left;
	width: 266px;
}
#pics {
	float: right;
	height: 108px;
}
#nav {
	float: right;
	height: 55px;
	width: 454px;
}

#content {
	margin-top: 5px;
	float: left;
	text-align: left;
	width: 715px;
	padding-right: 20px;
	padding-left: 15px;
}
#footer {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	float: left;
	width: 750px;
}
#credits {
	float: left;
	width: 750px;
	text-align: center;
}
#credits p a {
	font-size: 12px;
	color: #666;
}
a, a:link	{
	color: #000000;
	text-decoration: underline;
	display: inline;
	padding: 0;
	background: #fff;
	}
	
a:hover	{
	color: #454456;
	text-decoration: underline;
	}

.bold {
	font-weight: bold;
	color: #ff0000;
}
.bolditalic {
	font-weight: bold;
	font-style:italic;
	color: #666;
}
