* {
	font-family: Verdana;
	font-size: 11px;
	color:#333333
}

body, form, fieldset, legend, label, input, textarea, select, div, span, table, tr, th, td {
  margin: 0;
  padding: 0;
}

body {
  text-align: center;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #990000;
}

a:active {
	text-decoration: none;
	color: #333333;
}

a img {
  border: none;
}

br {
  clear: both;
  margin: 5px;
}

#base {
  width: 1000px;
  margin: auto;
}

#header {
	height: 217px;  
	background-image: url('../images/head.jpg');
	background-repeat: no-repeat;
}

#content {
  min-height: 300px;
  text-align: left;
	background-image: url('../images/fnd.jpg');
	background-repeat: repeat-y;
	overflow: hidden;
}

#menu {
  float: left;
  width: 165px;
  min-height: 300px;
  text-align: left;
  padding: 10px 10px 10px 20px;
}

#main {
  float: right;
  width: 780px;
  min-height: 300px;
  text-align: left;
  padding: 10px;
}

#footer {
  clear: both;
  height: 28px;
  text-align: center;
	background-image: url('../images/foot.jpg');
	background-repeat: no-repeat; 
	padding: 10px 20px; 
}
