@charset "utf-8";

/*this is for the whole page, sets default font attributes and centers page in browser.*/
body {
	margin: 15px 25px 15px 25px;
	padding: 0px;
	text-align: center;
	color: #333333;
	font-family:"Times New Roman", Times, serif;
	font-size: 62.5%;
	background-image:url(images/bkg-woodgrain.jpg);
}
/*attributes for default links, no underlines, */
a:link, a:active, a:visited {
	text-decoration: none;
	COLOR: #006393;
}

/*attributes for hovering over default links, no underlines & changes color */
a:hover {
	text-decoration:none;
	COLOR: #B56948;
}

/*classes for different colored text and link behavior*/
.white, .white a:link, .white a:visited {
	COLOR: #FFFFFF;
    TEXT-DECORATION: none;
}
.white a:hover {
	COLOR: #EEEEEE;
}
.brown {
	COLOR: #B56948;
}

/*these are for the main header tags, customize these for headers over creating new style*/
h1 {
	margin-top: 0px;
	margin-bottom:15px;
	font-size: .9em;
	font-weight: normal;
	text-transform:uppercase;
}
h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin:0px;
	line-height:1.3em;
}
h3 {
	font-size: 1.3em;
	margin-top:0px;
	margin-bottom: 5px;
	font-weight: bold;
}

/*if need to change space above or below all paragraphs*/
p {
	margin-top: 8px;
	margin-bottom: 8px;
}

/*Unordered List, if you're making a bulleted list, this changes indent and such.*/
ul {
	margin-top:0px;
	padding-left:20px
}

/*this is the outer container, telling it margins from the edges of browser. */
.container {
	margin: 0 auto;
}

.content {
	margin: 0 auto;
	border-color:#000;
	border: 1px solid;
	width:1000px;
	font-size:1.5em;
	line-height:1.5em;
	background-color:#FFFFFF;
}

.head {
	text-align: center;
	vertical-align:top;
	height:130px;
}
.footer {
	text-align: center;
	vertical-align:top;
	height:75px;
}
/*padding can be applied to a td (cell) tag or to image if placing it within a box*/
.padding {
	padding-left: 15px;
	padding-right: 15px;
	vertical-align:top;
}
.blurb {
	border-left: solid 1px;
	border-bottom: solid 1px;
	border-right: solid 1px;
	width:800px;
	text-align:center;
}
.fltleft {
	width:20px;
	padding-left:20px;
	float:left;	
	padding-top: 8px;
}
.fltmid {
	width:700px;
	padding-top: 8px;
	align:center;
	float:left;
	padding-bottom:5px;
}
.fltright {
	padding-top: 8px;
	width:20px;
	padding-right:20px;
	float:right;
}
.about {
	border-left:solid 1px;
	border-top: solid 1px;
	border-bottom: solid 1px;
	line-height:1.3em;
	width: 400px;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align:top;	
	text-align:left;
}
.aboutpic {
	border-top:solid 1px;
	border-right:solid 1px;
	border-bottom: solid 1px;
}
