body {
	background: #f4f0e7 url("../images/content-bg.png");
	padding: 10px;
	color: #474747;
	font: 13px OpenSansSemibold, Helvetica, Arial, sans-serif;
	line-height: 18px;
}

h1 {
	border: 1px solid #3f8d8f;
	border-width: 1px 0;
	font-size: 21px;
	line-height: 21px;
	font-family: "DesyrelRegular";
	padding: 12px 0;
	color: #3f8d8f;
	padding-left: 40px;
	background: url("../images/h3-sidebar-bg-2.png") left center no-repeat;
}

h2 {
	font-family: "OpenSansBold";
	font-size: 18px;
	line-height: 24px;
	color: #3f8d8f;
	padding-top: 10px;
}

strong, h3 {
	font-weight: bold;
}

em {
	font-style: oblique;
}

p {
	margin: 10px 0;
}

a {
	color: #ffa205;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

li {
	list-style-position: inside;
	background: url("../images/li-bg-1.png") left center no-repeat;
	padding: 1px 0 1px 15px;
}

@font-face {
    font-family: "DesyrelRegular";
    src: url("desyrel-webfont.eot");
    src: url("desyrel-webfont.eot?#iefix") format("embedded-opentype"),
         url("desyrel-webfont.woff") format("woff"),
         url("desyrel-webfont.ttf") format("truetype"),
         url("desyrel-webfont.svg#DesyrelRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OpenSansSemibold";
    src: url("OpenSans-Semibold-webfont.eot");
    src: url("OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"),
         url("OpenSans-Semibold-webfont.woff") format("woff"),
         url("OpenSans-Semibold-webfont.ttf") format("truetype"),
         url("OpenSans-Semibold-webfont.svg#OpenSansSemibold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OpenSansBold";
    src: url("OpenSans-Bold-webfont.eot");
    src: url("OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"),
         url("OpenSans-Bold-webfont.woff") format("woff"),
         url("OpenSans-Bold-webfont.ttf") format("truetype"),
         url("OpenSans-Bold-webfont.svg#OpenSansBold") format("svg");
    font-weight: normal;
    font-style: normal;
}