html {
	height: 100%;
	font-size: 100%;
}

body {
	background-color: #E2E1E0;
	margin: 0;
	padding: 0;
	height: 100%;
}

body, div, p, span, table, tr, th, td {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

form, p { margin: 0; }

div#container {

	background-image: url(img/main-bg.gif);
	background-repeat: repeat-y;
	width: 851px;
	margin: 0 auto 0 auto;
	min-height: 100%;
}

#header {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	width: 851px;
	height: 293px;
}

#nav {
	background-image: url(img/navbar.jpg);
	background-repeat: no-repeat;
	width: 851px;
	height: 38px;

	color: #ffffff;
	font-size: 0.8em;
	line-height: 3em;
	text-align: center;
}

#nav a:link, #nav a:visited {
	font-size: 12px;
	line-height: 35px;
	color: #ffffff;
	text-decoration: underline;
}

#nav a:hover, #nav a:active {
	color: #ffffff;
	text-decoration: none
}

#main {
	width: 851px;
}

#content {
	padding: 10px 35px 10px 35px;
}

#bottom {
	background-image: url(img/bottom.gif);
	background-repeat: no-repeat;
	width: 851px;
	height: 10px;
	margin: 0 auto 0 auto;
}
