/* CSS Document */
body {
	background-color:#e9e5db;
	background-image:url(./bg.gif);
	background-repeat:repeat-x;
	}
	
p, ul, li, div, td {
	font-family:Verdana, Geneva, Arial, sans-serif;
	font-size:10px;
	color:#bb9795;
	letter-spacing:1px;
	}
h1 {
	font-size:14px;
	color:#bb9795;
	font-weight:bold;
	letter-spacing:3px;
	/*line-height: 2em;*/
	/*padding: 0px 0px 10px 0px;*/
	}
h2 {
	font-size:12px;
	color:#bb9795;
	font-weight:bold;
	letter-spacing:2px;
	/* line-height: 1.8em; */
	}
	
h3 {
	font-size:11px;
	color:#bb9795;
	font-weight:bold;
	letter-spacing:1.5px;
	/* line-height: 1.7em; */
	}
	
h4 {
	font-size:10px;
	color:#bb9795;
	font-weight:bold;
	letter-spacing:1.2px;
	/* line-height: 1.6em; */
	}
	
.mainText
	{padding: 8px 30px 8px 20px;
	line-height: 1.7em;
	}
.mainText a:link {
	color:#8c4a4a;
	text-decoration:none;
	}
.mainText a:visited {
	color:#8c4a4a;
	text-decoration:none;
	}
.mainText a:hover {
	color:#bb9795;
	}
.mainText a:active {
	color:#bb9795;
	}
.mainText a:focus {
	color:#bb9795;
	}
	
.indexText
	{padding: 8px 10px 8px 10px;
	line-height: 1.7em;
	}
.indexText a:link {
	color:#8c4a4a;
	text-decoration:none;
	}
.indexText a:visited {
	color:#8c4a4a;
	text-decoration:none;
	}
.indexText a:hover {
	color:#bb9795;
	}
.indexText a:active {
	color:#bb9795;
	}
.indexText a:focus {
	color:#bb9795;
	}
.contactTextRight
	{
	text-align:right;
	line-height: 2.0em;
	}
.contactTextLeft
	{
	text-align:left;
	line-height: 2.0em;
	}
	
#menu{
    margin:auto;
 }
#menu a {
    text-decoration: none;
    margin-top:200px;
 }
 
 .address {
	letter-spacing: 3px;
	}
.address a:link, .address a:visited {
	color:#bb9795;
	text-decoration:none;
	}
.address a:hover, .address a:active, .address a:focus {
	color:#7b2b2a;
}
.footer {
	padding: 2px 10px 14px 0px;
	letter-spacing: 3px;
	}
.footer a:link, .footer a:visited {
	color:#bb9795;
	text-decoration:none;
	}
.footer a:hover, .footer a:active, .footer a:focus {
	color:#7b2b2a;
}
