body {
	width: 762px;
	margin-top: 1.5em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.5em;
	background: #625041 url(assets/damask_195.jpg) repeat;
	font-family: "Lucida Grande", Arial;
	font-size: 14px;
	color: #FEFCF8;
}

#important {
background-color: yellow;
color: black;
padding: 1em;
margin-top: 2em;
margin-bottom: 2em;
margin-left: 1em;
margin-right: 1em;
}

#header01 {background: url(assets/header01.jpg) no-repeat; width: 762px; height: 123px;}
#header02 {background: url(assets/header02.jpg) no-repeat; width: 762px; height: 123px;}
#header03 {background: url(assets/header03.jpg) no-repeat; width: 762px; height: 123px;}

#content-bg {background: url(assets/content-bg.jpg) repeat-y;}
#content {
	width: 722px;
	margin-right: 20px;
	margin-left: 20px;
	color: #191919;
}

#content H1 {font-family: Georgia, "Times New Roman"; font-size: 25px; color: #625041; font-weight: normal;}
#content H2 {font-family: Georgia, "Times New Roman"; font-size: 21px; color: #625041; font-weight: normal;}
#content H3 {font-family: Georgia, "Times New Roman"; font-size: 21px; color: #625041; font-weight: bold;}
#content H4 {font-size: 13px; color: #625041; font-weight: normal; margin-bottom: 0; padding-bottom: 0; text-align: center;}
#content p, ul, ol {
	font-size: 14px;
	line-height: 170%;
	/*text-align: justify;*/
}

#content a:link {color: #443429; text-decoration: none;}
#content a:visited {color: #443429; text-decoration: none;}
#content a:hover {color: #443429; text-decoration: none;}
#content a:active {color: #443429; text-decoration: none;}

#footer {background: url(assets/footer-bg.jpg) no-repeat; width: 762px; height: 35px;}
#footer-text {
	width: 762px;
	margin-top: 20px;
	font-size: 12px;
	text-align: center;
}

#footer-text a:link {color: #DBBC74; text-decoration: none; border-bottom: 1px dotted;}
#footer-text a:visited {color: #DBBC74; text-decoration: none; border-bottom: 1px dotted;}
#footer-text a:hover {color: #DBBC74; text-decoration: none; border-bottom: 1px solid;}
#footer-text a:active {color: #DBBC74; text-decoration: none; border-bottom: 1px dotted;}

/*** extras ***/

#img {
	border: 1px solid #625041;
	background-color: white;
	padding: 3px;
	margin: 20px;
}

#banner {
	border: 1px solid #625041;
	background-color: white;
	padding: 3px;
	margin-bottom: 15px;
}

.highlight-footer {background-color: #625041;}
.divider {background: url(assets/divider.jpg) no-repeat; width: 762px; height: 35px;}
.intext-link {border-bottom: 1px solid #625041;}