body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #F8F8F8;
}

a {
	text-decoration: none;
	color: #FF6600;
}

a:hover {
	color: #242424;
}

a:focus { outline: none; }

input, textarea, radio, option, select {
	background: none;
	border: 1px #BBBBBB solid;
	margin: 2px;
	padding: 2px;

	font-family: Arial;
	font-size: 12px;
	color: #242424;
}

ul {
	margin: 10px 10px 10px 30px;
	list-style-type: disc;
	list-style-position: outside;
}

#centeredcontainer {
    width: 920px;
    margin: 50px auto 5px auto;
    padding: 0px;
    text-align: left;
}

#logotopper {
	margin: 0px 475px 0px 320px;
	background: url("../img/logotopper.png") no-repeat top left;
	width: 125px;
	height: 70px;
}

#left, #middle, #right {
	float: left;
}

#left {
	width: 312px;
}

#lefttop {
	margin: 0px;
	background: url("../img/lefttop.png") no-repeat top left;
	width: 312px;
	height: 95px;
}

#leftbottom {
	margin: 0px;
	background: url("../img/leftbottom.png") no-repeat top left;
	width: 312px;
	height: 75px;
}

#middle {
	width: 64px;
}

#middletop {
	margin: 0px;
	background: url("../img/middletop.png") no-repeat top left;
	width: 64px;
	height: 95px;
}

#middlerest {
	margin: 0px;
	background: url("../img/middlerest.png") no-repeat top left;
	width: 64px;
	height: 205px;
}

#right{
	width: 544px;
}

#righttop {
	background: url("../img/righttop.png") no-repeat top left;
	width: 544px;
	height: 104px;
}

#righttopicon {
	float: left;
	padding:  34px 15px 10px 30px;
	height: 60px;
	width: 53px;
}

#righttophead {
	float: left;
	padding: 47px 30px 0px 10px;
	width: 406px;
	height: 57px;
}

#righttopheadline {
	font-family: Arial;
	font-size: 24px;
	color: #333333;
	letter-spacing: -1px;
	line-height: 24px;
}

#righttopsubtext {
	margin: 0px 0px 0px 2px;
	font-family: Arial;
	font-size: 10px;
	color: #444444;
	letter-spacing: 2px;
	line-height: 10px;
}

#rightcontent {
	margin: 0px;
	background: url("../img/rightcontent.png") repeat-y top left;
	padding: 10px 45px 5px 40px;
	width: 459px;

	font-family: Verdana, Arial;
	font-size: 12px;
	color: #242424;
	line-height: 20px;
}

#rightcontent hr {
	margin: 20px 0px 20px 0px;
	padding: 0px 10px 0px 10px;
	width: 449px;
	border: 0px;

	background: #CCCCCC;
	line-height: 1px;
	height: 1px;
}

.slidebars {
	margin: 0px;
	padding: 5px;
	width: 447px;

	background: #ffc672;
	border: 1px #999999 solid;
	border-bottom: 0px;

	color: #242424;
	font-size: 12px;
	
	cursor: pointer;
}

.slidedivs {
	margin: 0px;
	border: 1px #999999 solid;
	border-top: 0px;
	padding: 5px;
	width: 447px;

	text-align: left;
	color: #333333;
}


#rightbottom {
	margin: 0px 0px 20px 0px;
	background: url("../img/rightbottom.png") no-repeat top left;
	width: 544px;
	height: 18px;
}

#bottomline {
	margin: 0px 0px 10px 0px;
	font-family: Arial;
	font-size: 10px;
	color: #999999;
	line-height: 14px;
}




