@charset "utf-8";
/* CSS Document */


/* General Styles */
* {
	margin:0;
	padding:0;
	border:none;
}
body, html {
	width:100%;
	height:100%;
}
body {
	background-color:#232223;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#322A25;
}
a {
	color:#322A25;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration:none;
}
p {
	padding-bottom:10px;
	font-size:16px;
}
/* End of General Styles */

/* Top of page	*/
#header {
	width:1000px;
	position:relative;
	margin:0 auto;
	height:167px;
}
#headerContainer {
	background:url('images/header.png') top right;
	background-repeat:repeat-x;
	width:100%;
	height:209px;
}
#logo, #nav {
	position:absolute;
}
#logo {
	top:54px;
	left:0;
}
#nav {
	right:0;
}

/*	Header Rollover Links	*/
a#nav1, a#nav2, a#nav3, a#nav4 {
	display: block;
	width: 125px;
	height: 132px;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
	position:absolute;
}
#nav4 {
	right:0;
}
#nav3 {
	right:160px;
}
#nav2 {
	right:320px;
}
#nav1 {
	right:480px;
}
a#nav1 {
	background:url(images/home.png) no-repeat 0 0;
}
a#nav2 {
	background:url(images/portfolio.png) no-repeat 0 0;
}
a#nav3 {
	background:url(images/education.png) no-repeat 0 0;
}
a#nav4 {
	background:url(images/about.png) no-repeat 0 0;
}
a:hover#nav1, a:hover#nav2, a:hover#nav3, a:hover#nav4, a:active#nav1, a:active#nav2, a:active#nav3, a:active#nav4 {
	background-position: 0 -132px;
}
/* End of Header Rollover */

/* Main Section	*/
#wrapper {
	width:1000px;
	position:relative;
	margin:0 auto;
	background-color:#F2F2F2;
}
#topWrapper {
	width:100%;
	background-image:url(images/topGradient.png);
	background-repeat:repeat-x;
	height:43px;
	position:absolute;
	top:-43px;
}
#btmWrapper {
	width:100%;
	background-image:url(images/btmGradient.png);
	background-repeat:repeat-x;
	height:43px;
	position:absolute;
	bottom:-43px;
}

/* Bottom Stuff	*/
#footerContainer {
	clear:both;
	height:209px;
	background-image:url(images/footer.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	text-align:left;
}
#footer {
	width:1000px;
	clear:both;
	position:relative;
	margin:0 auto;
	height:152px;
	padding-top:53px;
}
#footer a, #footer p, #footer q {
	color:#F2F2F2;
	font-size:13px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration:none;
}
#footer #one, #footer #two, #footer #three, #footer #four {
	border-left:1px solid #6F6865;
	height:125px;
	position:absolute;
	padding:10px;
}
#footer #one {
	left:0;
	width:210px;	
}
#footer #two {
	left:211px;
	width:210px;	
}
#footer #three{
	left:422px;
	width:210px;	
}
#footer #four {
	left:633px;
	width:346px;
	border-right:1px solid #6F6865;
}
#footer a {
	font-style:italic;
	display:block;
	margin:5px 0 0 0;
}
#footer a:hover {
	color:#FFF;
}
#footer #quote {
	width:280px;
	margin:20px auto;
}
#footer #quote q{
	font-size:15px;
	font-style:italic;
}
#footer #quote p {
	text-align:right;
}
#footer a.footerLink {
	font-style:normal;
	font-size:16px;
	color:#7AC943;
}
/* End of Bottom Stuff */