@font-face {
    font-family: 'Dustismo';
    src: url('/fonts/Dustismo.eot');
}
@font-face {
    font-family: 'Dustismo';
    src: url('/fonts/Dustismo.eot') format('TrueType');
}

@font-face {
    font-family: 'Dustismo-Bold';
    src: url('/fonts/dustismo_bold.eot');
}
@font-face {
    font-family: 'Dustismo-Bold';
    src: url('/fonts/dustismo_bold.eot') format('TrueType');
}

@font-face {
    font-family: 'Dustismo-Bold-Italic';
    src: url('/fonts/dustismo_bold_italic.eot');
}
@font-face {
    font-family: 'Dustismo-Bold-Italic';
    src: url('/fonts/dustismo_bold_italic.eot') format('TrueType');
}

body {
	background: url('/tmpl/bgr-top-new.jpg') repeat-x top left;
	color: rgb(66,66,66);
	font: normal 17px Georgia, sans-serif;
	margin: 0;
}

#top {
	background: black;
	color: white;
	font: bold 11px "Lucida Grande", sans-serif;
	float: left;
	width: 100%;
	line-height: 20px;
	z-index: 100;
	position: absolute;
	left: 0;
}

#wrapper {
	background: url('/tmpl/bgr-v-new.jpg') repeat-y top left;
	width: 990px;
	margin: 0 auto;
}

#topbar {
	background: url('/tmpl/top-bar-new2.jpg') no-repeat top left;
	height: 166px;
}

#homelink {
	position: absolute;
	top: 40px;
	width: 345px;
	height: 75px;
}

#content {}

#contentinner {
	margin: 0 50px;
}

#footer {
	background: url('/tmpl/footer-new.jpg') no-repeat bottom left;
	color: rgb(200,200,200);
	font: normal 10px "Dustismo-Bold","Lucida Grande", sans-serif; 
	height: 30px;
	margin-top: 25px;
	text-align: center;
}
