body {
	background-color: #FEFDF9;
	background-image: url(images/body_header.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
a:focus {
	outline: none;}
#container {
	padding: 0px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top {
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}

#top_logo {
	background-image: url(images/top_logo.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 47px;
	width: 940px;
	}
	
#header {
	padding: 0px;
	height: 41px;
	width: 940px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#logo {
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 41px;
	width: 186px;
}
#logo a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 41px;
	width: 186px;
}
#logo h2 {
	background-image: url(images/header_logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 41px;
	width: 186px;
}#social_nav {
	float: right;
	height: 20px;
	padding: 0px;
	width: 60px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#social_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#social_nav li {
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
}
#social_nav a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 20px;
}
#facebook  a {
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 20px;
	width: 20px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#linkin a {
	background-image: url(images/link_in.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 20px;
}
#main_body {
	padding: 0px;
	width: 940px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 1000px;
}
#nav-thumbs {
	height: 600px;
	width: 170px;
	float: left;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#nav-thumbs-fixed {
	height: 600px;
	width: 170px;
	float: left;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: fixed;
	z-index: 10;
}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:750px;
		height:400px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
	padding:0;
	height:28px;
	float: right;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
		}
	ol#controls li{
	margin:0 10px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
		}
	ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
#nav {
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 62px;
	margin-left: 0px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#nav a {
	display: block;
	height: 27px;
	width: 240px;
	list-style-type: circle;
	text-indent: -9999px;
}
#nav a.selected {
	background-position: -120px 0px;
}
#nav a:hover {
	background-position: -120px 0px;
}
#nav-portfolio a {
	background-image: url(images/Portfolio_nav.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 120px;
}
#nav-about a {
	background-image: url(images/About_nav.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 120px;
}
#nav-blog a {
	background-image: url(images/Blog_nav.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 120px;
}
#nav-contact a {
	background-image: url(images/Contact_nav.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 120px;
}
#thumbs {
	height: 275px;
	width: 130px;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#thumbs ul {
	margin: 0px;
	padding: 0px;
}
#thumbs li {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
#thumbs a {
	height: 50px;
	width: 50px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
}
#thumbs-left  a {
	height: 50px;
	width: 50px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
}
#left-thumbs {
	float: left;
	width: 55px;
	margin: 0px;
	padding: 0px;
}
#left-thumbs a:hover {
	background-position: 0px -50px;
}
#right-thumbs {
	float: right;
	width: 75px;
}
#thumbOne a{
	margin: 0px;
	padding: 0px;
	background-image: url(images/thumbOne.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
}
#thumbTwo a {
	background-image: url(images/thumbTwo.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	margin: 0px;
	padding: 0px;
}
#thumbThree a{
	background-image: url(images/thumbThree.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 50px;
}
#thumbFour a {
	background-image: url(images/thumb_Hcreo.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 50px;
}
#thumbFive a {
	background-image: url(images/thumbnewheights.png);
	background-repeat: no-repeat;
}
#thumbTen a {
	background-image: url(images/thumb-Summer.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 50px;
}
#thumbSix a {
	background-image: url(images/magazine.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 50px;
}
#thumbSeven a {
	background-image: url(images/thumbmetalk.png);
	background-repeat: no-repeat;
}
#thumbEight a {
	background-image: url(images/thumbjenny.png);
	background-repeat: no-repeat;
}
#thumbNine a {
	background-image: url(images/thumbposters.png);
	background-repeat: no-repeat;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	height: 185px;
	margin: 0px;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer_container {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 185px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}
#spacer {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 940px;
}
#footer_left {
	padding: 0px;
	float: left;
	width: 520px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#inner_left {
	float: left;
	height: 31px;
	width: 205px;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#copyright {
	background-repeat: no-repeat;
	height: 85px;
	width: 205px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#copyright h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	line-height: 1.7em;
	font-weight: normal;
	color: #FFF;
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#bar {
	background-image: url(images/inner_left_bar.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 195px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#validation {
	height: 41px;
	width: 205px;
	padding: 0px;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#validation ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#validation li {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}
#validation a {
	display: block;
}
#validation a:hover {
}
#xhtml a {
	background-image: url(images/xhtml_link.png);
	background-repeat: no-repeat;
	height: 14px;
	width: 108px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 11px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#css a {
	background-image: url(images/css_link.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 14px;
	width: 85px;
}
	

#texas {
	background-repeat: no-repeat;
	height: 128px;
	width: 307px;
	padding: 0px;
	margin: 0px;
	float: right;
	background-image: url(images/texas_active.png);
	display: block;
}
#texas a {
	display: block;
	height: 128px;
	width: 143px;
	background-image: url(images/texas_active.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
#texas a:hover {
	background-position: 0px -128px;
}
#box {
	background-color: #993300;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 200px;
	clear: both;
}

#content-right {
	padding: 0px;
	float: right;
	width: 750px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content-right a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	color: #85C249;
	text-decoration: none;
}
#content-right h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 0em;
}
#content-right h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 0em;
}

