body
{
	background-color:#9898A4;
	margin:0;
}

.top
{
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	background-color:White;
	width:800px;
	height:130px;
}

.bottom
{
	background-image:url(images/bottom.jpg);
	background-repeat:repeat-x;
	width:800px;
	height:42px;
}

.main
{
	background-color:White;
}

.left
{
	
	background-position:top;
	background-color:#DBC79C;
	width:150px;
	padding-top:20px;
	color:#ffffff;
	font-weight:bold;
	height:600px;

}

.content
{
	padding-right:30px;
	padding-left:30px;
	padding-top:0px;
	padding-bottom:15px;
}

td
{
	font-family:arial;
	font-size:11px;
	color:Navy;
}

h3
{
	margin-bottom:10px;
	margin-top:0px;
	text-align:right;
	padding-right:15px;
}

h2
{
	width:100%;
	font-size:18px;
	margin-top:0;
	color:#E0AB47;
	text-transform:capitalize;
}

h5
{
	color:#E0AB47;
	font-size:12px;
	margin-bottom:10px;
}

ul
{
	margin-left:20px;
	margin-top:15px;
}

a
{
	color:Navy;
}

a:hover
{
	color:#E0AB47;
}