BODY {
	background-image: url(../images/bg.jpg);
}

#wrapper{
	width:632px;
	margin:auto;
}

.spacer{
	width:632px;
	height:30px;
	background-color:#757575;
	float:left;
}

.spacer_2{
	width:632px;
	height:30px;
	background-color:#666666;
	float:left;
	border-bottom:1px solid #5a5a5a;
}

#header{
	width:630px;
	height:235px;
	background-image:url(../images/header.jpg);
	float:left;
	border-top:1px solid #000000;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
}	

#button_holder{
	width:630px;
	height:50px;
	background-color:#757575;
	float:left;
	border-left:1px solid #999999;
	border-right:1px solid #666666;
	border-bottom:1px solid #000000;
}

.menu_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #999999;
	border: outset;
	width: 150px;
	float:right;
	margin:15px 15px 0 0;
}

.site_container{
	width:632px;
	height:351px;
	background-color:#666666;
	float:left;
	border-bottom:1px solid #000000;
}

.thumb_column{
	width:219px;
	height:336px;
	float:left;
	padding:15px 0 0 0;
	overflow:hidden;
	border-right:1px solid #CCCCCC;
}

.thumb_holder{
	width:190px;
	margin:auto;
	padding:5px;
	border-top:1px solid #3b3b3b;
	border-left:1px solid #3b3b3b;
	border-right:1px solid #b3b2b2;
	border-bottom:1px solid #b3b2b2;
	margin-bottom:15px;
}

.thumb_holder img{
	outline:none;
	border:0;
}

.text_column{
	width:390px;
	height:338px;
	float:right;
	background-color:#CCCCCC;
	overflow:hidden;
	border-right:1px solid #666666;
	padding:12px 10px 0 10px;
}

.text_column a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	outline:none;
}

.text_column a:hover{
	color:#FFFFFF;
}

.text_column p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:150%;
}

.clear{
	clear:both;
	height:0px;
	overflow:hidden;
}

.description{
	width:200px;
	position:relative;
	top:30px;
}

.description h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	}
	


