#background {
	background-image: url(../img/bg_pattern.gif);
}


#mainMenu li a {
	background-image: url(../img/menu.gif);
}

#area {
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#pageTitle {
	width: 390px;
	height: 80px;
	padding-top: 15px;
}
#rightArea h3 {
	background-color: #B3C2B4;
	width: 390px;
	display: block;
	margin-bottom: 10px;
}
#rightArea h3 a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: 380px;
	height: auto;
	display: block;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#rightArea h3 a:hover{
	text-decoration: none;
	background-color: #A9AE83;
}
#rightArea p {
	padding-bottom: 20px;
	padding-left: 15px;
	font-size: 0.8em;
	line-height: 1.8em;
}
