html, body {
	background-color: #F4B24B;
	font-family: Arial;
}

div#main { 
	width: 850px;
	position: relative;
	margin: auto;
	padding-top: 30px;
}

div#banner{
	width: 834px;
	height: 135px;
	position: relative;
	margin-left: -15px;
}

div#link{
	width: 834px;
	position: relative;
	margin-left: -10px;
}

#contentTop {
	background: url('a_images/contentTop.gif') no-repeat;
	width: 834px;
	height: 27px;
	margin-left: -15px;
}

#contentBody { 
	background: url('a_images/contentSide.gif') repeat-y top left;
	width: 834px;
	height: 100%;
	margin-left: -15px;
	text-align: left;
}


#contentBottom {
	background: url('a_images/contentBottom.gif') no-repeat;
	width: 834px;
	height: 44px;
	margin-left: -15px;
}

#textLeft { 
	width: 10px;
	margin-left: 30px;
	float: left;
}

#textMiddle { 
	width: 505px;
	margin-left: 75px;
}

#textRight { 
	width: 180px;
	float: right;
	margin-right: 32px;
}

#bottomLink {
	width: 830px;
	color: #ffffff;
	font-size: 8pt;
	text-decoration: none;
	text-align: center;
}

#bottomLink a{
	color: #ffffff;
	text-decoration: none;
}

#bottomLink a:hover{
	color: #222222;
	text-decoration: none;
}

#bottomText {
	width: 830px;
	color: #ffffff;
	font-size: 7pt;
	margin-top: 10px;
	text-align: center;
}
