/* CSS Document */

body {
	background-image: url(images/bg.gif);
	padding:0px;
	margin:0px;
}
#header {
text-align:center;
width:100%;
padding-bottom:20px;
padding-top:30px;
background-repeat:repeat-x;
background-color:#0d0d0c;}

#content p.dottedLine {
border-top: 1px dotted #a48e75;
padding: 10px 0 3px 0;
}

h3 {
font-size: 14pt;
font-weight:normal;
color:#eccead;
padding: 20px 0 0px 0;
}

#navigation {
text-align:center;
width:100%;
background-color:#0d0d0c;
padding-top:10px;
padding-bottom:20px;}

#contact {
text-align:center;
width:100%;
background-color:#0d0d0c;
padding-top:80px;
padding-bottom:0px;}

#contenthm {
text-align:center;
width:70%;
margin-right:auto;
margin-left:auto;
padding-top:60px;
padding-bottom:0px;
color:#FFFFFF;
background-color:#0d0d0c;}

#content {
text-align:center;
width:90%;
margin-right:auto;
margin-left:auto;
padding-top:10px;
padding-bottom:30px;
background-color:#0d0d0c;}

#content2 {
text-align:left;
width:90%;
margin-right:auto;
margin-left:auto;
padding-top:20px;
padding-bottom:30px;
background-color:#0d0d0c;}

#footer {
padding-top:100px;
padding-bottom:0px; 
height:10px;
bottom:0px;
text-align:center;
background-color:#0d0d0c;}

#header {
	font-family: Courier;
	color: #FFFFFF;
}

body,td,th {
	font-family: Courier;
	color: #a48e75;
}
body,td,th {
	font-family: Courier;
	color: #a48e75;
}
a:link {
	color: #eccead;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #eccead;
}
a:hover {
	text-decoration: none;
	color: #a48e75;
}
a:active {
	text-decoration: none;
	color: #a48e75;
}
-->