* {
margin: 0;
padding: 0;
border: 0;
list-style: none;
}

body {
background: #000 url(images/bg_horz.gif) repeat-x;
font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
font-size: 62.5%;
color: #999;
}

p {
line-height: 1.8em;
margin-bottom: 1em;
}

h2 {
width: 323px;
height: 19px;
margin-bottom: 16px;
text-indent: -9999px;
}

h3 {
margin: 20px 0 10px;
font-size: 1.6em;
color: #fff;
}

a {
font-weight: bold;
text-decoration: none;
color: #fff;
}

a:hover {
color: #708eb0;
}



/* MAIN IDS */

#container_home {
width: 323px;
margin: auto;
margin-top: 200px;
}

#container_sub {
width: 323px;
margin: auto;
margin-top: 60px;
margin-bottom: 40px;
}

#title {
background: url(images/title.gif) no-repeat;
width: 323px;
height: 44px;
margin-bottom: 35px;
text-indent: -9999px;
}

	#title a {
	width: 323px;
	height: 44px;
	display: block;
	}

#nav {
background: url(images/nav_bg.gif) no-repeat;
width: 323px;
height: 26px;
}

	#nav ul {
	width: 28.5em;
	margin: auto;
	}

	#nav li {
	margin: 5px 8px 0 8px;
	float: left;
	}
	
		#nav a {
		color: #fff;
		font-size: 1.2em;
		font-weight: normal;
		text-decoration: none;
		text-transform: uppercase;
		}
		
		#nav a:hover {
		color: #708eb0;
		}

#content {
margin-top: 60px;
}

#reel_dl {
width: 238px;
margin: auto;
}

	#reel_dl li {
	margin: 0 10px;
	padding: 5px;
	float: left;
	}



/* HEADERS */

#h2_about {
background: url(images/headers/h2_about.gif) no-repeat;
}

#h2_resume {
background: url(images/headers/h2_resume.gif) no-repeat;
}

#h2_reel {
background: url(images/headers/h2_reel.gif) no-repeat;
}

#h2_gear {
background: url(images/headers/h2_gear.gif) no-repeat;
}

#h2_contact {
background: url(images/headers/h2_contact.gif) no-repeat;
}



/* CLASSES */

.gear_top {
font-size: 1.2em;
font-weight: bold;
color: #fff;
}