@charset "UTF-8";
body  {
	background: url(images/blackstripes.png) repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 900px;
	background: url(images/contentbk3.jpg) repeat-y;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}
#sidebar {
	float: left;
	width: 200px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#content a {
	color: #DC9561;
	text-decoration: underline;
}

#sidebar a {
	color: #8b201a;
	text-decoration: none;
	}
#sidebar a:hover {
	color: #fff;
}

#content {
	margin: 0 0 0 250px;
	padding: 0 20px 20px;
	line-height: 170%;
} 
#content a:hover {
	color: #984130;
	text-decoration: underline;
}
.fltrt { 
	float: right;
	margin-left: 8px;
	border: 1px solid #000;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.border{
	border: 1px solid #000;
}
h1 {
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	color: #DC9561;
}
h2 {
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #E7A362;
}
#footer{
	line-height:normal;
	}
.logoborder {
	border: 1px solid #999;
}
.smaller {
	font-size: 85%;
}
.companyname {
	font-weight: bold;
	text-transform: uppercase;
	color: #C14E35;
	font-size: 95%;
}
.companyname2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #C14E35;
	font-size: 110%;
}
