/*Main css*/
html,body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
	color:#000333;
	margin: 0;
	padding: 0;
}
#container {
	margin: 0em auto;
	text-align: left;
	width:700px;
}
#top {
	width:700px;
	height:98px;
	background:url(images/top.jpg) no-repeat;
}
#middle {
	width:700px;
	background:url(images/middle.jpg);
	text-align:left;
}
#bottom {
	width:700px;
	height:72px;
	background:url(images/bottom.jpg) no-repeat;
}
/*design-specific tweaks*/
#content { width:650px; padding-left:20px; }
#menu {
	padding-top:55px;
	padding-left:245px;
}
#footer { padding-top:28px; padding-left:270px; color:#333333; }

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

/*extra pretties*/
#content a:link, #content a:visited, #content a:active, #content a:hover {
  color: #003333;
  text-decoration: underline;
}
a:link, a:visited, a:active {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #333333;
  text-decoration: underline;
}
h1 {
  color: #516376;
  font-weight: bold;
  font-size: 1.8em;
}

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

h3 {
  color: #516376;
  font-weight: bold;
  font-size: 15px;
}


