@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color:#000;
	
}

#container {
	width:800px;
	
	
	
}

#header {
	height:168px;
	background-image:url(../images/header.jpg);
	
}

#nav {
	position:relative;
	height:40px;
	top:-40px;
	border-top: solid 1px #000;
	z-index:100;
		
}

#nav img{
	border:0px;
	
}

.linkedin {
	float:right;
	padding-right:10px;
	position:relative;
	top:-42px;
	
}

#homebody {
	position:relative;
	top:-40px;
	background-color:#333;
	padding-top:25px;
	padding-bottom:25px;
	background-image:url(../images/bodybg.jpg);
	background-repeat:no-repeat;
	background-color:#333;
	
}

#homebody img{
	border:0px;
	
}


#portbody {
	position:relative;
	top:-40px;
	width:800px;
	height:600px;
	padding-bottom:25px;
		
}


#reelbody {
	position:relative;
	top:-40px;
	z-index:2;
	width:1003px;
	height:590px;
	padding-bottom:25px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #0FF;
	font-size:16px;
	
}


p {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	
}

#description {
	width:300px;
	text-align:left;
	
}

