/* ------------------------- Layout Codes -------------------------- */


body{
	margin: 2px;
	text-align:center;
	background-color: #C1F0FF;
	float: right;
	width: auto;
}
#left {
	width: 40%;
	float: left;
}
#left_under_pic {
	float: left;
	width: 100%;
}



#page{
	width:990px;
	margin: auto;
	position: relative;
}

#top{
	width:100%;
	height:253px;
	background-repeat:no-repeat;
	background-position: center top;
	padding-top: 30px;
	background-image: url(../Images/back.gif);
}


#main_page{
	border:0px solid #FF0000;
	width:auto;
	height:auto;
	float:left;
	margin-left:5px
}

#site{
	width: auto;
	height: auto;
	position: relative;
	float: right;
	left: 0px;
	z-index: 499
}
#intro {
	width: 800px;
}
#footer {
	width: auto;
}
#footer a:active,
#footer a:link,
#footer a:visited,
#footer a:hover {color:#0000FF}
#right {
	float: right;
	width: 60%;
}

