body {
margin:0px;
padding:0px;
background-image:url(../images/home/burgundy-repeat.jpg);
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#ffffff;
}

#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_left {
width:139px;
height:163px;
background-image:url(../images/home/menu_left.jpg);
background-repeat:no-repeat;
float:left;
}

#menu {
width:202px;
float:left;
}

#menu_right {
width:139px;
height:163px;
background-image:url(../images/home/menu_right.jpg);
background-repeat:no-repeat;
float:right;
}

#bottom {
width:480px;
height:232px;
text-align:center;
clear:both;
}

#right {
position:relative;
width:348px;
height:570px;
background-image:url(../images/home/right_photo_nowc.jpg);
background-repeat:no-repeat;
float:left;
}

#clear {
clear:both;
}

#footer {
width:828px;
margin:auto;
text-align:center;
}

/*** FOOTER ***/

.footer {
	font-size: 9px;
	color: #ffffff;
	}

	a.footer:link {
		color: #ffffff;
		text-decoration: none;
		}
	a.footer:hover {
		color: #ffffff;
		text-decoration: underline;
		}
	a.footer:active {
		color: #ffffff;
		text-decoration: none;
		}
	a.footer:visited {
		color: #ffffff;
		text-decoration: none;
		}
	a.footer:visited:hover {
		color: #ffffff;
		text-decoration: underline;
		}

/*** TEXT / LINKS ***/

a:link {
color:#ffffff;
text-decoration: underline;
}

a:hover {
color:#ffffff;
text-decoration: underline;
}

a:active {
color:#ffffff;
text-decoration: none;
}

a:visited {
color:#ffffff;
text-decoration: underline;
}

a:visited:hover {
color:#ffffff;
text-decoration: underline;
}

/*** NEWSLETTER ***/
#newsletter {
	position:absolute;
	top:0;
	left:45px;
	width:256px;
	height:61px;
	background:url(../images/home/newsletter_bkgd.png) no-repeat;
	text-align:center;
}
#newsletter p {
	font-size:12px;
	margin:5px 0;
}
#newsletter input.text {
	width:147px;
	margin-right:10px;
}