body {
	margin:0;
	background-color:#F5F5F5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: center;
	min-width: 750px 
}
#container-main {
	margin: 0 auto;
	text-align: left;
	width: 100%;
	background: url(img/page_back.gif) repeat-y top;
	clear: none;
	float: left;
}	
#container {
	margin: 0 auto;
	text-align: left;
	width: 760px;
}	
#left {
	clear:none;
	float:left;
	width:250px;
	height:560px;
	background-color:#B0C4DE;
	background-image:url(img/left_stripe.gif);
	background-position:right top;
	background-repeat:repeat-y;
}
#center {
	clear:none;
	float:left;
	width:300px;
	height:560px;
}
#right {
	clear:none;
	float:left;
	width: 200px;
	height:560px;
	background-image:url(img/right_stripe.gif);
	background-position:left top;
	background-repeat:repeat-y;
}
#logo {
	float:right;
	margin:36px 26px 0 0;
}
#nav_container {
	float:right;
	margin-top:80px;
}
#copyright {
	float:right;
	margin:140px 10px 0 0;
	color:#999999;
	text-align:right;
	font-size:10px;
}
#copyright a {
	color:#999999;
	text-decoration:none;
}
#copyright a:hover {
	color:#999999;
	text-decoration:underline;
}
#bottom {
	margin: 0 0px;
	text-align: left;
	width: 100%;
	background-color: #f5f5f5;
	clear: none;
	float: left;
	position: relative;
	background-image: url(img/bottom_back.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#bottom2 {
	margin: 0 0px;
	text-align: left;
	width: 100%;
	background-color: #B0C4DE;
	clear: none;
	float: left;
	position: relative;
	background-image: url(img/bottom_back.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#bottom-box {
	height: 20px;
	margin:10px 0 0 0;
	color:#999999; 
	text-align:center;
	font-size:10px;
}
#bottom-box a {
	color:#999999;
	text-decoration:none;
}
#bottom-box a:hover {
	color:#999999;
	text-decoration:underline;
}