#centerCol {
	width: 800px;
	overflow: hidden;
}

#randomPic {
	margin-top: 25px;
	margin-bottom: 25px;
}

.onebig3col {
	margin-top: 20px;
}

.onebig3col h1, .onebig3col h2 {
	margin-top: 0px !important;
	padding-top: 0px;
}

.onebig3col div.flex_leftCol {
	width: 144px;
	padding: 0px 6px 0px 0px;
	float: left;
}
.onebig3col div.flex_centerCol {
	width: 144px;
	padding: 0px 6px;
	border-left: 1px dotted #B6B6B6;
	border-right: 1px dotted #B6B6B6;
	float: left;
}
.onebig3col div.flex_rightCol { 
	width: 300px;
	padding: 0px 6px;
	float: left;
}

.multicol {
	overflow: hidden;
	background-image: url('pics/multicolborder.png');
	background-repeat: repeat-y;
	width: 800px;
}


.multicol .col {
	width: 185px;
	padding: 0px 10px;
	float: left;
	overflow: hidden;
}

.multicol .col-1 {
	padding-left: 0px;
}

.multicol .col h1 {
	text-transform: uppercase;
	display: inline;
	padding-right: 20px;
	background-image: url('pics/headraquo.png');
	background-repeat: no-repeat;
	background-position: right 3px;
}

.multicol .col-4 {
	border-right: none;
	padding-right: 0px;
	width: 185px;
}

.newsletterfields {
	border: 1px solid #dedede;
	margin-bottom: 5px;
	width: 165px;
	padding-left: 5px;
}

.register {
	float: right;
	width: 77px;
	margin-right: 15px;
	background-image: url('pics/newsletter_submit.png');
	border: 0px solid #ffffff;
	cursor: pointer;
}
