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


* {
	padding: 0;
	margin: 0;
}

body {
	background: url(../images/header_bg.gif) repeat-x;
	margin: 0;
	background-color: #e4701e;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 18px;
}

p {
	padding: 0 0 15px 0;
	margin: 0;
}

ul {
	margin-left: 40px;
}

.header_bg_left {
	background-image: url(../images/header_bg_left.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#content_background {
	width: 100%;
	background: #fff;
}
#content_holder {
	width: 900px;
	margin: 0 auto;
}
#footer_background {
	background: url(../images/footer_top_line.gif) repeat-x top;
}
#footer_holder {
	width: 900px;
	margin: 0 auto;
	padding-top: 15px;
	color: #fff;
}
.sidebar {
	background-image: url(../images/sidebar_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px;
}
.content {
	background-image: url(../images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 15px;
}
