﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}
a:hover
#base {
	width: 900px;
	}

#masthead {
}

#menu
{ height: 55px;
  width: 850px;
  background: #C0C0C0;
}

#links, #footer, #menu, #menu li a
{ background: #FFF url(menu.png);
  color: #D1D3D7;
  border-color: #D7D7D7;
}

#links a, #footer a, #links a:hover, #footer a:hover
{ background: transparent;
  color: #D1D3D7;
}
#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #FFF url(blue_menu.png);
  color: #484E56;
} 

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
  list-style: none;
} 

#menu li a 
{ display: block; 
  float: left; 
  height: 37px;
  text-decoration: none; 
  padding: 3px 19px 2px 19px;
  text-transform: uppercase;
} 


#container {
	width: 850px;
}

#left_col {
	width: 200px;
	float: left;
}

#right_col {
	width: 200px;
	float: right;
}

#page_content {
	margin-left: 200px;
	margin-right: 200px;
}

#footer {
	clear: both;
}

