@charset "utf-8";
/* CSS Document */


body {
	background-color:#FFF;
	color:#333;
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #666666;
	SCROLLBAR-SHADOW-COLOR: #666666;
	SCROLLBAR-ARROW-COLOR: #666666;
	margin:0px;
}

#main_content_div {
	width: 800px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2ems;
}

#footer_div {
	width: 800px;
	margin:auto;
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	line-height: 1.2em;
	color: #424242;
	text-align:center;
	padding-top: 5px;
}


#footer_div a {
	text-decoration: none;
	color : #424242
}
#footer_div a:hover {
	text-decoration: underline;
	color : #00F
}

.updates_text {
	font-size: 12px;	
}

.recent_text {
	font-size: 12px;	
}

.smallmodels_text {
	font-size: 12px;
	font-weight: bold;
	color: #00F;
}

.order_larger {
	font-size: 16px;
	font-weight:bold;
	color: #333;
}

.order_btn {
	color:#FFF; 
	background-color:#000;
	border:1px solid #03F;
	padding:2px;
}

.order_btn a, .order_btn a:link, .order_btn a:visited, .order_btn a:active, .order_btn a:hover {
	color: #FFF;	
}
