@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #f7f6e4;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #313131;
}
#wrapper {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
}
#container {
	width: 780px;
	background-image: url(images/Scarves_toprt.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 30px auto 0 auto; 
	text-align: left;
}
#header {
	width: 500px;
	padding: 20px 0;	
}
#mainContent {
	width: 680px;
	background-image: url(images/Scarves_bottomlft.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0 50px; 
	margin-bottom: 0;
	height: 100%;
}
.next {
	margin: 10px 0 30px 250px;
	
}
.clrflt { 
	clear: both; 
	height: 0px; 
}
.fltrt {
	float: right;
	padding: 0 8px;
}
.fltlt {
	float: left;
	padding: 0 8px 0 0;
}
.retreat {
	width: 600px;
	margin: 0 auto;
	padding: 0 8px 10px 15px;
	border: 1px solid #f06922;
}
.bottomadblock {
	float: right;
	width: 400px;
	padding: 10px;
	margin: 30px 0 20px 0;
	border: 1px solid #f06922;
}

h3 {
	color: #f06922;
	font-size: 20px;
}
h4 {
	color: #1a2d72;
	font-size: 16px;
}
.subtitle {
	font-size: 14px;
	margin-top: -15px;
	font-weight: bold;
}
h5 {
	font-size: 14px;
}
a, a:visited {
	color: #1a2d72;
	text-decoration: underline;
}
a:hover, a:active {
	color: #ed8957;
} 
p.linespaced { line-height: 1.3; }

p.shortlinks { text-align: right; font-size: 10px; }
p.shortlinks a {
	padding: 0 10px 0 10px;
	border-right: 1px solid #ed8957;
}
p.shortlinks a.last { border: 0; }