﻿
body
{
	background-color: #FFFFFF;
	margin-top: 0px;
	padding: 0px;
	position: relative;
	color: #353535;
	text-align: center;
	font-family: Arial, Tahoma, Times New Roman;
	font-size: 11px;
}

a
{
	text-decoration: none;
	color: #585858;
}

a:hover
{
	color: #c8c8c8;
	text-decoration: underline;
}

.header
{
	font-weight: bold; 
	font-size: 16px;
}

#wrapper
{
	width: 910px;
	height: 555px;
	margin: 0 auto;
}

#top-header
{
	background-image: url(images/top-bar.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 910px;
	height: 67px;
}

#left-contents
{
	margin-left: 16px;
	width: 435px;
	height: 320px;
	float: left;
	text-align: left;
	padding: 5px;
}

#contents-wrapper
{
	background-image: url(images/bg-border-right.png);
	background-repeat: no-repeat;
	width: 419px;
	height: 300px;
	float: left;
}

#contents
{
	margin: 0px;
	padding: 5px;
	text-align: center;
}

#footer
{
	color: #000000;
	font-family: Verdana, Arial, Times New Roman;
	margin-top: 5px;
	clear: both;
	text-align: center;
	font-size: 10px;	
}