body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #CDD2D9;
}
#container {
	padding: 0px;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/benny_bkg.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #FFF;
	background-position: right top;
}
#header {
	text-align: left;
	margin: 0px;
	padding-top: 5px;
	padding-left: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #184787;
	height: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#header h1 {
	font-size: 26pt;
}
#header a {
	text-decoration: none;
	color: #184787;
}
.h1_name {
	font-size: 10pt;
}
#menu {
	border-top-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #CDD2D9;
	border-bottom-color: #CDD2D9;
	border-bottom-style: solid;
}
#menulist {
	list-style-type: none;
	margin: 0px;
	padding-left: 400px;
}
#menulist li {
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #004199;
	font-size: 110%;
}
#menulist a {
	display: block;
	float: left;
	text-decoration: none;
	color: #004199;
	padding-right: 12px;
	padding-left: 12px;
}
#menulist a:hover {
	font-weight: bold;
}
#content {
	height: auto;
	width: 800px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0A315C;
	font-size: 75%;
}
.subtitle {
	font-size: 50%;
}
#content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#headline {
	height: auto;
	width: 720px;
	text-align: left;
	padding-left: 40px;
	margin: 0px;
	padding-right: 40px;
}
#content a {
	color: #004199;
	text-decoration: none;
}
h2  {
	font-size: 200%;
	font-weight: normal;
}
h3  {
	font-size: 120%;
	font-weight: bold;
}
#portfolio_box {
	float: left;
	height: 400px;
	width: 245px;
	padding-right: 10px;
	padding-left: 10px;
}
#resume_box {
	float: left;
	height: 400px;
	width: 245px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #CDD2D9;
	padding-right: 10px;
	padding-left: 10px;
	border-right-color: #CDD2D9;
}
#blog_box {
	float: left;
	height: 400px;
	width: 265px;
}
#footer {
	height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #184787;
	font-size: 11pt;
	padding-top: 3px;
}
#page_one {
	float: left;
	height: auto;
	width: 370px;
	padding-right: 10px;
	padding-left: 20px;
	text-align: left;
	padding-bottom: 50px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #cdd2d9;
}
#page_two {
	float: left;
	height: auto;
	width: 368px;
	padding-right: 20px;
	padding-left: 10px;
	text-align: left;
}
.resume_list {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 15px;
	font-style: italic;
	line-height: 120%;
}
.sublist {
	font-style: normal;
	text-decoration: none;
	padding-bottom: 3px;
}
#portfolio {
	height: auto;
	width: 700px;
	text-align: center;
	float: left;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
#portfolio img {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 8px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin: 5px;
}
