/* CSS Document */

body {
	background-color: #222; 
	/* background-image:url(../images/background-image.jpg); */
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: center top;
	font-family:Arial, Helvetica, sans-serif;
}


a:link, a:visited {
	color:#00C;
}

a:hover, a:active {
	color:#C63;
}

#container {
	width: 850px;
	margin: 10px auto;
	background-color: #fefefe;
	color: #333;
	border: 1px solid gray;
	line-height: 130%;
	position: relative;
}
h1 {
	text-align: right;
	color: #C63;
	padding: 10px 0px 0px 30px;
	margin: 10px 0px 0px 10px;
	font-size: 30px;
	}	
	
#topic { /* topic header */
	color: #000044;
	margin: 0px 0px;
	padding: 0;
	font-size: 24px;
}	

h3 {
	font-size: larger;
	font-style: italic;
	padding: 0 0 0 0 ;
	margin: 20px 0 0 0 ;
}
h5 {
	padding: 0 0 0 0 ;
	margin: 20px 0 0 0 ;
} 
	

#logo { /* this is for the hr below the logo text */
	background-color: #f00;
    height: 5px;  /* width doesn't seem to work */
}

#container {
	padding: 25px;
	}
 
#nav-top ul {
 	position: absolute;
	left: 720px;
	top: 180px;
	width: 150px;
	list-style-type:square;
 }

#content {
 	position: relative;
	width: 700px;
 }
 
#content-front {
	position: relative;
	width: 850px;
 }

#front-nav li{
	display: inline;
	margin-left: 5px;
}

.table-2, th.table-2, td.table-2 {
	border:#333 1px; }
	
#red {
	color:#F00;}
	
