
/* RESET */
p { margin: 1em 0; font-size:12px;}
ul, li { margin-left: 0; }

/* TABLES */
table { width: 100%; }
table tr th, table tr td { padding: 0.2em; text-align: left; }

/* HEADERS */
h1 { font-size: 16px; }
h2 { font-size: 14px; color: #ff9933; }
h3 { font-size: 14px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 12px; }

/* IMAGES */
img, a img { border: none; padding-bottom:10px; }

/* HYPERLINKS */
a, a:link, a:visited { color: #006699; text-decoration: none; font-weight: bold; }
a:hover, a:active { color: #3399cc; text-decoration: underline; }
a.link_selected { color: #006699; }


/* BODY */
body {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333;
	background: #000000 url(/bg.jpg) repeat scroll center top;
	padding: 10px 0px 80px 0px;
}

/* CONTAINER */
#container {
	position: relative;
	background-color:#FFFFFF;
	width: 580px;
	margin: 0 auto;
	text-align: left;
	padding: 15px 35px;
}

/* CONTENT */
#logo {
	top: 0px;
	left: 0px;
	padding: 0px 14px 5px 14px;
}

#content {
	clear: both;
	position: relative;
}

#contact {height: 400px; }

#project_left { width: 410px; float: left; padding: 0px 10px 20px 0px; }
#project_right { width: 150px; float:right; }

#vid_thumb { width:110px; height:58px; float:left; padding: 0px 10px 10px 0px}
#vid_text { width:290px; height:58px; float:right; padding: 0px 0px 10px 0px}


/* NAVIGATION */
#nav_list {
	width: 580px;
	clear:both;
	height:40px;
	padding: 0px 20px 10px 0px;
}

#nav_link { width:290px; float:left;}

/* FOOTER */

#footer {
	clear: both;
	padding: 10px;
	text-align: center;
	font-size: 10px;
	color: #999;
	height: 25px;
}

#footer a, #footer a:link, #footer a:visited { color: #ccc; text-decoration: none; }
#footer a:hover, #footer a:active { color: #fff; text-decoration: underline; }