/* CSS Document */

@font-face {
    font-family: 'MedioRegular';
    src: url('fonts/Medio-webfont.eot#') format('eot'),
         url('fonts/Medio-webfont.woff') format('woff'),
         url('fonts/Medio-webfont.ttf') format('truetype'),
         url('fonts/Medio-webfont.svg#webfontMOpf8Q4V') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	margin:0;
	padding:0;
}

body {
	font-family:'MedioRegular', Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #000;
	background-image:url(images/bg.jpg);
	background-color: #020101;
	background-repeat: no-repeat;
	background-position: top center;
	color:#e5dec3;
}

p {
	margin-top:0px;
}

/* {
	font-weight:normal;
	font-size:22px;
} */
#wrapper {
	width:960px;
	margin:0px auto;
}
#head {
	width:960px;
}
#nav {
	float:right;
}
#main {
	width:900px;
	padding:20px 30px;
}
#main a {
	color:#e5dec3;
}

#main a:hover {
	color: #F5D9A5;
}
#footer {
	clear:both;
	width:900px;
	padding:8px 30px 20px 30px;
	text-align:right;
	font-size:16px;
}

#footer a {
	padding-left:16px;
	text-decoration:none;
	color:#e5dec3;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
}

.mainrightimage {
	float:right;
	margin:0px 0px 10px 30px;
}

@media print {
	#head {
		display:none;	
	}
}
