body 
{
	font-family:Segoe UI, LucidaGrande, Helvetica;
	font-size:10pt;
	margin:0 0 0 0;
	background-color:#394C65;
}

.outer_page
{
	width:984px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/page-background.jpg);
	background-repeat:repeat-y;
}

.page
{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	/*	border-bottom:1px solid red;
		margin-bottom:-21px;*/
}

.navigation
{
	font-size:8pt;
	color:#697867;
	background-color:black;
	opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	text-align:right;
	margin-bottom:-23px;
	padding-right:15px;
	padding-left:15px;
	padding-bottom:5px;
	padding-top:5px;
	position:absolute;
	width:920px;	
}

.menu
{
	width:950px;	
	height:30px;
	margin-left:0px;
	background-image:url(images/menu-background.jpg);
	background-repeat:no-repeat;
}

.location-separator
{
	border-top:1px solid silver;
	height:1px;
	margin-top:5px;
	margin-bottom:5px;
}

.header
{
	width:100%;
	height:250px;
}

.footer
{
	background-color:White;
	width:950px;
	margin-left:0px;
	margin-bottom:20px;
	border-top: 1px solid silver;
}

.footer div
{
	border-top:0px;
	padding-top:4px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:-24px;
}

.footer div span
{
	position:absolute;
}

.footer img
{
	margin-top:20px;
	margin-bottom:-17px;
	margin-left:0px;
}

.footer .footer_corner_left
{
	float:left;
	margin-top:0px;
	margin-left:-17px;
}

.footer .footer_corner_right
{
	float:right;
	margin-top:0px;
	margin-right:-17px;
}

.content
{
	background-color:white;	
	background-image:url(images/content-background.jpg);
	background-repeat:no-repeat;
	margin-left:0px;
	width:950px;
	padding-top:10px;
}

.content .container
{
	padding:0px 20px 10px 20px;
	overflow:auto;
	min-height:300px;
}

.sidebar
{
	width:175px;
	float:left;
}

.article
{
	border-left:1px solid silver;
	width:700px;
	min-height:300px;
	float:left;
	padding-left:10px;
}

.clear
{
	clear:both;
}