@charset "UTF-8";
/* CSS Document */

/* Tags */

body{
	margin:0px;
	background-color:#faa634;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #8b5d3b;
	line-height: 16px;
}

h1 {
	font-size:24px;
	border-bottom: 1px dotted #8b5d3b;
	text-transform:uppercase;
	padding-bottom:4px;
}

h2 {
	color: #e36f1e;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom: 3px;
}

table {
	margin-bottom: 20px;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #8b5d3b;
	line-height: 16px;
	text-decoration:none;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #8b5d3b;
	line-height: 16px;
	text-decoration:underline;
}

/* IDs */

#wrapper {
	margin: 0px;
}

#container {
	width: 920px;
	text-align:center;
}

#header {
	margin: 0px 0px -3px 0px;
	padding: 0px;
	vertical-align:top;
}

#content-box{
	background-image:url(images/bg-middle.png);
	background-position:center top;
	background-repeat: no-repeat;
	border-left: 10px solid #971d20;
	border-right: 10px solid #971d20;
	margin: 0px;
	padding: 0px;
	vertical-align:top;
	background-color:#e4701e;
}

#footer {
	width:920px;
	height: 30px;
	background-image:url(images/bg-bottom.png);
	background-repeat:no-repeat;
	background-position:center top;
}

#content {
	margin: 0px 175px 0px 175px;
	padding:10px;
	background-color:#fec95b;
	text-align:left;
}

/* Classes */

.text_body {
	padding-right:10px;
}

.left {
	padding-right:40px;
}

.right {
}