body {background-color: #FFFFFF; margin-top: 0px; margin-left: auto; margin-right: auto; text-align:center;}

#container {width: 700px; margin-left: auto; margin-right: auto; text-align:left;}

/* left column */

#left {width: 58px; height: 680px; float: left; background-image: url('images/shadow_left.jpg'); background-repeat: no-repeat;}

/* center column */

#center {width: 584px; float: left;}

#menu {width: 584px; float: left;}

#content {width: 584px; float: left; text-align: center; background-image: url('images/home_bkgd.jpg'); background-repeat: no-repeat; background-color: #f6f1e3;}

/* right column */

#right {width: 58px; height: 680px; float: right; background-image: url('images/shadow_right.jpg'); background-repeat: no-repeat;}

/* footer */

#footer {clear: both; background-color: #747a7c; color: #333333; font-family: Verdana, Arial, Helvetica; font-size: 10px; text-align: center;}

/* styles */

.copy {
	 color: #333333;
	 font-family: Verdana, Arial, Helvetica;
	 font-size: 11px;}
			
.smallcopy	{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;}
	
.subtitle	{
	font-size: 13px;
	font-weight: bold;
	color: #5d7d90;
	line-height: 18px;}

.red {
	color: #98301F;}
			
/* links */

A {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
}

A:link {color: #76b636}
A:visited {color: #76b636}
A:active {color: #76b636}
A:hover {color: green; text-decoration: none;}

A.more {
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 10px;
	line-height: 15px;
	text-decoration: none;}

A.more:link {color: #76b636}
A.more:visited {color: #76b636}
A.more:active {color: #76b636}
A.more:hover {color: green; text-decoration: underline;}

A.footer {
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 10px;
	line-height: 15px;
	text-decoration: none;}

A.footer:link {color: #333333}
A.footer:visited {color: #333333}
A.footer:active {color: #333333}
A.footer:hover {color: white; text-decoration: underline;}
			
/* misc */

.alignleft {
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
}
.alignright {
	float: right;
	margin-left: 8px;
	margin-top: 5px;
}
