html { 
	margin: 0;
	padding: 0; 
	border:0;
}
body {
	margin: 0;
	border: none;
	padding: 0;
	background-color:#FF6600;
}
body, td, form, input, textarea {
  font-family: Arial, sans-serif;
  font-size: small;
  color:#000;
}
img {
  border: solid 2px #993D00;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
a, a:link {
  color:#000;
}
a:hover {
  color: #FFC266;
}
h1 {
	font-size:large;
	color: #FFC266;
}
h2 {
	font-size:larger;
	color: #FFC266;
}
strong {
	color: #993D00;
}
#head { 
	background-image: url(img/bg.gif); 
	background-repeat: repeat-x; 
	height: 107px;
	font-size: 0;
	border-top: solid 10px #993D00;
}
#logo {
	height: 107px;
  width: 325px;
  background-image: url(img/logo2.gif);
  background-repeat: no-repeat;
}
a.logo{
  display:block;
  border:none;
  height: 107px;
  width: 325px;
  line-height: 107px;
}
#menu {
	height:30px;
	margin: 4px 0 0 90px;
	padding: 0;
	text-align:right;
	vertical-align:middle;
	border-bottom: solid 2px #000;
	white-space:nowrap;
}
#menu, #menu a, #menu a:hover {
	font-size: 18px;
}
#menu, #menu a, #menu a:hover, #footer, #footer a, #footer a:hover {
	font-weight:normal;
  color: #000;
  text-decoration: none;
  white-space:nowrap;
}
#menu a:hover {
	color:#993D00;
}
#content {
	padding: 20px 10px 20px 40px;
}
#footer {
	padding: 4px 4px;
	border-top: solid 10px #000;
	background-color:#FF9900;
	font-size: 10px;
	font-weight:normal;
}
#footertext {
	float:left;
}
#footerdesign {
	float:right;
}

.nowrap {
	white-space:nowrap;
}
.clear {
	clear:both;
	visibility:hidden;
}
div.navrcholu {
	float:right;
}