﻿body{
	margin:0px;
	padding:0px;
	width:1003px;
	font-family:"Gill Sans MT", verdana;
	font-size:14px;
	background-image:url('images/leftcol_bg.jpg');
	background-repeat:repeat-y;
	background-color: #145214;
	color:black;	
}


#headerblock{
	background-color:#242424;	
}



#logo{
	height:75px;
	background-color: #0B0C0E;
}


#montage{
	margin-top:22px;
	height:75px;
	background-color: #242424;
	background-image:url('images/saustin_montage.jpg');
	background-repeat:no-repeat;
	border-bottom-width:2px;	
	border-bottom-style:solid;
	border-bottom-color: #FFEB44;
}



#left-col{
	clear:both;
	float:left;
	width:150px;
	background-image:url('images/leftcol_bg.jpg');
	background-repeat:repeat-y; 	
}


#left-images{
	margin-left:13px;
}


#content{
	height:100%;
	margin-left:175px;
	margin-right:20px;
	padding:10px;
	background-image:url('images/bgfade_yellow.jpg');
	background-repeat:repeat-x;
	background-color:#fef8c0;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}


#footer{
	margin-top:10px;
	margin-left:175px;
	margin-right:20px;
	margin-bottom:20px;
	padding:4px;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	background-image:url('images/footerfade_yellow.jpg');
	background-repeat:repeat-x;
	background-color:#fef8c0;
	font-size:12px;
	
}


h1{
	font-size:20px;
}



a:link{
	color:#000000;
}


a:visited{
	color:#000000;
}

a:hover{
	color:#000000;
	text-decoration:none;
}












