body {
	background: url(bgmain.jpg);
	margin: 10px 0px 0px;
	padding: 0px;
	text-align: center;
	font: 10pt Tahoma, "Trebuchet MS";
}
div.header {
	background: url(header.jpg);
	height: 23px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 99px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}
div.nav a {
	color: #757374;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

div.main {
	background: #F0F0F0;
	padding: 5px 10px 15px;
	text-align: left;
}
div.main a {
	color: #757374;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #E55C18;
}
div.main a:hover {
	color: #E55C18;
	font-weight: bold;
}
div.main img {
	border: 1px solid #BCBCBE;
}

h1 {
	color: #858585;
	text-align: center;
	text-transform: capitalize;
	font-size: 20pt;
}

h2 {
	color: #E55C18;
	font-size: 14pt;
	font-weight: bold;
}
h3 {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}


div.footer {
	background: url(bgfooter.jpg);
	height: 47px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
	color: #BF6540;
	font-size: 9px;
	text-align: center;
}
div.footer a {
	color: #8C8A8B;
	text-decoration: none;
	padding-right: 5px;
}

div.container {
	width: 790px;
	text-align: left;
	border-top: 0px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
	border-bottom: 0px solid #C3C3C3;
	border-left: 1px solid #C3C3C3;
}

