/* CSS Document */

#wrapper {
	margin:auto;
	width:760px;
	background-color:#000000;
	background:url(images/workingimages/bg.gif) repeat;
	}
	
body {
	color:#FFFFFF;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-top:0px;
	margin-bottom:0px;
	background:url(images/workingimages/stave4repeat2.gif) repeat #000000;
	}
	
a {
	color:#FFE835;
	}
	
a:hover {
	color: #0033FF;
	}
			
#masthead {
	width:760px;
	height:120px;
	background:#000000;
	border-bottom:#0033FF solid 1px;
	}
	
#main {
	width:760px;
	background-color:#000000;
	}
	
#leftcol {
	width: 120px;
	padding-left:10px;
	position:absolute;
	background-color: #000000;
	border-right:solid #0033FF 1px;
	}
	
#maincol {
	margin-left:135px;
	margin-top:4px;
	padding:10px;
	width:603px;
	position:absolute;
	background-color: #000000;
	border:#FFE835 solid 1px;
	}
	
#rightcol {
	width: 120px;
	padding-left:10px;
	position:absolute;
	margin-left:630px;
	}
	
.floatleft {
	float:left;
	padding-right:5px;
	}
				
.textbox {
	border:#FFE835 solid 1px;
	padding:10px;
	background-color:#000000;
	}

.imgborder {
	border:#FFE835 solid 1px;
	padding:10px;
	}
	