@font-face {
    font-family: 'robotoblack_italic';
    src: url('fonts/Roboto-BlackItalic-webfont.eot');
    src: url('fonts/Roboto-BlackItalic-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-BlackItalic-webfont.woff') format('woff'),
         url('fonts/Roboto-BlackItalic-webfont.ttf') format('truetype'),
         url('fonts/Roboto-BlackItalic-webfont.svg#robotoblack_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'robotoitalic';
    src: url('fonts/Roboto-Italic-webfont.eot');
    src: url('fonts/Roboto-Italic-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Italic-webfont.woff') format('woff'),
         url('fonts/Roboto-Italic-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Italic-webfont.svg#robotoitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}




body {
	margin: 0;
	background-color: #fff;	
	background-image: url("bg.jpg");
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000;
}

.wrapper {
	width: 930px;
	margin: 0 auto 20px;
	position: relative;
}

.clear {
	clear: both;
}

hr {
	border: none;
	border-top: 1px solid #878484;
	margin: 10px 0;
}

a {
	color: #d21137;
}
a:hover {
	color: #212A67;
}

footer {
	margin-top: 30px;
	font-size: 13px;
	font-family: 'robotoitalic';
}

footer strong {
	font-family: 'robotoblack_italic';
	font-weight: normal;
}

footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
footer li {
	float: left;
}