@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg-concrete2.jpg);
	background-repeat: repeat;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#leftColumn {
	float: left;
	width: 230px;
}
.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #422413;
}
.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 40px;
	color: #b7b712;
}
#box {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #B7b712;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#box_left {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 25px;
	margin-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 300px;
	padding: 0px;
}
#box_right {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 300px;
}


#rightcolumn {
	float: right;
	width: 701px;
}
#wrapper {
	text-align: left;
	padding: 0px;
	width: 931px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#box2 {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-left-width: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	width: 600px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #422413;
}

.link
	a:link	{ 
	text-decoration: underline;
	color: #422413; 
	} 
	a:visited{
	text-decoration:underline;
	color: #422413;
	}
	a:hover{
	text-decoration:none;
	color: #422413;
	}
	a:active{
	text-decoration:underline;
	color: #422413;
	}

