body {
	text-align: center;
}
#bg {
	background-attachment: scroll;
	background-image: url(images/bgforhead.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 100%;
	width: 100%;
	background-position: center 30px;
}

#container {
	background-image: url(images/bodybgtile.jpg);
	background-repeat: repeat;
	text-align: left;
	width: 800px;
	border-right-width: thin;
	border-right-style: dotted;
	border-bottom-style: none;
	border-right-color: #FFFFFF;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
}
#navigation {
	background-image: url(images/headbg.jpg);
	background-repeat: no-repeat;
	height: 261px;
	width: 800px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: ffffcc;
	text-indent: 445px;
}


#navigation a {
	color: #FFFFCC;
	text-decoration: none;

}

#navigation a:link {
    color: #FFF:
	text-decoration: none;
	color: #FFFFCC;
}
#navigation a:visited {
    color: efefef;
}
#navigation a:hover {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}





#top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: ffffcc;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	text-indent: 10px;
	height: 31px;
	width: 800px;
}
#body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 5px;
	text-indent: 5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #ffffcc;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: ffffcc;
	text-decoration: underline;
}
