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

/* CSS Document */

/* Colors used in this document */


body {
	background-image:url(../images/background.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#262626;
	line-height:22px;
}

a:link {
	text-decoration: none;
	color:#003366;
}

a:visited {
	text-decoration: none;
	color:#333333;
}

a:active {
	text-decoration: none;
	color:#990000;
}

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

#main_wrapper {
	width:770px;
	margin:0;
	padding:0;
}

#header {
	width:770px;
	margin:0;
}

#navbar {
	padding:0;
	margin:0;
}

#subbar {
	height:40px;
	width:905px;
	margin:0;
}

#content {
	float:right;
	background-color:#FFFFFF;
	background-image:url(http://www.spiread.com/clients/mattmiller/images/content-bg.gif);
	width:770px;
	min-height:300px;
	margin:0;
	padding-left:0px;
	padding-right:0px;
}

#main_box {
	width:602px;
	margin-left:168px;
}


#main_box_text {
	min-height:300px;
	padding:2px 30px 15px 30px;
}

#sidebar {
	float:left;
	width:168px;
}

#box {
	width:148px;
	background-image:url(../images/box_background.gif);
}

#box_text {
	padding:7px 11px 7px 11px;
	/*line-height:20px;*/
	color:#1B470F;
	min-height:50px;
}

#box_title {
	background-image:url(../images/box_title.gif);
	width:148px;
	height:22px;
	padding:4px 0 0px 0;
	color:#FFFFFF;
	font-size:17px;
	font-weight:bold;
}	

#footer {
	clear:both;
	width:905px;
	height:14px;
	background-image:url(../images/footer.gif);
	margin:0;
	padding:24px 0 40px 0;
}

#footer a {
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

.copyright {
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
}

#footer_links {
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

#footer_links a {
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

h1 {
	color:#aa290c;
	font-size:25px;
	font-weight:bold;
}

.pic_left {
	border:solid 2px #CCD9C8;
	margin-bottom:10px;
	margin-right:10px;
}

.pic_right {
	border:solid 2px #CCD9C8;
	margin-bottom:10px;
	margin-left:10px;
}
		