﻿/* CSS layout */
#left_col {
	width: 190px;
	position: absolute;
	left: 10px;
	top: 0px;
}

#right_col {
	width: 160px;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 830px;
	background-image: url('../images/AtlantaClientGatewayMural122007_001.jpg');
	height: 428px;
	background-repeat: no-repeat;
}

#left_col_whdefault {
	margin: 0 5px 0 5px;
	width: 432px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#right_col_whdefault {
	width: 558px;
	position: absolute;
	top: 0px;
	height: 428px;
	left: 432px;
	background-image: url('../images/AtlantaClientGatewayMural122007_000.jpg');
	background-repeat: no-repeat;
}

#container_whdefault {
	position: relative;
	width: 100%;
	height: 428px;
	margin-top: 15px;
}

#page_content {
	margin-right: 0px;
	margin-left: 200px;
	width: 630px;
}
	
#container {
	position: relative;
	width: 100%;
	margin-top: 15px;
}

#container_default {
	width: 100%;
	margin-top: 15px;
}

#content_default {
	width: 100%;
	height: 400px;
}
#mast_default {
	width: 100%;
	background-image: url('../images/AtlantaClientGatewayMural122007.jpg');
	background-repeat: no-repeat;
	height: 428px;
}

