@charset "UTF-8";
/* CSS Document */

 
B {font-weight: bold}

A {color: #600; TEXT-DECORATION: none}

A:hover {color: #600; TEXT-DECORATION: underline }


body {
 margin:0px;
 background:#111909;
 text-align:center;
 padding:0;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 }

#master {
 text-align:left;
 width:960px;

 margin:auto;
 }

#header {
 height:410px;
 background:#eeeeee;
 color: #333333;
 }

#content {
	background: #333;
	color: #333;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
 }


#bar_heading {
	width: 60px;
	float: left;
	background-color:#602417;
	border-right-width: 1px;
	border-right-color: #333;
	border-right-style: solid;
}

#aboutus_bar {
	position: relative;
	height: 250px;
	width: 940px;
	left: 0px;
	background-color: #8E7F62;
}

#aboutus_description {
	float:right;
	height: 220px;
	width: 825px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}

#lookvideo_bar {
	position: relative;
	height: 250px;
	width: 940px;
	background-color: #856F61;
	left: 0px
}

#youtube_wrapper {
	float: left;
	width: 519px;
}

#youtube_window {
	font-size:11px;
	position:relative;
	width: 470px;
	left: 25px;
	border: 1px solid #333;
	right: auto;
	height: 210px;
}

div.item {
	margin: 5px;
	padding: 2px;
	width: auto;
	padding-bottom: 5px;
}

span.attr {      font-weight: bolder;  
}

span.thumbnail {
	float: left;
	margin-right: 10px;
	padding: 2px;
	font-size: x-small;
	text-align: center;
}

span.title {      font-weight: bolder;
}

#youtube_description {
	width:340px;
	height:230px;
	float: right;
	padding: 10px;
}

#communication_bar {
	height: 250px;
	width: 940px;
	background-color: #716B49;
}


#blog_wrapper {
	width: 529px;
	float: left;
	text-align: left;
}

#blog_window {
	font-size: 13px;
	background-color: #FFFFCB;
	position: relative;
	width: 450px;
	left: 25px;
	right: auto;
	text-align: left;
	padding: 10px;
	border: 1px solid #333;
	height: 190px;
}

#bloglinks {
	position: absolute;
	width: 430px;
	top: 185px;
}

#twitterbox {
	font-size: 11px;
	width:350px;
	height:250px;
	z-index:1;
	background-image: url(images/gwyn_twitterbox_olive.jpg);
	float:right;
	
}

#twitter_content {
	position:relative;
	z-index:2;
	width: 180px;
	height: 90px;
	left: 105px;
	top: 50px;
}

#twitterdescription {
	height: 20px;
	width: 220px;
	position: relative;
	left: 130px;
	top: 140px;
}

#footer {
	font-size: 11px;
	height:15px;
	background: #666;
	margin:0;
	padding:10px;
 }
