@charset "utf-8";
/* Elk City Senior Quick Reference Guide */

body {
	background-color: #a9cc18;
	text-align: center;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#background {
	margin: 0 auto;
	text-align: left;
	width: 780px;
	}
	
#head {
	height: 75px;
	}
	
#top {
	margin: 10px 0 0 0;
	background: url(bgtop.jpg) no-repeat;
	height:10px;
	padding: 0;
	left: 0;
	}	
	
#content {
	background: url(bg.jpg) repeat-y;
	width: 780px;
	margin: 0 auto; 
	padding: 0px;
	top: 0;
	}
	
#bottom {
	background: url(bgbottom.jpg) no-repeat;
	height:10px;
	}
	
#back {
	font-size: x-small;
	text-align:center;
	}
	
h1 {
	color: orange;
	font-size: medium;
	padding: 0 0 0 10px;
	margin: auto;
	}

ul {
	list-style-image:none;
	list-style-type:none;
	padding: 0 0 5px 25px;
	margin: auto;
	}
	
li {
	font-size:small;
	}

a:link, a:visited {
	color: #a9cc18;
	text-decoration: none;
	}

a:hover, a:active {
	color: orange;
	border-bottom: 2px dotted orange;
	}
	
.back a:link, a:visited {
	color: #6d1601;
	}
	
.back a:hover, a:active {
	border-bottom: 1px dotted #6d1601;
	}
