* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	text-align: center;
	font: normal 14px/25px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #82706f;
	background: #e1d7c4 url(../images/bg.jpg) left top repeat-x;
}
#print {
	display: none;
}

/* container */

.container {
	width: 950px;
	margin: 0 auto;
	background: url(../images/container.jpg) left top repeat-y;
}
.clearing {
	clear: both;
	height: 0;
	line-height: 0;
}
.clearingright {
	clear: right;
	height: 0;
	line-height: 0;
}

/* top bar */

.topbar {
	display: block;
	width: 950px;
	height: 39px;
	background: url(../images/topbar.jpg) left top no-repeat;
}

/* top */

.top {
	display: block;
	width: 950px;
	height: 174px;
	background: url(../images/top.jpg) left top no-repeat;
	text-indent: -5000px;
}

/* content */

.content {
	text-align: justify;
	padding: 0 0 40px;
}

/* left column */

.leftcolumn {
	float: left;
}

/* left nav */

.leftnav {
	width: 290px;
	font-size: 18px;
	letter-spacing: -1px;
	padding: 50px 0 0;
	position: relative;
	left: 5px;
	height: 282px;
}
.leftnav li {
	float: left;
	clear: both;
	border-top: 1px solid #dedede;
	width: 270px;
	padding: 0 0 0 20px;
	display: block;
	background: white;
}
.leftnav a {
	padding: 10px 20px 0 5px;
	position: relative;
	top: -22px;
	display: block;
	text-decoration: none;
	color: #575757;
	background: white;
	font-weight: normal;
}
.leftnav a:hover {
	color: black;
	text-decoration: underline;
}
.leftnav a.current {
	color: black;
	text-decoration: underline;
}
.leftnav ul li {
	float: left;
	width: 250px;
	padding: 0;
	border: 0;
}
.leftnav ul a {
	font-size: 13px;
	padding: 0 0 0 40px;
	color: #9f9f9f;
	top: -20px;
}
.leftnav ul a:hover {
	color: #e59b44;
}
.leftnav ul a.current {
	color: #e59b44;
}

#memberslogin {
	float: left;
	clear: left;
	display: block;
	width: 274px;
	height: 105px;
	text-indent: -5000px;
	position: relative;
	left: 13px;
	background: url(../images/memberslogin.jpg) left top no-repeat;
}
#memberslogin:hover {
	background-position: left bottom;
}

/* right column */

.rightcolumn {
	padding-left: 300px;
}
.rightcolumn h1 {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	padding: 30px 40px 8px;
	color: #dc7700;
	background: url(../images/header.jpg) 40px bottom no-repeat;
}
.rightcolumn p {
	padding: 25px 40px 0;
}
.rightcolumn ul {
	list-style: none;
	padding: 25px 40px 0;
}
.rightcolumn li {
	padding: 0 35px 20px;
	background: url(../images/arrow.jpg) left 7px no-repeat;
}
.rightcolumn a {
	color: #dc7700;
	font-weight: bold;
}
.rightcolumn a:hover {
	text-decoration: none;
}

#nav01, #nav02, #nav03, #nav04 {
	display: block;
	height: 74px;
	float: right;
}
#nav01 {
	width: 169px;
	background: url(../images/nav01.jpg) left top no-repeat;
}
#nav02 {
	width: 130px;
	background: url(../images/nav02.jpg) left top no-repeat;
}
#nav03 {
	width: 159px;
	background: url(../images/nav03.jpg) left top no-repeat;
}
#nav04 {
	width: 192px;
	background: url(../images/nav04.jpg) left top no-repeat;
}
#nav01:hover, #nav02:hover, #nav03:hover, #nav04:hover {
	background-position: left bottom;
}

.form {
	padding: 20px 0 0;
}
.form p {
	padding: 10px 0 0;
}
.form label {
	width: 240px;
	padding: 0 5px 0 0;
	text-align: right;
	float: left;
	clear: left;
}
.form input, .form textarea {
	border: 1px solid #e0e0e0;
	font: normal 14px/25px Trebuchet MS, Arial, Helvetica, sans-serif;
	width: 150px;
	padding: 1px 2px;
	color: #373737;
}
.form textarea {
	height: 80px;
}
#submit {
	display: block;
	margin: 0 0 0 245px;
	background: #e0e0e0;
	color: #474747;
	width: 155px;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #db7400;
	border-width: 1px 0;
}
#submit:hover {
	background: #ececec;
}

/* footer */

.footer {
	margin: 0 auto;
	width: 920px;
	padding: 20px 15px 30px;
	font: normal 10px/15px Arial, Helvetica, sans-serif;
	color: #725f50;
	background: url(../images/footer.jpg) left top no-repeat;
}
.footer p {
	float: right;
	width: 600px;
	text-align: right;
}
#cro, #webdesign {
	float: none;
	text-align: left;
	width: auto;
} 
#webdesign {
	padding: 10px 0 0;
}
.footer a {
	color: #725f50;
	padding-left: 10px;
}
#webdesign a {
	padding: 0;
}