/*Main css*/
/background:#e6e5e5;/
html,body {
	height: 100%;
	background: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
	color:#333333;
	margin: 0;
	padding: 0;
}
#container {
	margin: 0px auto;
	text-align: left;
	width:800px;
	padding-top: 5px;
}
#top {
	width:800px;
	background:url(images/top_yellow.gif) no-repeat;
	height: 113px;
}
#middle {
	width:800px;
	background:url(images/middle_yellow.gif);
	text-align:left;
}
#bottom {
	width:800px;
	height:72px;
	background:url(images/bottom_yellow.gif) no-repeat;
}
/*design-specific tweaks*/
#content {
	width:690px;
	padding-left:50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#menu {
	padding-top:75px;
	padding-left:55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#footer { padding-top:20px; padding-left:60px; color:#333333; }

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/*extra pretties*/
#content a:link, #content a:visited, #content a:active, #content a:hover {
	color: #003333;
	text-decoration: underline;
	font-family: "Franklin gothic";
}
a:link, a:visited, a:active {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  text-decoration: underline;
}
h1 {
  color: #FF0000;
  font-weight: normal;
  font-size: 1.8em;
}

h2 {
  color: #FF0000;
  font-weight: normal;
  font-size: 17px;
}

h3 {
  color: #516376;
  font-weight: bold;
  font-size: 15px;
}
img { padding:3px; }
img.floatLeft {
	float: left;
	margin-right: 10px;
	margin-left: 2px;
	margin-bottom: 2px;
	margin-top: 0px;
}

