body {
	background : #9b9b9b;
	margin: 0px;
	min-width: 1000px;
	font: 11px   'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #4c4c4c;
}

#wrapper {
	border: 2px solid #ffffff;
	background: #9b9b9b; /*url(images/content_bg.png) #969696 repeat-y;*/
	margin: 0px;
	min-width: 1000px;
	padding: 0px;
}

#title {
	background: url(images/title_bg.png) repeat-x #663333;
	height: 90px;
	width: 1000px;
	text-align: center;
}

#banner {
	background: url(images/banner_bg.png) repeat-x #616262;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	height: 12px;
	width: 1000px;
	text-align: right;
}

#banner h1 {
	color: #969696;
	font: bold 11px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-align:;
	padding-right: 5px;
	position: relative;
	bottom: 3px;
	margin: 7px 0px 0px 0px;
}

#menu {
  text-align: right;
	background: #9b9b9b;
  border-width:medium;
	border-color:#663333;
	border-style:double;
}


#content {
	color: #000000;
	background: #9b9b9b;
  font: 14px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
  border-width:medium;
	border-color:#663333;
	border-style:double;
  padding: 20px;
}

#content table {
	background: #9b9b9b;
  border-width:4px;
  padding: 20px;
  width: 600px;
	height: 420px;
}

p {
	color: #4c4c4c;
	font: 11px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

a:link, a:visited {
	color : #000000;
	text-decoration : none;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

a:hover {
	color : #444444;
	text-decoration : none;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

a:active {
	color : #444444;
	text-decoration : none;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

#footer {
  text-align: center;
	color: #000000;
	font: 11px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin-top: 10px;
}
