html, body {
	height: 100%;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ce0000;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #ce0000
}

.style6 {font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #ffffff; 
}

.style7 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

#news ul {
	padding-left: 0px;
	list-style: none;
}

#news li {
	padding-left: 20px;
	list-style: none;
	background-image: url(bullet.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 800px;
	margin: 0px auto;
	overflow: auto;
	background-color: #a56e49;
}

#top {
	height: 167px;
	background-image: url(top2.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#panel {
	width: 196px;
	float: left;
	background-image: url(menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #a56e49;
	height: 390px;
}

#index {
	width: 499px;
	float: right;
	background-color: #fff4ee;
	padding-top: 25px;
	padding-right: 70px;
	padding-left: 35px;
	overflow: auto;
	padding-bottom: 20px;
}

#menu ul {
	margin: 0px;
	padding-top: 65px;
    padding-left: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: none;
	width: 196px;
	height: 31px;
}

#menu1 {
	background-image: url(button_home.png);
}

#menu2 {
	background-image: url(button_research.png);
}

#menu3 {
	background-image: url(button_services.png);
}

#menu4 {
	background-image: url(button_srp.png);
}

#menu5 {
	background-image: url(button_contact.png);
}

#menu6 {
	background-image: url(button_about.png);
}

#menu span {
	display: none;
}

#bottom {
	width: 800px;
	background-color: #6b472e;
	float: right;
	height: 20px;
}
