body {
	background-color: #363E44;
	margin: 60px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

a:link {
    color: #363E44;
	text-decoration: underline;
}
a:visited {
    color: #363E44;
	text-decoration: underline;
}
a:hover {
    color: #363E44;
	text-decoration: none;
}

/* Styling for the Banner and Site ID */
#banner {
    background-color: #858885;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: 62px;
}

#title {
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	margin: 0px auto;
	background-image: url(../images/gregoryabbott.gif);
	background-repeat: no-repeat;
	height: 62px;
}
#title h1 {
    margin: 0px;
	padding: 0px;
}
#title h1 span {
    visibility: hidden;
}

/* Styling to color & position the middle area */
#middle {
    background-color: #BCBEBC;
}
#midcontent {
    width: 760px;
	\width: 780px;
	w\idth: 760px;
	margin: 0px auto;
}

/* Styling for the Menu */
#menu {
    width: 162px;
	float: left;
}
#menu ul {
    width: 150px;
	margin: 20px 0px;
	padding: 0px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	list-style-type: none;
}
#menu li {
    margin: 0px;
	padding: 2px 5px;
	border-bottom: 1px solid #000000;
}
#menu a:link {
    color: #000000;
	text-decoration: none;
}
#menu a:visited {
    color: #000000;
	text-decoration: none;
}
#menu a:hover {
    color: #913824;
	text-decoration: none;
	padding-left: 5px;
}

/* Styling the main body content */
#content {
    border-left: 1px solid #000000;
	float: left;
	background-color: #BCBEBC;
	max-width: 597px;
}
#content h1 {
    font-size: 1.3em;
	padding-left: 15px;
	padding-right: 15px;
}
#content p {
    padding-left: 30px;
	padding-right: 30px;
}
#content .imgborder {
    border: 1px solid #000000;
	padding: 4px;
}
#content blockquote {
    margin-left: 30px;
	margin-right: 30px;
}
#content .titles {
    font-size: 0.8em;
	font-style: italic;
}

/* Clearing the floats */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#footer {
    background-color: #858885;
	text-align: center;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: 17px;
	font-size: .8em;
}


