@charset "UTF-8";
/* CSS Document */
/* CSS Reset*/
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	margin:0px auto;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*---------------------------------------------------*/
/* Buffet CSS */
/*---------------------------------------------------*/


body{
	margin:0px auto;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
}

#contain{
	margin:0px auto;
	height:100%;
}

#thick_blue{
	margin:0px auto;
	margin-top:25px;
	width:1024px;
	border-width:10px;
	border-color:#069;
	border-style:solid;
	height:100%;
	}
	
#header{
	background-color:#69C;
	margin:5px 5px 5px 5px;
	padding:10px 10px 10px 10px;
	height:100%;
	}
	

/*UL Navigation CSS*/
/*---------------------------------------------------*/
.menu{
	height:25px;
padding:0;
margin:0;
color:#fff;
font-family: arial, helvetica, sans-serif;
font-size:12px;
white-space:nowrap;
list-style-type:none;
}
.menu li {display:inline;}
.menu li a
{
padding:0.2em 5em;
color:#FFF;
text-decoration:none;
float:left;
}
.menu li a:hover
{
background:#08c;
color:#fff;
}
/*---------------------------------------------------*/



/*DIV IDs*/
/*---------------------------------------------------*/

#nav{
	background-color:#666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	margin:5px 5px 5px 5px;
	padding:5px 5px 5px 5px;
	}
	
#content{
	border-width:thin;
	border-color:#69C;
	border-style:solid;
	margin:5px 5px 5px 5px;
	padding:10px 10px 10px 10px;
	height:100%;
	}
	
.content_left{
	width:650px;
	float:left;
	margin:5px 5px 5px 5px;
	padding:10px 10px 10px 10px;
	height:100%;
	}
	
.content_right{
	width:30px;
	margin-top:50px;
	vertical-align:top;
	float:right;
	height:600px;
}

#footer{
	margin:5px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	}
	
#video{
	margin-top:20px;
	height:100px;
	width:550px;
}

/*---------------------------------------------------*/


/*CLASSES*/
/*---------------------------------------------------*/
.purple{
	color:#903;
	font-size:14pt;
	font-weight:bold;
}

.specials{
	background-color:#903;
	text-transform:uppercase;
	font-size:16pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	padding:5px;
}

img.floatLeft{
	margin-top:5px;
	float: left;
	margin: 5px;
	padding:5px;
}

.vid-thumb{
	margin:0px auto;
	width:155px;
	float:left;
}

.vid-desc{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

h3.title{
	text-transform:uppercase;
	font-size:14pt;
	margin:0px;
}

.credit{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

a.green{
	color:#393;
	font-weight:bold;
	text-decoration:none;
}

.center{
	text-align:center;
}

a.btt{
	font-size:10px;
	color:#666;
	text-align:right;
}
/*----------------------------------------------------*/

h1{
	font-size:20px;
	color:#333;
	
}
h2{
	font-size:18px;
	color:#69C;
}
p{
	margin-top:15px;
	padding:5px;
	}

ol{
	list-style:decimal;
	margin-left:50px;
}
