@charset "utf-8";
/* CSS Document */
body { 
	background: #E2E2E2;
	
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 12px;
	
	height: 1280px;
	min-height: 101%;
	min-width: 830px;
	
	padding: 0px; 
	margin: 0px; 
	
	
}
h1 {
	font-size: 3em;
}
a:link { color: #005; text-decoration: none; }/*text-decoration: none; }*/
a:visited { text-decoration: none; color: #333; }
a:hover { text-decoration: underline; color: #00A; }
a:active { text-decoration: none; color: #000; }
#header {
	width: 830px;
	/*height: 70px;*/
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	
	text-align: center;
	
	background-color: #FFF;
	border-left: 1px solid #E5E5E5;
	border-top: 1px solid #e5e5e5;
	border-right: 2px solid #404040;
	border-bottom: 2px solid #404040;
	background-image:url(images/Site_menu_sep.gif);
	background-position: center center;
	background-repeat: no-repeat;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 15px;
	
	padding-top: 15px;
	padding-bottom: 15px;
}
#frame {
	margin-top: auto;
	margin-bottom: auto;
}
#bodyFrame {
	width: 830px;
	/*height: 70px;*/
	min-heignt: 650px;
	height: 100%;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	
	text-align: center;
	
	background-color: #FFF;
	border-left: 1px solid #E5E5E5;
	border-top: 1px solid #e5e5e5;
	border-right: 2px solid #404040;
	border-bottom: 2px solid #404040;
	background-image:url(images/Site_menu_sep.gif);
	background-position: center center;
	background-repeat: no-repeat;
	
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
#bodythirds {
	margin-left: auto;
	margin-right: auto;
	width: 830px;
	padding-top: 14px;
}
#bodyLeft66 {
	width: 505px; /*544px;
	/*height: 70px;*/
	height: 100%;
	
	display: inline-block;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	
	background-color: #FFF;
	border-left: 1px solid #E5E5E5;
	border-top: 1px solid #e5e5e5;
	border-right: 2px solid #404040;
	border-bottom: 2px solid #404040;
	background-image:url(images/Site_menu_sep.gif);
	background-position: center center;
	background-repeat: no-repeat;
	
	margin-right: 11px;
	padding: 15px;
	padding-bottom: 30px;
}
#bodyright33 {
	width: 242px;
	/*height: 70px;*/
	height: 100%;
	
	float: right;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	
	background-color: #FFF;
	border-left: 1px solid #E5E5E5;
	border-top: 1px solid #e5e5e5;
	border-right: 2px solid #404040;
	border-bottom: 2px solid #404040;
	background-image:url(images/Site_menu_sep.gif);
	background-position: center center;
	background-repeat: no-repeat;
	
	padding: 15px;
	padding-bottom: 30px;
}
ul {
	padding-left: 15px;
}
#footer {
	width: 830px;
	text-align: center;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
	padding-bottom: 30px;
}
#listing {
	border-top: 1px solid #353535;
	padding-top: 0px;
	padding-bottom: 20px;
}
#listing_number{
	float: right;
	font-size: 1.6em;
	position: relative;
	top: -40px;
}