@charset "UTF-8";

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#666;
}

#frame {
	width:373px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #daeaf5;
	border-bottom-color: #daeaf5;
	padding-top: 15px;
	padding-bottom: 10px;
}

#frame .content {
	width: 375px;
	margin-top: 100px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
}

#frame h1 .highlight {
		color:#3499cc;
}
#frame img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
