* {
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	margin: 0;
	font-size: 80%;
	text-align: center;
	background: url(img/bg.jpg) #000000 repeat-x left top;
	color: #FFFFFF;
}

p {
	font: 1em/1.25em "lucida grande", helvetica, verdana, arial, sans-serif;
	padding: 8px 0 0 0;
}

h1 {
	font: 2em/2.5em georgia, times, serif;
}

h2 {
	font: 1.6em/1.6em georgia, times, serif;
}

h3 {
	font: 1.4em/1.7em georgia, times, serif;
}
	
#container {
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 770px;
}

#header {
	width: 770px;
}

#logo {
	float: left;
	margin: 90px 0px 0 10px;
}

#logo h1 {
	background: url(img/logo.gif) no-repeat left top;
	width: 339px;
	height: 34px;
	text-indent: -9999em;
	overflow: hidden;
}

/* Main Navigation */

#nav {
	float: right;
	width: 299px;
	height: 24px;
	margin: 110px 20px 0 0;
	display: inline;
}

#nav ul {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#nav ul li {
	float: left;
	height: 24px;
	margin: 0 4px 0 0;
	display: inline;
}

#nav ul li a {
	display: block;
	height: 24px;
	margin: 0;
	text-decoration: none;
	text-indent: -8000em;
	overflow: hidden;
}

#nav ul li a.home {
	width: 52px;
	background: url(img/home.gif) no-repeat 0 -24px;
}

#nav ul li a.web {
	width: 43px;
	background: url(img/web.gif) no-repeat 0 -24px;
}

#nav ul li a.video {
	width: 52px;
	background: url(img/video.gif) no-repeat 0 -24px;
}

#nav ul li a.graphics {
	width: 76px;
	background: url(img/graphics.gif) no-repeat 0 -24px;
}

#nav ul li a.about {
	width: 56px;
	background: url(img/about.gif) no-repeat 0 -24px;
}

#nav ul li a#up {
	background-position: 0 0;
}

#nav ul li a:link, #nav ul li a:visited {
	background-position: 0 -24px;
}

#nav ul li a:hover, #nav ul li a:active {
	background-position: 0 -48px;
}

/* Main Content */

.top {
	background: url(img/top.gif) no-repeat left top;
}

.bottom {
	background: url(img/bottom.gif) no-repeat left top;
}

.round {
	clear: both;
	float: left;
	height: 10px;
	width: 770px;
	margin: 0;
	padding: 0;
}

* html .round {
	margin-bottom: -6px;
}

#space {
	margin-top: 30px;
}

#maincontent {
	clear: both;
	float: left;
	background-color: #333333;
	margin: 0;
	padding: 0 20px 10px 20px;
	width: 730px;
	display: inline;
}

#maincontent h2 {
	float: left;
	display: inline;
}

#maincontent p {
	width: 400px;
	display: inline;
}

#maincontent p.main {
	clear: left;
	float: left;
}

#maincontent h2.vid {
	float: left;
	margin: 0 0 0 25px;
	display: inline;
}

#maincontent p.vid {
	float: left;
	margin: 0 0 0 25px;
	width: 290px;
	display: inline;
}

#maincontent .flash {
	float: left;
	border: 5px solid #ffffff;
	width: 405px;
	height: 300px;
	margin: 10px 0 0 0;
	display: inline;
}

#maincontent .mainpic {
	float: right;
	width: 290px;
	height: 215px;
	border: 5px solid #ffffff;
	margin: 10px 0 0 0;
	display: inline;
}



/* Sub Content */

#web {
	clear: both;
	float: left;
	width: 230px;
	margin: 30px 0 0 10px;
	display: inline;
}

#web h3 {
	background: url(img/columnweb.gif) no-repeat left top;
	margin: 0 0 0 60px;
	width: 113px;
	height: 24px;
	text-indent: -9999em;
}

#video {
	float: left;
	width: 230px;
	margin: 30px 18px 0 11px;
	padding: 0 13px 0 18px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	display: inline;
}

#video h3 {
	background: url(img/columnvideo.gif) no-repeat left top;
	margin: 0 0 0 30px;
	width: 166px;
	height: 24px;
	text-indent: -9999em;
}

#graphics {
	float: left;
	width: 230px;
	margin: 30px 0 0 0;
}

#graphics h3 {
	background: url(img/columngraphics.gif) no-repeat left top;
	margin: 0 0 0 30px;
	width: 160px;
	height: 24px;
	text-indent: -9999em;
}

#videopreview {
	clear: both;
	float: left;
	width: 770px;
	padding: 0 0 20px 0;
	background-color: #333333;
}

#videopreview .thumb a{
	float: left;
	margin: 20px 0 0 37px;
	width: 100px;
	height: 100px;
	display: inline;
}

#videopreview .thumb a:link, #videopreview .thumb a:visited {
	border: 5px solid #ffffff;
}

#videopreview .thumb a:hover, #videopreview .thumb a:active {
	border: 5px double #ffffff;
}

a:link, a:visited {
	color: #FF9933;
	text-decoration: none;
}

a:hover {
	color: #FF9933;
	text-decoration: underline;
}
a:active {
	color: #FF6633;
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	float: left;
	width: 770px;
	margin: 40px 0 0 0;
	padding: 0px;
	text-align: center;
}