/* 
  ------------------------------------------------
   Copyright (c) 2007 Karen Rosenstiel. All Rights Reserved
   csslm 07: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	height: 100%;	
	margin: 20px;
	padding: 0;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#masthead {
	background-color: #FFFFFF;
	padding: 0px;
}
#masthead .content {padding: 12px;}
#logo {
	background-image: url(../images/header1.jpg);
	width: 745px;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
}
#under {
	background-color: #FFFFFF;
	background-image: url(../images/under.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	width: 745px;
	margin: auto;
}	

#center {width: 400px; float: left;}
#left {width: 175px; float: left;}
#right {width: 175px; float: left;}

#center .content {
	padding: 15px 32px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#left .content {
	padding: 24px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
}

a:link {color: #9B7C00;}
a:visited {color: #333333;}
a:hover {color: #826800; font-weight: bold;}

h1 { 
	font-family: Georgia, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #80944D;
	letter-spacing: 2px;
}	
h2 {font-size: 1.15em; margin: 20px 0 0 0; color: #80944D;}
h3 {font-size: 1.1em; margin: 20px 0 0 0;}

.nomargintop {margin-top: 0;}
.content p {margin: 12px 0;}
.italics {font-style: italic;}
.bolded {font-weight: bold;}
.info {text-align: center;}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}