html {
	height: 100%;
}


body {
background-color: #f0e9e9;
margin: 0px;
padding: 0px;
height: 100%;
font-family:Arial, Helvetica, sans-serif;
}



.page {	
width: 1024px;
margin: 0 auto;
background-image:url(pagebg.gif);
background-repeat: repeat-y;
background-color: #fff;
}

img { border: none; }

.container {
	padding-left: 30px;
	padding-right: 20px;
}

.footer {
width: 1024px;
margin: 0 auto;
}

.pagetext {
	float: left;
	width: 65%;
	font-size: 14px;
	line-height: 19px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 40px;
}

.right { float: right; }

.logo {
float: left;
}

.navigation { float: right;}

a { color: #996633; }
a:hover { color: #c58b52;}

.clear { clear: both; }

/* Buttons */

ul { list-style: none;  display: inline; padding: 0; margin: 0; }
li { float: left; float: left; }

.homebut {
	background: url(nav_home.gif) #fff no-repeat;
	height: 34px;
	line-height: 34px;
	float: left;
	width: 123px;
	display: block;
}

.homebut:hover {
	background: url(nav_home_over.gif) #fff no-repeat;
}

.aboutbut {
	background: url(nav_about.gif) #fff no-repeat;
	height: 34px;
	line-height: 34px;
	float: left;
	width: 115px;
	display: block;
}

.aboutbut:hover {
	background: url(nav_about_over.gif) #fff no-repeat;
}

.trainbut {
	background: url(nav_train.gif) #fff no-repeat;
	height: 34px;
	line-height: 34px;
	float: left;
	width: 100px;
	display: block;
}

.trainbut:hover {
	background: url(nav_train_over.gif) #fff no-repeat;
}

.testimbut {
	background: url(nav_testim.gif) #fff no-repeat;
	height: 34px;
	line-height: 34px;
	float: left;
	width: 139px;
	display: block;
}

.testimbut:hover {
	background: url(nav_testim_over.gif) #fff no-repeat;
}



.pubbut {
	background: url(nav_publication.gif) #fff no-repeat;
	height: 34px;
	line-height: 34px;
	float: left;
	width: 136px;
	display: block;
}

.pubbut:hover {
	background: url(nav_publication_over.gif) #fff no-repeat;
}

.contactbut {
	background: url(nav_contact.gif) #fff no-repeat;
	height: 34px;
	line-height: 34px;
	float: left;
	width: 127px;
	display: block;
}

.contactbut:hover {
	background: url(nav_contact_over.gif) #fff no-repeat;
}

.jsfooter {
	position: relative;
	top: 82px;
	left: 550px;
}
