.page {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

.header {
	height: 230px;
	width: 1024px;
	background: #FFFBCC url(../images/rainbow.png) no-repeat bottom;
	text-align: center;
	padding-top: 10px;
}
.nav_bar {
	background: #FFF8A3;
	height: 100px;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 10px;
	padding-top: 10px;
}


.left {
	float: left;
	width: 340px;
	text-align: center;
}

.right {
	float: right;
	width: 340px;
	text-align: center;
}

.center {
	width: 340px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.footer {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFBCC;
	font-family: "AvantGarde Bk BT", Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	position: relative;
}
.image_swap {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	background: #FFF;
}


.box_content {
	background: #FFC;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #FC6;
	width: 310px;
	padding: 10px;
}

#contain{
	            text-align: center;
	            position: absolute;
	            left: 260px;
	            margin-top: 150px;
	            width: 790px;
	        }
	        .img {
	            position: fixed;
	            z-index: 0;
	        }
	        .end {
	            margin-right: 0;
	        }
	        .clear {
	            clear: both;
	        }
	        .img a img {
	            position: relative;
	            border: 0 solid #fff;
	        }
body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
a:link { color: #09F; }
a:visited { color: #0CC; }
a:hover { color: #0FF; }
a:active { color: #00F; }

#sidebar1 {
	width: 200px;
	float:left;
}

#main_contents {
	width: 800px;
	float: right;
	}
