body {
margin:0px;
padding:0px;
background-image:url(../images/home/tan_repeat.jpg);
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
}

#siteinfo {
width: 100%;
visibility: visible;
}

h1 {
font-size: xx-small;
font-weight: bold;
text-indent: -9999px;
}

h2 {
font-size: xx-small;
font-weight: normal;
font-style: italic;
text-indent: -9999px;
}

h3 {
font-size: xx-small;
font-weight: normal;
text-indent: -9999px;
}

/*** MAIN / CONTAINER DIVS ***/


#main {
width:828px;
margin:35px auto 20px auto;
}

/*** PARTS ***/

#left {
width:480px;
float:left;
}

#top {
width:480px;
height:175px;
background-image:url(../images/home/top.jpg);
background-repeat:no-repeat;
clear:both;
overflow:hidden;
}

#menu {
width:480px;
height:258px;
background-image:url(../images/home/menu_back.jpg);
background-repeat:no-repeat;
text-align:center;
}

#bottom {
width:480px;
height:137px;
text-align:center;
clear:both;
}

#right {
width:348px;
height:570px;
background-image:url(../images/home/right_photo.jpg);
background-repeat:no-repeat;
float:left;
}

#clear {
clear:both;
}

#footer {
width:828px;
margin:auto;
text-align:center;
}

/*** MENU ***/

.menu {
	font-family:Futura, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	}

	a.menu:link {
		color: #000000;
		text-decoration: none;
		}
	a.menu:hover {
		color: #AD3700;
		text-decoration: underline;
		}
	a.menu:active {
		color: #000000;
		text-decoration: none;
		}
	a.menu:visited {
		color: #000000;
		text-decoration: none;
		}
	a.menu:visited:hover {
		color: #AD3700;
		text-decoration: underline;
		}

/*** FOOTER ***/

.footer {
	font-size: 9px;
	color: #C0A563;
	}

	a.footer:link {
		color: #C0A563;
		text-decoration: none;
		}
	a.footer:hover {
		color: #C0A563;
		text-decoration: underline;
		}
	a.footer:active {
		color: #C0A563;
		text-decoration: none;
		}
	a.footer:visited {
		color: #C0A563;
		text-decoration: none;
		}
	a.footer:visited:hover {
		color: #C0A563;
		text-decoration: underline;
		}

/*** TEXT / LINKS ***/

a:link {
color:#AD3700;
text-decoration: none;
}

a:hover {
color:#AD3700;
text-decoration: underline;
}

a:active {
color:#AD3700;
text-decoration: none;
}

a:visited {
color:#AD3700;
text-decoration: none;
}

a:visited:hover {
color:#AD3700;
text-decoration: underline;
}
