@charset "UTF-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#container-layout {
	position:relative;
	margin:0px auto 0px auto;
	width:990px;
}

#container-header {
	padding-bottom:0.25em;
	border-bottom:dotted #888 1px;
}

#container-body-left {
	position:relative;
	float:left;
	width:200px;
	height:100%;
	border-right:dotted #666 1px;
}

#container-body-center {
	position:relative;
	float:left;
	width:500px;
	height:100%;
}

#container-body-right {
	position:relative;
	float:left;
	width:200px;
	height:100%;
	border-left:dotted #666 1px;
}

#container-footer {
	height:30px;
	padding-top:0.25em;
	border-top:dotted #666 1px;
	text-align:center;
}

