html 
{
	height:100%;
}

body 
{
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	padding-left: 50%;
	clear: both;
	position: absolute;
	background-color: #181935;
	height: 100%;
}

a
{
color: #FFFFFF;
text-decoration: underline;
}

#container 
{
	width: 1160px;
	margin-left: -580px;
	background: url('images/logo.jpg') no-repeat;
	height: 100%;
}

#navigation
{
	/*border: 1px solid #888;*/
	float: center;
	padding: 5px;
}

.navigation
{
	padding: 10px;
}	

#subnav
{
	float: right;
	display: inline;
	width: 670px;
	padding-top:55px;
	clear: both;
	margin: 0px 5px 0 5px;
}
	
.subnav
{
	border: 3px solid #426084;
	color: #FFFFFF;
	background-color: #181935;
	padding: 5px;
	font-family: arial;
	font-size: 14px;
}	

.subnav a
{
    color: #FFFFFF;    
    text-decoration: none;
}

#leftimage
{
	background: url('images/leftimage.jpg');
	background-repeat: repeat-y; 
	height: 100%;
}

#rightimage
{
	background: url('images/rightimage.jpg');
	background-repeat: repeat-y; 
	height: 100%;
}

#main 
{
	width: 1160px;
	text-align: justify;
	color: #fff;
	line-height: 1.6em;
	float: left;
	height: 100%;
	
}

.maincontent
{
	padding: 8px;
}

.internalimage
{
	padding: 10px 0 5px 0;
}	
#headerbar
{
	width: 1160px;
	height: 215px;
	background-color: #181935;
	clear: both;
	background: url('images/header.jpg') no-repeat;
}

#myinnercontainer {
    text-align:center;
    vertical-align: center;
    margin:auto;    background-color:#181935;
}