#container {
	margin: auto;
	width: 755px;
	background-color: #FFFFFF;  /* the background          */

	background-image: url(../images/mid-bg.jpg); 
	background-repeat: repeat;
}



* { margin: 0px;
	padding: 0px;
	}


/* CSS Document */
body{
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-image: url(../images/bg.jpg);
	font-size: 90%;
}

acronym{
	cursor: help;
}
h1, h2, h3, h4, h5, h6{
	color:#333;
}
h1{
	font-size: 180%;
	margin-top: 5px;
	margin-bottom: 10px;
}
h2{
	font-size: 160%;
}

h3{
	font-size: 140%;
}
h4{
	font-size: 120%;
}
h5{
	font-size: 100%;
}
h6{
	font-size: 100%;
}

.banner{
	background-image: url(../images/banner.jpg);
	height: 123px;
	width: 755px;
	background-repeat: no-repeat;
}
.nav{
}

.content{
	padding-right: 10px;
	padding-left: 10px;

}
.content a{
	color:#060;
	text-decoration: none;
	}
.content a:hover{
	color: #000000;
	text-decoration: underline;
}

.hide{display:none;}

.footer{
	background-image: url(../images/footer.jpg);
	height: 164px;
	width: 755px;
}
a img{border:none;}

.footer a{
	color: #000;
	text-decoration: none;
}
.footer a:hover{
	color: #666;
	text-decoration: underline;
}

li{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}

