/* CSS Document */

#col3 {
	float: left;
	height: 475px;
	width: 135px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-align: center;

}

#col1 {
	float: left;
	height: 475px;
	width: 135px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-align: center;

}

#content-col3 {
	height: 475px;
	width: 125px;
	margin: 0 auto;
	overflow: hidden;
	float:left;
}
#content-col1 {
	height: 475px;
	width: 125px;
	margin: 0 auto;
	overflow: hidden;
}

#col2{
	float: left;
	height: 475px;
	width: 530px;
	text-align: center;

}

#content-col2{
	height: 475px;
	width: 500px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
}

#col1 a {
 	color: white;
 	text-decoration: none;
 	font-weight: bold;
}
#col1 a:hover {
 	font-weight: normal;
}


