body {
 text-align: center;
 margin: 0px auto;
 background-color: #ece6e1;  
 color: #555452;
}

* {
 scrollbar-arrow-color: #ece6e1;
 scrollbar-track-color: #a8a4a1;
 scrollbar-face-color: #ece6e1;
 scrollbar-highlight-color: #ece6e1;
 scrollbar-3dlight-color: #ece6e1;
 scrollbar-darkshadow-color: #ece6e1;
 scrollbar-shadow-color: #ece6e1;
}
table {
	font-family: arial; 
	font-size: 10px; 
	text-align: justify;
	margin: 0px auto;
}

#content{
	width: 100%;
	padding-top: 16px;
	margin: 0px auto; 
	line-height: 18px;
	font-family: arial; 
	font-size: 11px; 
	background-color: #ece6e1;
	background-image: url(images/head2_02.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}
#main{
	width: 650px;
	margin: 0px auto; 
}
#head{
	width: 100%;
	height: 383px;
	margin: 0px auto; 
	background-color: #ece3e0;
	background-image: url(images/head2_01.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#nav{
	width: 100%;
	margin: 0px auto; 
	padding-top: 0px;
}

#nav ul
{
	text-align: center;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	margin-bottom: 40px;
/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	color: #2d212e;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px; 
/* fixes Firefox 0.9.3 */
}

#nav ul li
{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0px;
/* matches link padding except for left and right */
	padding-top: 0px;
}

#nav ul li a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	color: #000;
	text-decoration: none;
	font-family: century gothic, Avant Garde;
	text-transform: lowercase;
	font-style: italic;
}

#nav ul li a:hover
{
	background-image: url(images/head2_02.jpg);
	color: #f5f1ec;
}

#footer {
	width: 600px;
	padding: 10px 0px;
	line-height: 15px;
	font-size: 10px;
	font-family: arial;
	text-align: center;
	margin: 0px auto;
}

input, textarea, select { 
	background-color: #f5f2ee;
	font-size: 10px;
	font-family: verdana,helvetica,Times New Roman,arial narrow;
	color: #7e7b79; 
	border: 1px solid #f5f2ee;
}

p {margin-right: 9px; margin-bottom: 10px; margin-top: 7px; margin-left: 9px; text-align: justify;}

.middle {
	border: 5px solid #c7c2be;
	margin: 2px;
}
.middle:hover {
	border: 5px solid #95918e;
}

em {font-family: Georgia; color: #1e2121;}
i {color: #5e7273;}
b {font-weight: normal; font-family: century gothic; text-transform: uppercase; color: #173b49;}

h1 {
	font-family: century gothic;
	font-size: 19px;
	font-weight: normal;
	line-height: 1em;
	padding: 0px;
	margin-top: 7px;
	margin-bottom: 2px;
	margin-left: 0px;
	color: #443747;
	letter-spacing: 5px;
	text-align: center;
	font-style: italic;
	text-transform: lowercase;
	}
h2 {
	font-family: century gothic;
	font-size: 11px;
	font-weight: normal;
	line-height: 1em;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #44494f;
	letter-spacing: 4px;
	text-align: center;
	font-style: italic;
	text-transform: lowercase;
	}

blockquote {
	margin: 11px 40px; 
	padding: 10px; 
	color: #4b5256;
	line-height: 19px;
	text-align: justify;
	background-image: url(quote.jpg);
}

a {color: #85886b; text-decoration: none;}

a:hover { color: #000000; text-decoration: none; cursor: crosshair;}
