#outer{
	width:100%;
	text-align:center;
}

#inner{
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

#header{
	width:800px;
	height:80px;
	background-color:#221E73;
	margin-bottom:10px;
	background-image:url(/img/header/header.jpg);
	background-repeat:no-repeat;
}

#strap{
	width:800px;
	height:30px;
	background-color:#221E73;
	margin-bottom:10px;
}
#body{
	width:800px;
	min-height:600px;
	text-align:left;
}
#body_left{
	width:190px;
	float:left;
	margin-right:10px;
}
#body_left UL{
	margin:0;
	padding:0;
	list-style-type:none;
	margin-top:10px;
}
#body_left UL LI{
	background-image: url(/img/nav/arrow.jpg);
	background-repeat:no-repeat;
	padding-left:20px;;
}
#body_left UL LI A{
	font-size:0.7em;
	color:#333366;
	display:block;
	position:relative;
	top:-3px;
	margin-bottom:5px;
}
#body_left H3{
	font-size:0.8em;
	color:#333366;
}
#body_left H3 A{
	color:#333366;
	text-decoration:none;
}
#body_left H3 A:Hover{
	text-decoration:underline;
}	
#body_left P{
	margin:0;
	padding:0;
	margin-bottom:10px;
	font-size:0.75em;
}
#body_middle{
	width:400px;
	margin-right:10px;
	float:left;
}
#body_middle P{
	font-size:0.75em;
	margin-bottom:10px;
}
#body_middle_no_right{
	width:600px;
	float:left;
}
#body_middle_no_right H3{
	font-size:1.0em;
	margin:0;
	padding:0;
	margin-bottom:0;
}
#body_middle_no_right H3 A{
	text-decoration:none;
}
#body_middle_no_right H3 A:Hover{
	text-decoration:underline;
}
#body_middle_no_right P{
	font-size:0.75em;
	margin:0;
	padding:0;
	margin-bottom:10px;
}
#body_middle_no_right UL{
	font-size:0.75em;
}

#body_right{
	width:190px;
	float:left;
}
#footer{
	width:800px;
	height:20px;
	background-color:#221E73;
}