body {
	background-color: #C2C2C2;
	background-image: url(../layout/bkgrnd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
a {
	outline: none;
}
#wrapper {
	width: 750px;
	position: relative;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#bar {
	background-image: url(../layout/stripes_ext.jpg);
	background-repeat: repeat-x;
	height: 130px;
	width: 748px;
	margin-top: 105px;
	border: 1px solid #a3a3a3;
	position: absolute;
	left: 0px;
	top: 0px;
}
#bar #logo {
	height: 50px;
	width: 218px;
	margin-top: 36px;
}
#map {
	position: absolute;
	background-image: url(../layout/businesscard.gif);
	background-repeat: no-repeat;
	height: 256px;
	width: 187px;
	left: 21px;
	top: 262px;
	display: block;
	z-index: 2;
}

#container {
	width: 500px;
	position: relative;
	padding-left: 231px;
}
#headerimage {
	background-color: white;
	height: 162px;
	width: 500px;
	background-image: url(../pictures/_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#subimage {
	height: 158px;
	width: 500px;
	background-color: white;
	background-image: url(../pictures/_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
}
#navigation {
	height: 20px;
}
#maincontent {
	width: 500px;
	background-color: white;
}
#maincontent ul {
	float: none;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#maincontent li {
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: list-item;
	text-align: left;
	width: auto;
	list-style-type: disc;
	list-style-position: outside;
}

#padding {
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
h1 {
	text-transform: capitalize;
	font-size: 2em;
	color: #a3a3a3;
	margin-top: 2px;
	margin-bottom: 2px;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 1.2em;
}
strong {
	color: #a3a3a3;
}
a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	text-transform: none;
	font-size: 1.75em;
	color: #a3a3a3;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: lighter;
}
h3 {
	text-transform: none;
	font-size: 1.5em;
	color: #a3a3a3;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: normal;
}
.numbers p {
	font-size: 1.2em;
}


#options {
	text-align: right;
	margin-top: 0px;
}
#copyright {
	text-align: right;
}
#copyright p {
	color: #a3a3a3;
}
.floatright {
	margin: 5px;
	float: right;
}
#arrows {
	width: 470px;
	color: #CCCCCC;
	display: block;
	height: 30px;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#arrows a {
	display: block;
	float: left;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #FFF;
	background-image: url(../layout/arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	text-decoration: none;
	outline:none;
}
#arrows a:hover {
	color: #F7F7F7;
	text-decoration: underline;
}
#arrows a:visited {
	color: #CCC;
}

#arrows .b {
	background-color: #9D816C;
}
#arrows .t {
	background-color: #9F6758;
}
#arrows .m {
	background-color: #BEAF97;
}
#brickcalc {
	width: 185px;
	position: absolute;
	left: 21px;
	top: 525px;
	z-index: 50000;
	border: 1px solid #A3A3A3;
	background-image: url(../layout/brick.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#brickcalc form {
	margin-left: 15px;
}
#brickcalc table {
	width: 170px;
}
#brickcalc h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #040404;
	font-size: 14px;
}
#brickcalc input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.number_container .numbers strong{
	font-size: 1.4em;
	color: #8C8C8C;
}
.number_container .numbers {
	float: left;
	margin-right: 10px;
	width: 200px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
.number_container {
	margin-bottom: 10px;
}

.cb {
	clear: both;
}

