/* ==================================================
/* ----- Tag Redefines
/* ==================================================
/* Set all margin and padding to 0 */
*
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* Set Html / Body Attributes */
html, body {
	background-color: #000000;
	
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
	letter-spacing: 1px;
}

a:link, a:active, a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/* ==================================================
/* ----- IDs
/* ==================================================
/* Splash Page */
#splash {
	/* size */
	height: 421px;
	width: 713px;
	
	/* spacing */
	margin: 100px auto 0px auto;
}

#splash a#splash_enter {
	/* size */
	height: 421px;
	width: 713px;
	
	/* display */
	display: block;
	
	/* background */
	background-image: url(/images/splash/splash_1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#header {
	/* size */
	height: 170px;
	width: 100%;
	
	/* spacing */
	margin: 0px 0px 10px 0px;
	
	/* background */
	background-color: #000000;
}

#nav_links {
	float: right;
	font-size: 20px;
	margin-top: 150px;
}

#header #banner_samples {
	/* size */
	height: 170px;
	width: 1024px;
	
	/* spacing */
	margin: 0px auto;
	
	/* display */
	display: block;
	
	/* background */
	background-image: url(/images/header/header_1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#header #banner_index {
	/* size */
	height: 170px;
	width: 1024px;
	
	/* spacing */
	margin: 0px auto;
	
	/* display */
	display: block;
	
	/* background */
	background-image: url(/images/header/header_2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#header #banner_resume {
	/* size */
	height: 170px;
	width: 1024px;
	
	/* spacing */
	margin: 0px auto;
	
	/* display */
	display: block;
	
	/* background */
	background-image: url(/images/header/header_3.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#label {
	height: auto;
	width: 100%;
	text-align: center;
	margin: 5px auto 5px auto;
}

#label h1 {
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
	letter-spacing: 1px;
}

#samples {
	/* size */
	height: 201px;
	width: 800px;
	
	/* spacing */
	margin: 0px auto;
	padding: 110px 0px 0px 0px;
	
	/* display */
	display: block;
	
	/* background */
	background-image: url(/images/content/samples.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#samples_arrows {
	/* size */
	height: 53px;
	width: 629px;
	
	/* spacing */
	margin: 0px auto;
	padding: 0px;
	
	clear: both;
}

#samples_full {
	/* size */
	height: 547px;
	width: 629px;
	
	/* spacing */
	margin: 0px auto;
	padding: 0px;
	
	/* display */
	display: block;
	
	/* background */
	background-image: url(../../images/content/samples_full.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#resume {
	/* size */
	height: auto;
	width: 800px;
	
	/* spacing */
	margin: 0px auto;
	padding: 25px 0px 0px 0px;
	
	/* display */
	display: block;
	text-align: center;
}

#desc {
	height: auto;
	width: 100%;
	
	padding: 50px 30% 15px 30%;
}

#desc h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	color: #FFFFFF;
	letter-spacing: 1px;
}

#footer {
	height: auto;
	width: 100%;
	text-align: center;
	
	margin: 50px auto 15px auto;
}

/* ==================================================
/* ----- Classes
/* ==================================================