@charset "utf-8";


html, body 
{ 
margin: 0px; 
padding: 0px; 
overflow-x: hidden; 

}
 

#page {
	height: 850px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	text-align: center;
	width: 100%;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#options {
	width: 100%;
	height: 220px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: white;
}
.titles {
	background-color: #B7D2DB;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: auto;
	padding-top: 3px;
	padding-bottom: 3px;
}
.optionMenus {
	height: 220px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: noscroll;
	text-align: center;
}

.sites {
	width: 30%;
	height: 265px;
	float: left;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-right: 5px;
	margin-left: 10px;
	background-color: #EAEAEA;
	border: 1px solid #000000;
}
.wrapSites {
	width: 200px;
	height: 250px;
	text-align: right;
}

.orderBy {
	width: 300px;
	height: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	float: center;
}
.reload {
	width: 150px;
	float: center;
	height: 25px;
	margin-top: 15px;
	text-align: center;
	margin-left: 0px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #005A91;
	cursor: default;
}
.orderSelection {
	width: 100%;
	height: 50px;
	background-color: white;
}


body {
	font-family: verdana;
	font-size: 11px;
}

