body {
	background-color: #17122F;
	color: #000000;
	font-family: verdana;
}

a:link {
  color: #A9192D; 
  text-decoration: underline; 
 }
a:visited {
  color: #A9192D; 
  text-decoration: underline; 
  }
a:hover { 
  color: #A9192D; 
  text-decoration: underline; 
  }
a:active {
  color: #A9192D; 
  text-decoration: underline; 
  }



#main {
	width: 100%;
	height: 100%;
}

#site {
	background-color: #E8E8E8;
	width: 900px;
}

#menu {
	height: 65px;
}

#content {
	height: 300px;
	width: 900px;
}

#footer {
	height: 85px;
}

.menuitem {
	height: 65px;
	background-color: #C7C228;
}

.spacev {
	background-color: #E8E8E8;
	width: 3px;
}

.spaceh {
	background-color: #E8E8E8;
	height: 3px;
}