/* CSS Document */
body {
	background-color: #bbb;
	margin: 0px;
	padding: 0px;
	background-image: url(../_images/bg.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
}
div, h1, h2, h3, h4, h5, h6, p, pr, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}
.bold {
	font-weight: bold;
}

.fine {
	font-size: 0.7em;
}
.center {
	text-align: center;
	font-size: 0.8em;
}

.textright {
	text-align: right;
}


.innerContent_img1 {
	clear: both;
	float: right;
	border: 1px solid #000;
}


.innerContent_img2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}


#wrapper {
	background-color: #fff;
	text-align: left;
	width: 770px;
	margin-top: 0.5em;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333;
}
#wrapper a:link, #wrapper a:visited {
	color: #009;
	text-decoration: none;
}
#wrapper a:hover {
	color: #F00;
	text-decoration: none;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 110px;
}
#topAddy {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	text-align: center;
	height: 1.1em;
	font-weight: bold;
	background-color: #000;
	color: #FFF;
}
#topAddy h1 {
	font-size: 0.75em;
}


#topNav {
	margin: 0px;
	height: 35px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	color: #FFF;
	background-repeat: no-repeat;
	background-color: #FFF;
	background-image: url(../_images/topnav.jpg);
	padding-left: 13px;
}
#topNav ul {
	list-style-type: none;
	margin: 0px;
	height: 35px;
	font-size: 0.95em;
	padding: 0px;
	width: 100%;

}
#topNav li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	line-height: 35px;
}
#topNav li a:link , #topNav li a:visited{
	background-image: url(../_images/topnavrollover.jpg);
	background-position: left top;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
}
#topNav li a:hover,#topNav li a:active {
	background-image: url(../_images/topnavrollover.jpg);
	background-position: left bottom;
}


#topNav p {
	margin: 0px;
	height: 24px;
	font-size: .9em;
	text-align: center;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#mainContent {
	height: auto;
	width: 785px;
	background-color: #FFF;
	margin: auto;
}


#footer {
	height: 55px;
	clear: both;
	background-color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	width: 770px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	background-image: url(../_images/footer.jpg);
	background-repeat: no-repeat;
}
#footerContent {
	height: 55px;

}


#footerContent p {
	font-size: 0.75em;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
