body {
	background: black;
	margin: 0;
	padding: 0;
	font-family: Arial, Arial, Helvetica, sans-serif;
	color: #a5a5a5;
	height: 100%;
}
img { 
	border: 0;
}
.title { color: #13a1da; } 

/* GLOBAL & REUSED */
a:link, a:visited,a:hover,a:active {
	text-decoration: none;
	outline: none;
}
div.clear {
	clear: both;
	height: 0;
	font-size: 0;
}
a.logo:link, a.logo:visited {
	display: block;
	width: 151px;
	height: 18px;
	background: url('images/logo.gif') no-repeat;
}
/*
a.logo:hover {
	background: url('images/site.gif') -77px 0 no-repeat;
} */
a.url:link, a.url:visited {
	color: #999;
	font-weight: bold;
}
a.url:hover {
	color: #2d2d2d;
}

/* SITE LOGO */
#site_logo { margin: auto; text-align: center; padding-top: 340px;}

/* SITE CONTAINER */
/*
#outer { height: 100%; margin: 0 auto; width: 800px; overflow: hidden; position: relative; }
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;}
#middle[id] {display: table-cell; vertical-align: middle; position: static;}
*/
div#site_container {
	width: 800px;
	height: 600px;
	padding-top: 100px;
	margin: 0 auto;
	padding-right: 80px;
	/* top: -50%; */
	position: relative;
}

/* HEADER */
div#header { padding: 50px 0 20px 120px; height: 50px; }
div.header_spacer { 
	display: block;
}

div#navigation {
	margin-top: 10px;
	height: 500px;
}
	/* MAIN LINKS */
	#navigation a, #navigation a:visited  { color: #a5a5a5; font-size: 11px; font-weight: normal; padding-right: 10px; }
	#navigation a:hover { color: #444; }
	div#media_links a,
	div#previouswork_links a { display: block; }
				
		/* SUB LINKS */
		div#design_links, div#moving_links, div#still_links {
		 	padding-bottom: 30px;
			-z-index: 10;
		}
		
/* LEFT COLUMN */
div#left_col {
	padding-right: 20px;
	text-align: right;
	float: left;
	width: 100px !important;
	position: relative;
}		
	div#left_col a {
		text-transform: uppercase;
		color: #a5a5a5;
		font-size: 10px;
		line-height: 22px;
	}
	div#left_col a:hover {
		color: #444;
	}
	a.selected, a.selected2 { color: #13a1da !important; }
	
/* RIGHT COLUMN */
div#right_col {
	float: left;
	width: 640px;
	position: relative;
}

/* PORTFOLIO COLUMN */
div#port {
	width: 640px;
}	
	div#port_description {
		position: relative;
		text-align: right;
		padding-top: 15px;
		font-size: 11px;
	}
	div#port_item {
	}
		
/* PAGES */
div.page {
	font-size: 11px;
	line-height: 20px;
}
h3 { 
	font-weight: bold;
	color: #13a1da;
	margin: 0;
	padding: 0;
	font-size: 11px;
}
div.page p {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 12px;
}	
div.about {
	padding-top: 60px;
}
div.contact {
	padding-top: 100px;
	text-align: center;
}
div.contact table {
	font-size: 11px;
}
div.contact label {
	text-align: right;
	display: block;
	width: 100%;
	color: #13a1da;
}
div.previouswork-container {
	height: 350px;
	overflow: hidden;
	font-size: 12px;
}
