#main {
	background: white center top;
	margin: 0 auto;
	padding: 20px 0 10px;
	position: relative;
	border: 1px solid #ddd;
	border-top: none;
	clear: both;
	width: 760px;
	top: 0px;
	}
	
body {
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	color: #444;
	background: #EDEDED;
	text-align: left;
	background-color: #f3f3f3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
a {
	color: #666666;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #CC6633;
}
a:active {
	text-decoration: none;
}
.box {
	font-size:.95em;
	color:#222;
	border:1px solid #ccc;
	padding:10px;
	margin-bottom:10px;
	margin-right:10px;
	float:top;
	clear:right;
	margin-right:0;
	width:740px;
	background-position: center;
	
}

.copyright {
	font-size:.90em;
	color:#CC6633;
	text-align: left;
}

.breadcrumbs {
	text-align:left;
	color:#CC6633;
	}

.box h4 {
	border-bottom:1px solid #cccccc;
	font-weight:normal;
	
	margin-top:0;
	letter-spacing:+1px;
}
