/* CSS Document */

* {
	padding:0px;
	margin:0px;
	font-family:"Century Gothic",Helvetica,Arial,sans;
}

a{
	font-family:"Century Gothic",Helvetica,Arial,sans;
	text-decoration:none;
	font-size:11px;
	text-transform:uppercase;
	color:#333;
}

img{
	border:none;
}

img.small {
	width:295px;
	height:225px;
}

.wrapper {
	width:925px;
	margin:auto;
	margin-top:100px;
}

.header {
	background: #fff;
	width:925px;
	height:85px;
	line-height:66px;
}

.header h1{
	font-family:"Century Gothic",Helvetica,Arial,sans;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
}

.main {
	background:#fff;
	width:815px;
	height:323px;
}

div.about {
	
}
p.about {
	width: 925px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	text-align:right;
	color:#888;
	font-size:12px;
	font-family:"Century Gothic";
	text-align:left;
	text-transform:uppercase;
	background:#fff;
}
.fullvideo{
	width:480px;
	float:left;
	padding:15px 0px 0px 15px;
	height:323px;
	display:none;
}

.fullvideo p{
	font-size:10px;
}

.thumbs{
	width:925px;
	float:left;
	overflow: auto;
	
}

table.thumbsImgs {
	width:360px;
	text-align:right;
}

td.text{
	text-align:center;
	margin:auto;
}

table.thumbsImgs td.pic{
	width:90px;
}

a.video{
	text-transform:none !important;
}

.menu {
	float:right;
	text-align:left;
}
