@charset "utf-8";
/* CSS for John Hughes Site */

/* Overall Page Layout & Text */

body {background-color:#b2b2b2;
	margin:0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;}

a {text-decoration:none; color:#5d8ec6}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:15px;
	line-height:24px;
	color:#666;
	font-weight: normal;
}
h2 {
	font-size:14px;
	color:#000;
	margin-top:15px;
	margin-bottom:20px;
	padding-top: 10px;
}

/* Top Navigation */
#topnav
{background-color:#333; height:31px; width:100%}
#toplinks
{
	width:875px;
	padding-right:41px;
	text-align: right;
	color: #FFF;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 0px;
	font-size: 11px;
	padding-left: 41px;
}
#toplinks ul
{
	list-style-type:none;
	display: inline;
	margin: 0px;
	padding: 0px;
	height: 8px;
}
#toplinks li
{
	text-transform:uppercase;
	color:#FFF;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
#toplinks li.last
{
	border-right:none;
	padding-right: 0px;
}

#toplinks li a
{color:#FFF}

/* Title Area */
#title {
	height:45px;
	background-repeat: no-repeat;
	width: 916px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-left: 40px;
}

/* Main Content Area */
#container
{
	width:916px;
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat-y;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 50px;
}

.photo {float:left; margin-right:20px; width:147px}
.textarea {
	float:right;
	padding-right:49px;
	width: 700px;
}



/* Footer */

#footer
{
	background-color:#666;
	height:100%;
	width:100%;
	margin-top: 30px;
}
#footer_content
{
	width:875px;
	color: #CCC;
	padding-top: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 20px;
	font-size: 11px;
	padding-left: 41px;
	padding-right: 41px;
}
#footer_content table td
{
	width:260px;
	vertical-align:top;
	padding-right:20px
}
#footer_content table td a
{
	color:#FFF;
	font-weight: bold;
}
.contact {
	font-size:14px;
	color:#999;
	font-weight: normal;
}
