@charset "utf-8";
/* CSS Document */

body{
	color: #334400;
	background: #b1c85e;
	background-image: url(../images/body-bg.png);
	background-position: 0% 0%;
	background-repeat: repeat-x;
	text-align: center;
	margin: 10px 0;
}

/* main page elements */

#pagewrapper{
	width: 954px;
	margin: 0 auto;
}

#head{
	width: 900px;
	height: 120px;
	margin: 0 auto;
	padding: 10px 0px;
	text-align: right;
	background-image: url(../images/head-bg.jpg);
	background-position: 10% 100%;
	background-repeat: no-repeat;
}

#content-top{
	width: 954px;
	height: 49px;
	margin: 0;
	background-image: url(../images/content-top-bg.png);
	background-repeat: no-repeat; 
}

#content-body{
	width: 954px;
	margin: 0;
	padding: 1px 0 0 0;
	background-image: url(../images/content-body-bg.png);
	background-repeat: repeat-y;
}

#content-bottom {
	width: 954px;
	height: 59px;
	margin: 0;
	padding: 2px 0 0 0;
	font-size: .8em;
	background-image: url(../images/content-bottom-bg.png);
	background-repeat: no-repeat;
}

/* page content boxes */

#sidebar{
	float: left;
	width: 263px;
	margin: 0 10px 20px 20px;
	padding: 0;
}

.box-top {
	width: 263px;
	height: 54px;
	background-image: url(../images/box-top-bg.png);
	margin: 0;
	padding: 15px 0 0 0;
}

.box-content{
	width: 223px;
	background-image: url(../images/box-content-bg.png);
	background-repeat: repeat-y;
	margin: 0;
	padding: 1px 20px;
	font-size: 1.5em;
}

.box-bottom{
	width: 263px;
	height: 37px;
	background-image: url(../images/box-bottom-bg.png);
	margin: 0 0 20px 0;
	padding: 0;
}

.text-area {
	text-align: left;
	padding: 0;
	margin: 5px 30px 20px 300px;
	background-color: #ffffff;
}

.text-box{
	padding: 0 20px;
	margin: 0;
}

/* layout controls */

.img-right{
	float: right;
	margin: 5px 0 5px 10px;
}

.clear{
	clear: both;
	height: 1px;
}

#sidebar p{
	margin-top: 0;
}

.text-area-top{
	width: 100%;
	height: 30px;
	padding: 0;
	margin: 0;
}

.text-area-bottom{
	width: 100%;
	height: 30px;
	padding: 0;
	margin: 0;
}

.top-right{
	width: 30px;
	height: 30px;
	background-image: url(../images/top-right.png);
	float: right;
}

.top-left{
	width: 30px;
	height: 30px;
	background-image: url(../images/top-left.png);
	margin: 0 0 0 0;
	float: left;
}

.bottom-right{
	width: 30px;
	height: 30px;
	background-image: url(../images/bottom-right.png);
	float: right;
}

.bottom-left{
	width: 30px;
	height: 30px;
	background-image: url(../images/bottom-left.png);
	margin: 0 0 0 0;
	float: left;
}

/* headings */

#head h1{
	color: #e86713;
	margin: 0 30px 0 60px;
	font-size: 2.5em;
}

#sidebar h2{
	margin: 0;
	font-size: 2em;
	color: #e86713;
}

.text-area h1{
	color: #e86713;
	margin: 0;
}

/* link controls */

a{
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

a:hover{
	color: #e86713;
	text-decoration: none;
	font-weight: bold;
}