/* CSS Document */

body {
	background-color:#000000;
	font-family: "Trebuchet MS";
	}
#main { 
	background-color: #FFFFCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #3366CC;
	height: auto;
	width: 745px;
	}
#copy a { 
	color: #CC6633;
	text-decoration: none;
	 }
#copy a:hover, a:active, a:focus { 
	color: #3366CC; 
	text-decoration: none;
	}
#copy{
	text-align:left;
	padding-left:25px;
	padding-right:25px;
	}
ul {
	text-align:left;
	margin-left:22px;
	}
p  { font-family: "Trebuchet MS"; }
h1 { font-family: "Trebuchet";
	font-size: 32px;
	color: #000000;
	}
h2 { font-family: "Trebuchet MS";
	color: green;
	font-size:24px;
	}
h3 { font-family: "Trebuchet MS";
	font-size: 20px;
	color: #000000;
	}
#navbar {
	width: 735px;
	padding: 4px;
	font-family: "Trebuchet MS";
	font-size:16px;
	border-bottom: 5px black;
	}
#navbar a {
	text-decoration: none;
	color: #000000;
	display: inline; 
	text-align: center;
	padding: 4px;
	margin: 4px;
	}
#navbar a:hover {
	background-color: #000000;
	color: green;
	}
#center {
	text-align: left;
	margin-left: 12%;
	margin-right: 12%;
	}
#about {
	text-align: center;
	font-family: "Trebuchet MS";
	color: #CC6633;
	font-size:24px;
	}
#about a {
	color: #CC6633;
	text-decoration: none;
	display: inline;
	padding: 5px;
	}
#about a:hover, a:active {
	background-color: #000000;
	color: #3366CC;
	text-decoration: none;
	}
#copyright {
	margin: 10px;
	text-align: center;
	color: #3366CC;
	font-size: 10px;
	}
#copyright a:link, a:visited { color: #3366CC;}
#copyright a:hover, a:active, a:focus { color: #FFFFCC; }
#form { 
	margin-right: 30%;
	line-height: 175%;
	} 
#board {
	text-align: left;
	font-family:"Trebuchet MS";
	font-size: 18px;
	margin-left: 140px;
	}
#board a { 
	color: #CC6633;
	text-decoration: none;
	 }
#board a:hover, a:active, a:focus { 
	color: #3366CC; 
	text-decoration: none;
	}
#archive {
	text-align: left;
	font-family:"Trebuchet MS";
	font-size: 24px;
	margin-left: 240px;
	}
#archive a { 
	color: #CC6633;
	text-decoration: none;
	 }
#archive a:hover, a:active, a:focus { 
	color: #3366CC; 
	text-decoration: none;
	}
img.left {
	float: left;
	border: solid black 2px;
	margin: 10px;
	}
img.right {
	float: right;
	border: solid black 2px;
	margin: 10px;
}
