/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.5em;
	text-align:center;
	margin: 0;
	background-color:#343434;
	background-image:url(../images/bkgd.gif);
	background-repeat:repeat-x;
}

#container {
	width:904px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header {
	width:904px;
	height:82px;
	background-image:url(../images/hdr.gif);
	background-repeat:no-repeat;
}

#content {
	width:904px;
	float:left;
	background-image:url(../images/body_bkgd.gif);
	background-repeat:repeat-y;
}

#sdbr {
	width:198px;
	float:left;
}

#nav {
	width:178px;
	float:left;
	margin:10px 10px 30px 10px;
	background-color:#f0f0f0;
}

#nav  p
{
	margin:0 0 7px 10px;
}

#navhdr {
	width:178px;
	height:8px;
	background-image:url(../images/nav_hdr.gif);
	background-repeat:no-repeat;
}

#navftr {
	width:178px;
	height:10px;
	background-image:url(../images/nav_ftr.gif);
	background-repeat:no-repeat;
}

#contact {
	width:178px;
	margin:0 0 0 20px;
}

#contact b, #contact a {
	color:#b90612;
}

.boxcontainer {
	width:686px;
	margin:10px;
	float:right;
	margin:10px 10px 10px 0;
}

.box {
	width:165px;
	border:solid 1px #dddddd;
	float:left;
	margin:0 4px 1px 0;
}

.boxwrap {
	width:165px;
	float:left;
	margin:0 6px 0 0;
}

.description {
	width:165px;
	border:solid 1px #dddddd;
	float:left;
	margin:0 4px 10px 0;
}

.description p {
	padding:5px; 
	font-size:.65em;
}

#footer {
	width:904px;
	height:30px;
	background-image:url(../images/ftr.gif);
	background-repeat:no-repeat;
	float:left;
}

a:link, a:visited, a:hover, a:active {
	color:#2c2c2c;
	text-decoration:none;
}

h1 {
	color:#b90612;
	font-size:.85em;
	line-height:1.35em;
	font-weight:bold;
	margin:0 0 7px 10px;
}

h2 {
	font-size:1.125em;
	color:#b90612;
	font-weight:bold;
	margin:15px 0 7px 0;
}

img {
	border: 0px;
}

p {
	color:#000000;
	font-size:.75em;
	line-height:1.33em;
	margin: 0 0 .5em 0;
}

