body {
	/* IE10 Consumer Preview */ 
	background-image: -ms-radial-gradient(center, circle farthest-corner, #656565 0%, #000000 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(center, circle farthest-corner, #656565 0%, #000000 100%);
	/* Opera */ 
	background-image: -o-radial-gradient(center, circle farthest-corner, #656565 0%, #000000 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, #656565), color-stop(1, #000000));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(center, circle farthest-corner, #656565 0%, #000000 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: radial-gradient(circle farthest-corner at center, #656565 0%, #000000 100%);
}
#header {
	height: 109px;
	width: 874px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
#top {
	height: 77px;
	background-image: url(images/paper_bgrnd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	clear: right;
	float: left;
	width: 874px;
}
#top .logo {
	float: left;
	height: 77px;
	width: 550px;
	margin-left: 30px;
}
#top .social {
	float: left;
	height: 32px;
	width: 275px;
	text-align: right;
	padding-top: 45px;
}
#nav {
	clear: right;
	float: left;
	height: 34px;
	width: 874px;
	background-image: url(images/nav_bgrnd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	vertical-align: middle;
}
#nav ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#home {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 32px;
	width: 95px;
	text-indent: -6000px;
	background-image: url(images/home_btn.gif);
	background-repeat: no-repeat;
	min-width: 95px; /* Visible to IE7 only */
	min-height: 32px; /* Visible to IE7 only */
	display: inline;
}
#home:hover {
	background-position: 0px -32px;
}
#about {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 32px;
	width: 133px;
	text-indent: -6000px;
	background-image: url(images/about_btn.gif);
	background-repeat: no-repeat;
	min-width: 133px; /* Visible to IE7 only */
	min-height: 32px; /* Visible to IE7 only */
	display: inline;
}
#about:hover {
	background-position: 0px -32px;
}
#work {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 32px;
	width: 86px;
	text-indent: -6000px;
	background-image: url(images/work_btn.gif);
	background-repeat: no-repeat;
	min-width: 86px; /* Visible to IE7 only */
	min-height: 32px; /* Visible to IE7 only */
	display: inline;
}
#work:hover {
	background-position: 0px -32px;
}
#resume {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 32px;
	width: 114px;
	text-indent: -6000px;
	background-image: url(images/resume_btn.gif);
	background-repeat: no-repeat;
	min-width: 114px; /* Visible to IE7 only */
	min-height: 32px; /* Visible to IE7 only */
	display: inline;
}
#resume:hover {
	background-position: 0px -32px;
}
#contact {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 32px;
	width: 150px;
	text-indent: -6000px;
	background-image: url(images/contact_btn.gif);
	background-repeat: no-repeat;
	min-width: 150px; /* Visible to IE7 only */
	min-height: 32px; /* Visible to IE7 only */
	display: inline;
}
#contact:hover {
	background-position: 0px -32px;
}
#content {
	background-color: #FFF;
	height: 600px;
	width: 874px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

}#contactContent {
	background-color: #FFF;
	height: 450px;
	width: 874px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');}
#thanksContent {
	background-color: #FFF;
	height: 200px;
	width: 774px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');	padding: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6d6e6f;
	text-align: center;
}
#mainText {
	float: left;
	width: 500px;
	margin-left: 50px;
	height: 215px;
	margin-top: 20px;
}
#mainAbout {
	float: left;
	width: 500px;
	margin-left: 50px;
	height: 500px;
	margin-top: 40px;
}
#mainWork {
	float: left;
	width: 800px;
	margin-left: 50px;
	height: 500px;
	margin-top: 35px;
}
#mainText .paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 24pt;
	font-weight: normal;
	color: #6d6e6f;
	text-decoration: none;
}
#mainAbout .paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	line-height: 24pt;
	font-weight: normal;
	color: #6d6e6f;
	text-decoration: none;
}
#sidebar .paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 20pt;
	font-weight: normal;
	color: #6d6e6f;
	text-decoration: none;
}
#divider {
	background-image: url(images/divider.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	width: 20px;
	height: 215px;
	margin-top: 20px;
}
#dividerAbout {
	background-image: url(images/divider.gif);
	background-repeat: repeat-y;
	background-position: center center;
	float: left;
	width: 20px;
	height: 500px;
	margin-top: 40px;
	margin-right: 25px;
	margin-left: 25px;
}
#random {
	height: 215px;
	width: 235px;
	float: left;
	margin-top: 20px;
	margin-left: 25px;
}
#sidebar {
	height: 500px;
	width: 235px;
	float: left;
	margin-top: 40px;
	/* [disabled]margin-left: 25px; */
}
#footer {
	width: 874px;
	margin-top: 25px;
	background-image: url(images/footer_bgrnd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 28px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
}
