/*
*Filename: default.css
*Version: 1.0 (2009-07-05)
*Website: null
*Author: Tyler Jefford
*Description: null
*Last updated: None (2009-07-05)
*/

body {
	background: url(../images/background.png);
	background-attachment: fixed;
	font-family: segoe ui;
	font-size: 14px;
	color: #000;
}
a img {
	border: 0px;
}
.wrap {
	width: 850px;
	margin: 0 auto;
}
#top {
	margin-top: 100px;
}
.nav {
	float: right;
	margin-right: 30px;
	margin-top: 10px;
}
.nav a {
	font-size: 24px;
	color: #40c4ef;
	text-decoration: none;
	margin-right: 7px;
}
#box {
	background: url(../images/box.png);
	width: 812px;
	height: 420px;
	padding: 10px;
}
#reflect {
	background: url(../images/reflect.png);
	width: 832px;
	height: 324px;
	text-align: center;
}
.footer {
	color: #333;
}
.videoLeft {
	float: left;
	width: 420px;
	height: 300px;
	background: #000;
	margin-right: 10px;
}
.videoRight {
	float: right;
	width: 420px;
	height: 300px;
	background: #000;
	margin-top: 20px;
}
.contentLeft {
	float: left;
	width: 380px;
	height: 400px;
	margin-right: 10px;
}
.contnetRight {
	float: right;
	width: 400px;
	height: 400px;
}