@charset "UTF-8";
/* CSS Document */
body {
	color: #333;
	background-color: #F6F6F4;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: lighter;
	text-transform: uppercase;
}
h3 {
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 0px;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a img {
	border: solid 1px #F2F1EC;
}
a img:hover {
	border: solid 1px #00E8FE;
}
h3#spacer {
	clear: both;
	display: block;
	font-size: 14px;
	margin: 50px 0px 10px 0px;
	padding: 0px;
}
h2#float {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}
#work, #profile, #press, #space, #contact {
	padding-top: 8px;
}
#dropdown {
	margin-left: 350px;
}
.menu {
	border: solid 1px #D1E4F6;
	width: 200px;
	padding: 3px;
}
#leftcol {
	color: #333;
	background-color: #F6F6F4;
	height: 100%;
	position: fixed;
	float: left;
	width: 200px;
	top: 0px;
	left:0px;
}
#maincontent {
	background-color: #F2F1EC;
	background-image: url(../images/bg.gif);
	margin-left: 200px;
	overflow: auto;
	width: 600px;
	background-repeat: repeat-y;
}
.innertube {
	margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}
#logo {
	background-color: #CCC;
	background-image: url(../images/logo.jpg);
	height: 62px;
	margin: 0 0 0 20px;
	width: 62px;
}
#top {
	background-image: url(../images/topclips.jpg);
	background-repeat: no-repeat;
	margin-left: 200px;
	height: 100px;
}
#bottom {
	background-image: url(../images/botclips.jpg);
	background-repeat: no-repeat;
	margin-left: 200px;
	height: 100px;
}
#topborder {
	border-top: 1px dotted #999;
}
#col1 {
	float: left;
	margin: 0;
	padding: 0;
}
#col2 {
	margin: 0px 0px 0px 236px;
	padding: 0px;
}
#concol1 {
	float: left;
	margin: 0;
	padding: 0;
}
#concol2 {
	margin-left: 260px;
}
#desc {
 margin-top: 15px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #00E8FE;
}
a:active {
	color: #000;
	text-decoration: none;
}
#nav {
	margin: 0 0 30px 0;
	padding: 0;
}
#nav li a {
	border-bottom: 1px dotted #999;
	color: #000000;
	display: block;
	height: 28px;
	line-height: 30px;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
	text-transform: uppercase;
}
#nav li a:hover {
	background-color: #00E8FE;
}
#toplink {
	clear: left;
	margin: 130px 0px 10px 0px;
	width: 100%;
	text-align: right;
}
.block a {
	background-color: #F9F9F6;
	display: block;
	font-size: 10.5px;
	letter-spacing: -.1px;
	margin: 0px 0px 6px 0px;
	line-height: 18px;
	padding: 0px 10px;
	height: 16px;
	width: 215px;
}
.block a:visited {
	background-color: #F9F9F6;
	display: block;
	margin: 0px 0px 6px 0px;
	padding: 0px 10px;
	line-height: 18px;
	height: 16px;
	width: 215px;
}
.block a:hover {
	background-color: #00E8FE;
	color: #000;
	display: block;
	margin: 0px 0px 6px 0px;
	line-height: 18px;
	padding: 0px 10px;
	height: 16px;
	width: 215px;
	;
}
.block a:active {
	background-color: #F9F9F6;
	display: block;
	margin: 0px 0px 6px 0px;
	padding: 0px 10px;
	line-height: 18px;
	height: 16px;
	width: 215px;
}
.block li {
	margin-bottom: 6px;
}
.contact li {
	background-color: #F9F9F6;
	display: block;
	margin-bottom: 3px;
	line-height: 18px;
	padding: 0px 10px;
	height: 16px;
	width: 215px;
}
.divider {
	border-top: 1px solid #00E8FE;
	border-bottom: 1px solid #00E8FE;
	clear: left;
	height: 1px;
	margin: 75px 0 75px 0;
}

