body {
	background-color: #ffffff;
	background-image: url(band.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "arial", sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

a {
	color: #008000;
	text-decoration: none;
}
h1 p1 {
	margin: 0px;
	padding: 0px 5px 0px 10px;
	color: #000080;
	font-weight: bold;
}

#top {
	width: 800px;
	height: 100px;
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px auto;
}
#menu {
	text-align: center;
	width: 420px;
	height: 20px;
	line-height: 20px;
	position: relative;
	top: 70px;
	left: 370px;
	color: #808080;
}

#main {
	width: 800px;
	background-image: url(stripe.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin: 10px auto;
	border: 1px #cccccc solid;
}
#main td {
	padding: 5px;
}

#side {
	width: 140px;
	vertical-align: top;
}
#side a {
	color: #000080;
}
#side h1 {
	font-size: 16px;
	padding-top: 5px;
	margin: 0px;
}

#content {
	vertical-align: top;
}


#content h1 {
	width: 80%;
	color: #000080;
	font-size: 24px;
    font-weight: bold;
	padding: 0px 5px;
	border-bottom: 1px dotted #e0e0e0;
}
#content h2 {
	width: 50%;
	color: #008000;
	font-size: 16px;
    font-weight: bold;
	padding: 0px 5px;
	border-bottom: 1px dotted #e0e0e0;
}

#foot {
	width: 800px;
	margin: 20px auto;
}