body {
	background-image: url(images/bg.gif);
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#container {
	background-color: #FFFFFF;
}

#header {
	background-color: #FF6600;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#content {
	background-color: #FFFFFF;
}

#menu {
	width: 170px;
	float: left;
	padding: 0;
	margin-left: 5px;
	list-style-type: none;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
}

#maincontent {
	width: 555px;
	float: right;
	padding-right: 15px;
	padding-left: 10px;
	text-align: justify;
	line-height: 1.5em;
}

#footer {
	clear: both;
	padding: 5px 0px 5px 180px;
	font-size: 0.8em;
}

h1,h2,h3,ul {
	margin: 0;
}

h2 {
	font-size: 1.3em;
	color: #006699;
	font-weight: bold;
}

h3 {
	font-size: 1em;
	color: #006699;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0;
}


#menu li {
	margin: 0;
	padding: 10px 0px 10px 0px;
	background-image: url(images/bg_menuitem.gif);
	background-position: center;
	border-top: 1px solid #CCCCCC;
}

#maincontent a {
	color: #006699;
	text-decoration: none;
	border-bottom: 1px dotted #006699;
}

#menu a {
	color: #006699;
	text-decoration: none;
}

#menu a:hover {
	color: #FF6600;
}

.promo {background-color: #C6EFF2; border: 1px solid #CC6600; padding: 5px;}
.promo p {margin: 0;}
