@charset "utf-8";
/* CSS Document */
.skipnavbutton {
	display: none;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
}
H1 {
	font-size: 1em;
	margin: 0px;
	padding-bottom: 15px;
}
H2 {
	color: #800000;
	font-size: 1.2em;
	font-weight: normal;
}
H3 {
	font-size: 0.75em;
	margin: 0px;
	padding-bottom: 15px;
}
H4 {
	margin: 0px;
	padding-bottom: 15px;
	color: #800000;
}
H5 {
	margin: 0px;
	padding-bottom: 15px;
}
H6 {
	font-size: 0.75em;
	color: #444;
	margin: 0px;
	padding-bottom: 15px;
	font-weight: normal;
}
P {
	font-size: 0.75em;
	margin: 0px;
	padding-bottom: 15px;
}
UL {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
LI {
	list-style: none;
	background-image: url(images/sce/li.jpg);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left: 15px;
	padding-top: 3px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fb8c5f;
	margin: 0;
	padding: 0;
}
.maincontainer {
	width: 834px;
	height: auto;
	margin: 0 auto 0;
	background-image: url(images/sce/contentbg.jpg);
	background-repeat: repeat-y;
}
<!-- header styles start here-->
.header {
	width: 834px;
	height: auto;
}
.header-top {
	width: 834px;
	height: 22px;
	background: url(images/sce/headertop.jpg);
}
.headermiddle {
	width: 834px;
	height: 131px;
}
.header-left {
	width: 603px;
	height: 131px;
	background: url(images/sce/kinesislogo.jpg);
	float: left;
}
.header-right {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	width: 231px;
	height: 131px;
	background: url(images/sce/headerright.jpg);
	float: right;
}
.header-right h1{
	font-size: 1.2em;
	color: #333;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.header-right h2{
	font-size: 0.8em;
	color: #333;
	margin: 0;
	padding: 0;
}
.header-right h3{
	font-size: 0.9em;
	color: #333;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	font-weight: bold;
}
.header-right p{
	font-size: 0.6em;
	color: #333;
	margin: 0;
	padding: 0;
}
.header-bottom {
	width: 834px;
	height: 44px;
	background: url(images/sce/headerbottom.jpg);
}
<!--header styles end here-->
.contentholder {
	width: 834px;
	height: auto;
}
.nav {
	width: 138px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	float: left;
	border: 0;
	border-right: dotted #999 2px;
}
.nav ul {
	margin: 0;
	padding: 0;
	padding-right: 10px;
	list-style: none;
	text-align: right;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #333;
}
.nav li {
	list-style: none;
	background: none;
}
.content {
	width: 694px;
	height: auto;
	float: right;
}
.contentleft {
	width: 431px;
	height: auto;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.contentright {
	width: 233px;
	height: auto;
	float: right;
}
.contentright-top {
	width: 233px;
	height: 202px;
	background: url(images/sce/contentright-top.jpg) no-repeat;
	padding-bottom: 15px;
}
.latestnews {
	width: 172px;
	border: 0;
	border-left: #999 dotted 2px;
	padding-left: 16px;
	padding-right: 15px;
	margin-left: 28px;
}
.latestnews h3 {
	color: #d55435;
}
.latestnews h4{
	color: #800000;
	font-size: 0.75em;
	padding: 0;
}
.latestnews p{
	font-size: 0.7em;
	color: #2f2f2f;
	padding: 0;
}
.contentbottom {
	width: 835px;
	height: 61px;
	background: url(images/sce/contentbottom.jpg) no-repeat;
	float: left;
}
.clr {
	clear: both;
}
/* bottom navigation start */
#footer {
	width: 835px;
	height: auto;
	background-color: #fb8c5f;
	font-size: 0.75em;
	text-align: center;
	float: left;
}
#footer ul{
	list-style: none;
	padding-top: 8px;
}
#footer li{
	display: inline;
	padding: 0;
	list-style: none;
	background: none;
}
#footer a.noborder {
	border: 0;
}
#footer a {
	border-left: 1px solid #444;
	padding-right: 8px;
	padding-left: 12px;
}
#footer a:hover{
}
/* bottom navigation end */

