BODY
{
	background-color: #e3dbd3;
	margin: 0;
 }


/*********************
        LINKS
*********************/

A:link { text-decoration: underline; color:#043D64 }
A:visited { text-decoration: none; color:#013051 }
A:active { text-decoration: none; color:#043D64 }
A:hover { text-decoration: underline; color:#045B96 }

.footer A:link { text-decoration: underline; color:#cfc4b4}
.footer A:visited { text-decoration: none; color:#FFFFFF}
.footer A:active { text-decoration: none; color:#cfc4b4}
.footer A:hover { text-decoration: underline; color:#e1d5c4}

/*********************
     TYPOGRAPHY
*********************/


h5 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	color: #5b4334;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 25px;
	margin-right: 0px;
	text-align: left;
}

p {
	vertical-align:top;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #7b5843;
	text-align: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 25px;
}


p.footer {
	vertical-align:top;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #b8aea0;
	margin-top: 5px;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 0px;
	background-color: #7B5B47;
	margin-right: 20px;
}


.pcenter {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #333333;
	background-color: #CAC3AB;
	margin-top: 5px;
	text-align: center;
}

/*********************
     CELLS
*********************/
#body {
	background-image: url(../images/body.gif);
	height: 318px;
	width: 673px;

}

#footer {
	color: #FFFFFF;
	background-image: url(../images/footer.gif);
	width: 672px;
	height: 69px;
}

#header {
	height: 313px;
	width: 389px;
	vertical-align: bottom;
}

#img {
	margin:0 auto;
	background: url(../images/bodyb.gif) #ffffff top no-repeat;
	width: 673px;
	height: 1090px;
}

/*********************
     LISTS
*********************/


ul {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #333333;
	text-align: left;
	list-style-position: inside;
	list-style-type: square;
	margin-left: 40px;
}

ol {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #333333;
	text-align: left;
	list-style-position: inside;
	list-style-type: decimal;
	margin-left: 20px;
	margin-top: 2px;
}
