@charset "utf-8";
/* CSS Document */

body {
	margin:10px;
	background:url(../graphics/bg_body.gif);
	font-family:Georgia, "Times New Roman", Times, serif;
	
}
#shadow {
	width: 845px;	
	background-color:#DDDDDD;
	margin-right: auto;
	margin-left: auto;
}
#container {
	background-color:#FFF;
	border:solid 1px #CCC;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	position: relative; left: -5px;
	position: relative; top: -5px;
	background-image:url(../graphics/background550.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}
#banner {
	width:100%;
	background-image:url(../graphics/banner.png);
	height:85px;
	background-repeat:no-repeat;
}
#menu {
	border-top: solid 1px #CCC;
	width:100%;
	height:25px;
		position: relative; top: 60px;

}
#story {
	width:530px;
	background-color:#fff;
	float:left;
	margin-top:10px;
	border:solid 1px #DDDDDD;
	padding:10px;
}
.reviewpics {
	margin-left: 5px;
	margin-bottom: 4px;
	border: 1px solid #545354;
	float:right;
}
.rightpanel {
	width:230px;
	float:right;
	margin-top:10px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:10px;
	background-color:#fdefc2;
}
#bottompanel {
	width:100%;
	float:left;
	border-top:solid 1px #DDDDDD;
	margin-top:10px;
	background-color:#fdf7eb;
	margin-bottom:0px;
}
.infoboxes {
	width:154px;
	float:left;
	padding:20px;
	border-right:solid 1px #DDDDDD;
	height:90px;	
}
.frontpagediv {
	margin-bottom:8px;
	float:left;
	clear:both;
	width:100%;
}
.frontpagediv h3 {
	margin-top:0px;
	margin-bottom:3px;
}
.frontpagediv h1 {
	margin-top:0px;
	color:#950330;
}
.team {
	width:250px;
	float:left;
	margin-bottom:10px;
}
/* main menu text */

#menu a {
	font-size: 12px;
	color: #000;
	text-indent: 0px;
	display: block;
	margin-bottom: 2px;
	padding: 5px;
	padding-right:15px;
	padding-left:15px;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	background-color:#fdefc2;
}
#menu a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #950330;
	margin: 0px;
}
#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

#menu li {
float:left;
	margin-right:10px;
}
#form {
	float:right;
	width:300px;
	height:25px;
	text-align:right;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

