﻿html
{
	text-align: center;
	margin: 0px;
	padding: 0px;
}

body 
{
	font-family: arial;
	font-size: 14px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #cccccc;
}

h1
{
	font-family: Arial;
	font-size: 20px;
	color: #ff3300;
}

#main
{
	width: 1050px;
	text-align: left;
	height: 600px;
	margin: 0px;
	padding: 0px;
}

#header
{
	width: 1050px;
	height: 150px;
	text-align: left;
	background-image: url('../images/headerbg.jpg');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#nav
{
	width: 1050px;
	height: 30px;	
	text-align: right;
	background-image: url('../images/navbg.jpg');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
}

	#nav a
	{
		color: #ffffff;
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;	
		text-decoration: none;
	}
	
	#nav a:hover
	{
		color: #cccccc;
		text-decoration: none;
	}
	
	#nav .separator
	{
		color: #cccccc;
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;	
	}

#content
{
	width: 1050px;
	text-align: left;
	height: 100%;
	vertical-align: top;
	background-image: url('../images/bodybg.jpg');
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	padding: 30px;
}

#footer
{
	width: 1050px;
	height: 30px;
	text-align: right;
	background-image: url('../images/bodybg.jpg');
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	padding-right: 50px;	
}
