/* CSS Document */

BODY {
	background-color:#d4c3b3;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*margin: 2px;*/
}

.content img {
	margin: 17px 12px 12px 17px;
}
.title {
	color:#ea3e19;
	font-weight:bold;
	padding-top: 17px;
}
	

h1 {
	font-size:16px;
	font-weight: bold;
}

a:link { color: #ea3e19; font-weight: bold; text-decoration: none;}
a:visited { color: #ea3e19; font-weight: bold; text-decoration: none;}
a:hover { color: #c5b498; font-weight: bold; text-decoration: none;}

.bigfont {
	font-size: 14px;
}


#menu {
	background-image:url("/images/menu-back.jpg");
	background-attachment:inherit;
	background-position:right;
	background-repeat:no-repeat;
}
#content {
	background-image:url("/images/content-back.jpg");
	background-attachment:inherit;
	background-position:right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	padding: 5px 50px 10px 10px;
}

#content img {
	margin: 0px 10px 0px 0px;
}

.footer {
	font-size: 10px;
}