/*  Tyler Murray  */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Arial, Verdana, Sans-Serif;
	background: #fff;
	color: #333;
	}
	
h1 {
	display:block;
	margin:0 0 10px 0;
	font-size: 140%;
	
	}

a {
	color: #212121;
	text-decoration: underline;
	outline:none;
	border:none;
	}
	
a:hover {
	color: #444;
	text-decoration: none;
	}

#container {
	background-image:url("../_images/top_gradbg.gif");
	background-repeat:repeat-x;
	width:100%;
	}

#rap {
	width:850px;
	margin:0 auto;
	}

#header {
	height: 160px;
	width: 850px;
	overflow:hidden;
	}
	
#logo {
	width:281px;
	height:175px;
	}

#nav_container {
	margin:125px 0 0 -20px;
	float:right;
	}

#homessp {
	width:850px;
	height:600px;
	}

#aboutssp {
	width:850px;
	height:262px;
	}

#portfoliossp {
	width:850px;
	height:600px;
	}

#reelssp {
	width:850px;
	height:600px;
	}
	
#content {
	padding-top:20px;
	clear:both;
	line-height:140%;
	}

.clear {
	clear: both;
	}

#footer {
	padding: 30px 0;
	text-align:center;
	width: 850px;
	clear: both;
	}

#left_col {
	width:415px;
	float:left;
	}

#right_col {
	width:415px;
	margin-left:435px;
	}


