@charset "UTF-8";

/* format all the body text: font, size, & color || set a tiled background image */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #996C4E;
	margin-left: 30px;
	background-image: url(images/bkgd_tile.jpg);
	background-repeat: repeat;
}

/* make all headings the same style (italic), color, remove the bottom margin, and underline it */	  
h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	color: #9B6C4D;
	padding-top: 5px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

				   
/* format the sizes of the heading */
h1 {
	font-size: 55px;
	margin-top: 10px;
	font-weight: normal;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}				   

/* style links within the body copy of the page */
a {
	color: #9B6C4D;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000;
	font-style: italic;
}
td {
	padding:5px 0;
	}


/***** IDs *****/

/* div to wrap around all of the site */
#wrapper {
	width: 750px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

/* div containing the header logo image & text entry of location info */
#header {
	background-image: url(images/treyz_header.jpg);
	height: 140px;
	width: 750px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	padding-top: 110px;
}

/* div containing contact information, left column */
#locationinfo {
	width: 199px;
	background-color: #FFF;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
}

/* div containing navigation */
#navigation {
	background-color: #9B6C4D;
	height: 29px;
	width: 531px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align: right;
	padding-top: 8px;
	padding-right: 10px;
	color: #FFF;
	margin-left: 200px;
	padding-left: 10px;
}

/* div containing main content */
#content {
	width: 541px;
	background-color: #FFF;
	float: left;
	padding-left: 10px;
}

/* div containing footer */
#footer {
	width: 750px;
	text-align: center;
	clear: both;
	color: #FFF;
	background-color: #9b6c4d;
	height: 22px;
	font-size: 12px;
	vertical-align: top;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 8px;
}
