html, body {
	margin: 0;
	padding: 0;
}
#page_container {
	background: black;
	width: 1000px;
	margin: auto;
}
#left_column {
	background: black;
	width: 280px;
	float: left;
}
#nav {
	background-image: url(../images/nav_background.png);
	height: 246px;
	width: 240px;
	text-align: left;
	padding-top: 30px;
	padding-left: 40px;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
#nav a {
	text-decoration: none;
	color: red;
}
#nav a:link {
	color: white;
}

#nav a:active {
	color: red;
}
#nav a:visited {
	color: white;
	border: 0px;
}
#nav a:hover {
	color: #f26522;
	font-size: 18px;
}
#left_content {
	background: black;
	color:#FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
#right_column {
	background: black;
	width: 720px;
	float: right;
	padding-top: 10px;
}
#header {
	background-image: url(../images/header3.png);
	height: 270px;
	width: 720px;
}
#header_date {
	font-family: "Courier New", Courier, monospace;
	font-size: 30px;
	color: #ffcf4f;
	padding-left: 10px;
	font-weight: bold;
}
#right_content {
	background: black;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	padding-left: 10px;
	line-height: 25px;
	text-align: left;
}

#footer{
	background: black;	
	height: 10px;
	clear: both;
}

.yellow {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffcf4f;
	text-decoration: underline;
}

#events {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: f26522;
	padding-left: 30px;
	font-weight: ;
	text-align: left;
}
.eventtitles {
	font-size: 16px;
	color: #f26522;
	font-weight: bold;
	}

#left_content ul {
	color: #ffcf4f;
}
.white {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: white;
	padding-left: 30px;
}
.white_small {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}
.white_underline {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: underline;	
}

.white_simple{
	color: white;
}

.news {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: white;
	
}

.h1 {
	
	color: #f26522;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 30px;
	color: #ffcf4f;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	
	font-weight: bold;
	color: #f26522;
	text-align: left;
}

h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 22px;
	font-weight: bold;
	color: #ffcf4f;
	text-align: center;
}

a:hover {  
	color: #f26522; 
	text-decoration: underline
}

a:visited {  
	color: #FFFFFF; 
	text-decoration: underline
}

a:link {  
	color: #FFFFFF; 
	text-decoration: underline; 
		
}
.yellownounderline {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffcf4f;
	font-weight: bold;
}
