body {
	background:#ffc url("img/background.png") repeat-x;
	text-align:center;
	margin-top:18px;
	font-family:Arial;
}

#top-wrapper {
	margin:auto;
	width:700px;
	height:16px;
}

#wrapper {
	margin:4px auto 0 auto;
	background:transparent url("img/dropshadow.png") repeat-y;
	width:700px;
	text-align:left;
	padding:0 15px;
}

#top-menu {
	text-align:right;
	color:#fff;
	font-size:9pt;
}
#top-menu a {
	color:#fff;
	text-decoration:none;
}

#menu {
	background:#d16060 url("img/menu-gradient.png") repeat-x;
	height:26px;
}

#menu a {
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	border-right:1px solid #d30000;
	padding:3px 10px;
}

#header {
	clear:both;
	background-color:#fff;
	padding-top:8px;
}

#main {
	overflow:auto;
	background:transparent url("img/watermark.png") no-repeat 40px bottom;
	padding:1em;
}

#main img {
	border:1px solid #c15050;
}

h1 {
	font-size:18pt;
	color:#c15050;
	border-bottom:2px solid #c15050;
	margin:0;
}

p {
	font-size:10pt;
	text-align:justify;
	margin:0.75em 0;
}

#left {
	width:160px;
	float:left;
}

#right {
	width:500px;
	float:right;
}

#contact {
	background-color:#dcdcdc;
	float:left;
	width:150px;
	border:1px solid #c7c7c7;
}

#contact h1, #contact p {
	padding:4px;
	margin:0;
	font-size:10px;
}

#contact h1 {
	background-color:#c15050;
	color:#fff;
	font-size:11pt;
}

#footer {
	background:#ffc url("img/footer.png") no-repeat;
	width:730px;
	height:20px;
	padding-top:4px;
	margin:auto;
	font-size:10px;
	color:#666;
}
