@charset "UTF-8";
/* CSS Document */
/* 3 column layout with header and footer*/

#wrapper {
	text-align:left;
    margin:auto;
	width:1000px;
	background:url("images/3_col_linetan.gif") repeat; /*change this url for different colored background and boxes - see www.neuroticweb.com - total width 900, col a is 260, col b is 250 */
}

#container {
}

#header {
	margin:0px;
	background:white;
}

#col-a {
	float:left;
	width:488px;
}

#col-b {
	float:right;
	width:256px;
}

#col-c {
	float:left;
	width:600px;
}

#content {
	float:left;	
	width:256px;
	
	
}

#footer {
	clear:both;
	background:#CCCC66;
}

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

p { }

.Bedford {color: #000000; font-size: .75em; }