html, body { margin: 0px 0px 0px 0px; }
span { display: none; }

html{
	font-family: trebuchet ms, verdana, sans serif;
	font-size: 12px;
	color: #4E4E4E;
}

body{
	background: url(images/background.gif);
}

#wrapper{
	width: 790px;
	margin: 0 auto;
	background: #ffffff;
}

#header{
	height: 93px;
	background-color: #A4E66A;;
	border-bottom: 2px solid #F41D2D;

}

#valid_xhtml{
	margin: 0px 0px 0px 693px;
}

h1{
	font-size: 9px;
	width: 172px;
	height: 18px;
	background: url(images/title_website.gif) no-repeat bottom left;
	margin: 33px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	display: block;
}

h2{
	font-size: 12px;
	color: #FF4F69;
	font-weight: bold;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a{
	color: #33CC00;
	text-decoration: none;
}

a.red{
	color: #FF445F;
	text-decoration: none;
}

form, input, textarea {
	font-size: 12px;
	font-family: trebuchet ms, verdana, sans serif;
}

a:hover{
	text-decoration: underline;
}

#header_quote{
	width: 276px;
	height: 18px;
	float: right;
	margin: 33px 0px 0px 0px;
	background: url(images/quote.gif) no-repeat right bottom;
	display: block;
}

#content{
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
}

#footer{
	clear: both;
	background-color: #FD3854;
	height: 15px;
	font-size: 10px;
	color: #ffffff;
	text-align: right;
	padding-right: 3px;
}

/* Nav */

ul#nav{
	display: block;
	height: 22px;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
}

ul#nav li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	float: left;
	list-style: none;
}

ul#nav li a{
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 22px;
}

ul#nav li a:hover{
	background-position: 0 -22px;
}

ul#nav li a#home{
	width: 74px;
	background-image: url(images/nav_home.gif);
}
ul#nav li a#bio{
	width: 58px;
	background-image: url(images/nav_bio.gif);
}
ul#nav li a#design{
	width: 140px;
	background-image: url(images/nav_webdesign.gif);
}
ul#nav li a#programming{
	width: 218px;
	background-image: url(images/nav_webprogramming.gif);
}
ul#nav li a#codebits{
	width: 88px;
	background-image: url(images/nav_codebits.gif);
}
ul#nav li a#resume{
	width: 88px;
	background-image: url(images/nav_resume.gif);
} 
ul#nav li a#contact{
	width: 95px;
	background-image: url(images/nav_contact.gif);
}

/* Homepage Styles */
.touts{
	background: #ffffff url(images/layout_bg_stripe.gif) repeat-x;
	width: 790px;
	height: 166px;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}

#tout1{
	width: 200px;
	height: 166px;
	background: url(images/home_bg_curly.gif) no-repeat center;
	display: block;
	float: left;
	margin: 0px 25px 0px 25px;
	text-align: center;
	vertical-align: middle;
}

#tout2{
	width: 230px;
	height: 166px;
	background: url(images/home_bg_brackets.gif) no-repeat center;
	display: block;
	float: left;
	margin: 0px 25px 0px 25px;
	text-align: center;
	vertical-align: middle;
}

#tout3{
	width: 200px;
	height: 166px;
	background: url(images/home_bg_parens.gif) no-repeat center;
	display: block;
	float: left;
	margin: 0px 25px 0px 25px;
	text-align: center;
	vertical-align: middle;
	
}

#touts2{
	background: #ffffff url(images/layout_bg_stripe2.gif) bottom repeat-x;
	height: 164px;
}

#touts_check_it_out{
	background-color: #ffffff;
	background-image: url(images/layout_bg_stripe2.gif);
	background-repeat: repeat-x;
	color: #363636;
	font-size: 12px;
	text-decoration: none;
	clear: both;
	margin: 20px 0px 0px 0px;
	height: 20px;
}

#tout4{
	width: 200px;
	height: 144px;
	display: block;
	float: left;
	margin: 0px 20px 0px 30px;
	text-align: center;
}

#tout5{
	width: 200px;
	height: 144px;
	display: block;
	float: left;
	margin: 0px 20px 0px 20px;
	text-align: center;

}

#tout6{
	width: 200px;
	height: 144px;
	display: block;
	float: left;
	margin: 0px 10px 0px 20px;
	text-align: center;

}

.tout_seperator{
	background: url(images/comma.gif) no-repeat 0 94px;
	float: left;
	width: 24px;
	height: 144px;
}


div.tout_heading{
	color: #363636;
	font-size: 12px;
	text-decoration: none;
	margin: 20px 0px 0px 0px;
}

.tout_caption1{
	color: #FF0024;
	font-size: 14px;
	text-decoration: none;
	display: inline;
}

.tout_caption2{
	color: #FF0024;
	font-size: 11px;
	text-decoration: none;
	display: inline;
}

.tout_caption3{
	color: #363636;
	font-size: 11px;
	text-decoration: none;
	display: inline;
	line-height: 14px;
}

.tout_link{
	color: #363636;
	text-decoration: none;
}

img.bordered{
	border: 1px solid #999999;
}

/* Other Page Styles */

table.content_table{
	margin: 0px 30px 30px 30px;
}

div.bio{
	background: url(images/binary_me_small.gif) no-repeat bottom right;
}

div.bio div.inner_bio{
	margin: 0px 296px 20px 60px;
}

div.bio div.inner_bio p{
	display: inline;
}

div.contact{
	margin: 0px 30px 300px 30px;
}

div.mybrain{
	margin: 0px 30px 30px 30px;
}

h3{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 790px;
	height: 67px;
	background: no-repeat;
}

h3#title_bio{
	background: url(images/title_bio.gif);
}

h3#title_design{
	background: url(images/title_design.gif);
}

h3#title_programming{
	background: url(images/title_programming.gif);
}

h3#title_resume{
	background: url(images/title_resume.gif);
}

h3#title_codebits{
	background: url(images/title_codebits.gif);
}

h3#title_contact{
	background: url(images/title_contact.gif);
}

h3#title_mybrain{
	background: url(images/title_brain.gif);
}

/* code bits */

table.codebits_table{
	 padding: 0px 10px 10px 20px;
	 background: url(images/codebits_bg.gif) repeat-y;
}

.subtitle{
	color: #FF4F69;
	font-weight: bold;
	display: inline;
}

.subsubtitle{
	color: #3F3D3D;
	font-weight: bold;
	display: inline;
}