@charset "UTF-8";
body {
	background-color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-left: 20px;
	/*background-image: url('../pictures/bg-default.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;*/
	background-color: #000000;
}

p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
}

h1 {
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 7px;
}

a {
	color: #ffffff;
	text-decoration: none
}


a:hover {
	color: #256ebf;
	text-decoration: none;
	}

a:active {
	color: #ffffff;
	background-color: #256ebf;
}


.highlight {
	color: #256ebf;
}
	
#container {
	width: 720px;
	padding: 0px;
}


#topbar {
	width: 700px;
	padding: 10px;
	font-size: 10px;
	height: 60px;
	border-bottom: thin dashed #256ebf;
}	

#mainnav {
	width: 600px;
	padding: 5px;
	margin-top: 5px;
	font-size: 28px;
	line-height: 42px;
	float: left;
	height: 48px;
}

#nav2 {
	width: 70px;
	text-transform: uppercase;
	padding: 16px 0px 0px 0px;
	font-size: 12px;
	text-align: right;
	line-height: 42px;
	float: right;
}	

.subnav {
	font-size: 12px;
}


#contentvideo {
	width: 720px;
	padding: 0px;
	border: thin dashed #256ebf;
	clear: right;
	float: left;
	}	


#worknav {
	width: 135px;
	padding: 0px 10px;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 15px;
	float: left;
}


#workdesc {
	width: 455px;
	margin-top: 15px;
	margin-right: 30px;
	padding-left: 50px;
	float: right;
	border-left: thin dashed #256ebf;
	min-height: 250px;
	text-align: left;
}	


#footer {
	font-size: 10px;
	clear: both;
	margin-left: 15px;
	padding-top: 15px;
}

#box {
	width: 400px;
	padding: 45px;
	border: thin dashed #256ebf;
	margin-top: 150px;
	margin-left: 100px;
	font-size: 28px;
	line-height: 42px;
}

.download {
	padding: 5px;
	border: thin dashed #256ebf;
	font-variant: small-caps;
	letter-spacing: 2px;
}

