html
{
	height: 100%;
}

body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #242831;
	background-image: url(images/background_02.jpg);
	background-repeat: repeat-x;
	background-position: center center;	
	margin: 0px;
	padding: 0px;
	height: 100%;
}

img
{
	border: none;
}

a:active
{
	outline: none;
	outline-style: none;
}
 
a:focus
{
	outline-style: none;
}







#container
{
	width: 964px;
	height: 560px;
	margin-top: -280px;
	margin-left: -482px;
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
}

#leftcolumn
{
	width: 325px;
	height: 560px;
	float: left;
	overflow: hidden;
	margin: 0px;
	background-image: url(images/left_03.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#contentcolumn
{
	width: 635px;
	float: left;
	overflow: hidden;
	margin: 0px;
	background-image: url(images/content_04.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#navbanner
{
	height: 105px;
	padding-top: 20px;
	padding-left: 15px;
	clear: both;
	overflow: hidden;
}

#contentblock
{
	height: 395px;
	clear: both;
	overflow: hidden;
}

#contentblock iframe
{
	margin-left: 35px;
	margin-top: 20px;
}

#footer
{
	height: 40px;
	clear: both;
	overflow: hidden;
}

#footer p
{
	margin: 5px 30px 0px 20px;
	font-size: 10px;
	text-align: right;
	color: #999999;
}

#footer img
{
	margin-left: 15px;
}

.nav
{
	float: left;
}


