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

html, body {
	background: url(../images/bg.gif);
	margin: 0 0 0px 0;
	color: #333;
	font: normal normal 12px Arial, Helvetica, sans-serif;
	text-align: center;
	height:100%;
	}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	}

a, a:link, a:visited {color:#ff690a; text-decoration: underline;}

a:hover {color:#000; text-decoration: underline}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff690a;
}

#container {
	background-image: url(../images/bg-02.gif);
	background-repeat: y-repeat;
	background-position: center top;
	backgroun-color: #fff;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 973px;
	min-height: 100%;
	height: auto !important;
	height:100%;
	}

#header {
	position:relative;
	text-align:left;
	padding: 40px 0px 20px 0px;
	margin-left: 106px;
	}

#nav {
	position:relative;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin-left: 106px;
	}

#content-left {
	background-color: #FFFFFF;
	width: 400px;
	padding: 20px 0 20px 5px;
	margin-left: 106px;
	}

#content-right {
	left: 530px;
	top: 174px;
	width: 380px;
	position: absolute;
	float: right;
	}
	
#content-wide {
	background-color: #FFFFFF;
	width: 700px;
	padding: 20px 0 20px 5px;
	margin-left: 106px;
	}
	
#footer-short {
	position: absolute;
	bottom: 0;
	padding: 20px 0 10px 5px;
	margin-left: 106px;
	}

#footer-long {
	position: relative;
	bottom: 0;
	padding: 20px 0 10px 5px;
	margin-left: 106px;
	}
	
.sideline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b0aca4;
}

.dash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
