﻿body 
{
	background-image: url('images/bg.jpg');
	margin: 0px;
	
	font-family: 'Sergoe UI', Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}
img
{
	border: 0px;
}

#wrapper
{
		height: 737px;
		background-image: url('images/bg_fade.jpg');
		background-position: top;
		background-repeat: repeat-x;
}

#sheet
{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	height: 74px;
	background-image: url('images/top_logo.jpg');
}

#banner
{
	background-image: url('images/top_banner.jpg');
	height: 201px;
}

#nav div
{
	display: inline;
}
#content
{
	background-image: url('images/bg_content.jpg');
	min-height: 300px;
}
#contentBody
{
	margin: 15px;	
}
#footer
{
	background-image: url('images/bottom.jpg');
	height: 35px;
	text-align: right;
}
#footer p
{
	color: #fff;
	font-size: 9px;
	margin-top: 12px;
	margin-right: 12px;
}

#footer p a
{
	color: #fff;
}