body {
	background-image: url(../img/bg.png);
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	margin: 0px;
}

body.mceContentBody {
	background-image: none;
	margin: 10px;
}

img {
	border: 0px;
}

a, h1, h2, h3 {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 10px;
}

table {
	margin: 0px;
	padding: 0px;
}

table td {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	padding-right: 8px;
}

iframe {
	border: 0px;
	width: 100%;
	height: 300px;
}

#page {
	margin: 0 auto;
	width: 1000px;

	background-image: url(../img/page_bg.png);
}

#innerpage {
	padding-left: 110px;
	padding-right: 110px;
	padding-bottom: 85px;

	background-image: url(../img/page_footer.png);
	background-repeat: no-repeat;
	background-position: bottom left; 
}

#header {
	text-align: center;
}

#menu {
	width: 780px;
	height: 25px;
	background: #808285;
	text-align: center;
}

#menu a {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 25px;
	font-weight: normal;

	color: #ffffff;
}

#menu a:hover {
	text-decoration: underline;
}

#content {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-top: 20px;
	
	color: #666666;
}