#Visit-Site {
	float: right;
	height: 15px;
	width: 70px;
}
#Visit-Site a {
	display: block;
	height: 15px;
	width: 70px;
}
#content-right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #666;
	border-top-style: double;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 4px;
}
#welcome {
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #999999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 75px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#welcome h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 0em;
	color: #000;
}
#welcome p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #666;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 150px;
	width: 750px;
	margin-top: 15px;
}
#resumepage {
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #999999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 75px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#rotatorer {
	background-repeat: no-repeat;
	height: 300px;
	width: 750px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#footer_right {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 148px;
}
#quote {
	background-image: url(images/foot_quote.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 105px;
	width: 417px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#quote h2 {
	font-size: 0.8em;
	color: #82C544;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.5em;
	padding-top: 15px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 0px;
}
#sub_nav {
	height: 34px;
	width: 367px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 36px;
}
#sub_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sub_nav li {
	display: inline;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sub_nav a {
	display: block;
}
#sub-nav-home a{
	background-image: url(images/footer_nav_home.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 18px;
	padding: 0px;
	margin: 0px;
}
#sub-nav-portfolio a{
	background-image: url(images/footer_nav_portfolio.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 76px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sub-nav-about a{
	background-image: url(images/footer_nav_about.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 64px;
	margin: 0px;
	padding: 0px;
}
#sub-nav-blog a{
	background-image: url(images/footer_nav_blog.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 51px;
}
#sub-nav-contact a{
	background-image: url(images/footer_nav_contact.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 64px;
}

#itemOne 
{
	width: 750px;
	height: 900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#imgaeOne {
	height: 398px;
	width: 748px;
	background-image: url(images/martinez.png);
	background-repeat: no-repeat;
	border: 1px solid #CCC;
}

#itemTwo 
{
width: 750px;
	height: 900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#imgaeTwo {
	height: 448px;
	width: 748px;
	background-image: url(images/secacpic.png);
	background-repeat: no-repeat;
	border: 1px solid #CCC;
}

#itemThree 
{
width: 750px;
	height: 900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#imgaeThree {
	height: 384px;
	width: 748px;
	background-image: url(images/entpic.png);
	background-repeat: no-repeat;
	border: 1px solid #CCC;
}

#itemFour 
{
width: 750px;
	height: 900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#imgaeFour {
	height: 498px;
	width: 748px;
	background-image: url(images/hcreo.png);
	background-repeat: no-repeat;
	border: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
}

#itemFive 
{
width: 750px;
	height: 900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#imgaeFive {
	height: 398px;
	width: 748px;
	background-image: url(images/newheights.png);
	background-repeat: no-repeat;
	border: 1px solid #CCC;
}
#itemSix 
{
	width: 750px;
	height: 900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#imgaeSix {
	height: 398px;
	width: 748px;
	background-image: url(images/defcon.png);
	background-repeat: no-repeat;
	border: 1px solid #CCC;
}

#itemSeven
{
width: 750px;
	height: 900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#imgaeSeven {
	height: 400px;
	width: 750px;
	background-image: url(images/metalk.png);
	background-repeat: no-repeat;
}

#itemEight 
{
	width: 750px;
	height: 900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#imgaeEight {
	height: 398px;
	width: 748px;
	background-image: url(images/jenny.png);
	background-repeat: no-repeat;
	border: 1px solid #CCC;
}

#itemNine 
{
width: 750px;
	height: 900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#imgaeNine {
	height: 398px;
	width: 748px;
	background-image: url(images/posters.png);
	background-repeat: no-repeat;
	border: 1px solid #CCC;
}

#itemTen 
{
	width: 750px;
	height: 900px;
	margin: 0px;
	padding: 0px;
}
#imgaeTen {
	height: 398px;
	width: 748px;
	background-image: url(images/alwayssummer.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCC;
}
#thumbs a.selected {
	background-position: -50px 0px;
}
#right-thumbs a:hover {
	background-position: 0px -50px;
}
#resumepage h1 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 2em;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-bottom-width: 4px;
	border-bottom-style: double;
	padding-bottom: 15px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#resumepage {
	width: 750px;
	margin: 0px;
	padding: 0px;
}
#resumepagetwo {
	width: 750px;
	margin: 0px;
	padding: 0px;
	height: 625px;
}
#resumepagetwo h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	width: 299px;
	color: #82C544;
	font-style: italic;
	font-weight: bold;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#resumepage h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 0em;
	color: #000;
}
#resumepagetwo h2 {
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: bold;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	width: 299px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#resumepagetwo h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #82C544;
	width: 299px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 2em;
}
#resumepage h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.5em;
	color: #000;
}
#resumepage p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.7em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-style: none;
	padding-bottom: 20px;
	border-bottom-color: #CCC;
}
#experience {
	width: 350px;
	float: left;
	height: 1050px;
}
#education {
	width: 350px;
	float: right;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#g  a{
	margin: 0px;
	padding: 0px;
	height: 57px;
	width: 42px;
	background-image: url(images/g.png);
	background-repeat: no-repeat;
	float: left;
}
#about-top {
	width: 750px;
	height: 35px;
}
#about-top h1 {
	width: 450px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #70B835;
	font-size: 1
.em;
	line-height: 1.6em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 25px;
	margin-right: 230px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	font-size: 1em;
}
#about-top h1 a:hover{
	width: 450px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #70B835;
	font-size: 1
.em;
	line-height: 1.6em;
	text-decoration: underline;
	font-size: 1em;
}

