

/* -------------------------> reset */

* {
	margin: 0;
	padding: 0;
}
body {
	background: #ffffff;
}
a img {
	border: none;
}
a {
	text-decoration: none;
	color: #979BA0;
}
a:hover {
	color: #FFFFFF;
}

/* -------------------------> type */

body {
	font: 62.5% Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #979BA0;
}
p, ul, dl {
	font-size: 1.2em;
	line-height: 2em;
}
label, input, select, option, td, th, textarea {
	font-size: 1.1em;
}
p {
	margin-bottom: 20px;
	line-height: 1.4em;
}
h1 {
	font-size: 1.8em;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.6em;
	margin-bottom: 10px;
}
h3 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #979BA0;
}
#column_left {
	font-size: .9em;
}
.footer {
	font-size: .8em;
	margin-top: 30px;
}

/* -------------------------> page container */

#container {
	width: 950px;
	margin: 0 auto;
}

/* -------------------------> navigation */

#navigation {
	float: left;
	list-style: none;
	background: #ffffff;
	border-bottom: 1px dotted #00FF00;
	width: 900px;
}
#navigation li {
	float: left;
	display: block;
	padding: 15px 5px 5px 0;
	cursor: pointer;
}
#navigation li:hover {
	color: #FFFFFF;
	cursor: pointer;
}
#navigation h2 {
	font-weight: normal;
	color: #000000;
	font-size: 1em;
	padding: 0 10px;
}

/* -------------------------> left column */

#column_left {
	float: left;
	width: 320px;
	padding: 50px 0 0;
}


.divider { height: 1px; width: 100%; clear: both; margin: 15px 0; border-bottom: 1px dotted #979BA0;}

/* -------------------------> right column */
#facebook {
	position:absolute;
	left: 150px;
	top: 570px;
}

#column_right {
	float: right;
	width:600px;
	padding-top: 25px;
}
#column_right p {
	margin: 0 0 20px;
}
#column_right h1 {
	color: #FFFFFF;
	margin: 0 0 40px;
}
#column_right h2 {
	color: #FFFFFF;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 5px;
}
#thumbs {
	list-style: none;
	float: left;
	width: 700px;
	margin: 0 0 10px;
}
#thumbs li {
	float: left;
	padding: 0 5px 0 0;
}
#thumbs img {
	border: 1px solid #979BA0;
}
#thumbs img:hover {
	border: 1px solid #FFFFFF;
}
#column_right #caption {
	float: left;
	width: 400px;
	margin: 5px 0 10px;
}
#column_right #caption strong {
	font-size: 1.1em;
	color: #000000;	
}
#column_right #main_image img {
	border: 4px solid #000000;
}
#column_right #main_image {
	width: 300px;
}
#vidnav {
	font-family: Lucida Sans Unicode;
	font-size: 20px;
	top: 100px;
	left: 300px;
	width: 400px;
	background: #ffffff;
	border-bottom: 1px dotted #000000;
}
#allmedia {
	position: absolute;
	top: 300px;
	left: 400px;
}



