/* CSS Document */


body {
	margin: 0;
	border: 0;
	background-color: #FFFFFF;
	background-image: url(../img/bg_grd.gif);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 22px;
	color: #333333;
}

/* text formatting tags */

p {
	text-align: left;
	padding-right: 40px;
	padding-left: 40px;
}


h1 {
	padding-right: 40px;
	padding-left: 40px;
}

h2 {
	font-size: 15px;
	color: #4F5A43;
	padding-right: 40px;
	padding-left: 40px;
}

.copy {
	margin-left: 240px;
	font-size: 11px;
	font-style: italic;
	
}

p a {
	color: #649A26;
	text-decoration: none;
}

p a:hover {
	color: #339933;
	border-bottom: 1px dotted #339933;
}

p a:visited {
	color: #7D8099;
	text-decoration: none;
}


/* header id tags */

#top {
	background-image: url(../img/logo_1.jpg);
	background-repeat: no-repeat;
	height: 49px;
}

#mid {
	background-color: #4F5A43;
	background-image: url(../img/logo_2.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: 1003px;
}

#bot {
	background-image: url(../img/logo_3.jpg);
	background-repeat: no-repeat;
	height: 45px;
}

/* main content id tags */

#main {
	margin: 0;
	margin-left: 180px;
	width: 751px;
	background-image: url(../img/about_bg.gif);
	background-repeat: repeat-y;
}

#main_top {
	width: 751px;
	margin: 0;
}

#main_photo {
	width: 230px;
	margin: 0;
	background-image: url(../img/about_photo_bg.gif);
	background-repeat: repeat-y;
	float: left;
}

#main_content {
	background-image: url(../img/bg_right_h.gif);
	background-repeat: repeat-y;
	margin: 0px;
	width: 521px;
	float: right;
}

#main_bottom {
 width: 751px;
 margin: 0;
}


