html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

@font-face {
    font-family: 'Itc';
    src: url('fonts/ICE-ent.eot');
    src: url('fonts/ICE-ent?#iefix') format('embedded-opentype'),
         url('fonts/ICE-ent.woff') format('woff'),
         url('fonts/ICE-ent.ttf') format('truetype'),
         url('fonts/ICE-ent.svg#EdwardianScriptITCRegular') format('svg');
        font-style: normal;

}

img {
	max-width: 100%;
	height: auto;
}

body {
	line-height: 1;
	background: black;
	color: #fff;
	font-family: "Itc"
}
ol, ul {
	margin-left: 20px;
	margin-top: 10px;
}

li {
	padding: 3px;
	font-size: 12px;
	letter-spacing: 1px;
}


blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
	font-size: 25px;
	padding: 5px 0 20px;
}

h2 {
	color: #fdb813;
	text-transform: uppercase;
	font-size: 27px;
	padding:  0 0 20px 0;
	text-align: center;
}

h3 {
	color: #fdb813;
	font-size: 20px;
	padding: 20px 0 10px 0;
	text-align: center;
}

h3 span {
	color: #fff;
	font-weight: 900;

}

p {
	font-size: 12px;
	letter-spacing: 1px;
	color: #e9e9e9;

}

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

a:hover {
	text-decoration: underline;
}

#container {
	max-width: 1200px;
	margin: 0 auto;

	
}


article {
	width: 68%;
	padding: 10px 2% 20px 0%;
	float: left;
}

span a {
	font-size: 14px;
	color: #fdb813;
	float: right;
	text-decoration: none;
	margin-top: 20px;
}

span a:hover {
	text-decoration: underline;
}

aside img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

aside {
	float: left;
	width: 28%;
/*	margin-top: 20px; */
	padding: 10px 0 20px 2%;
}

footer {
	float: left;
	clear: both;
	width: 100%;
	border-top: 3px solid #393939;
	padding: 20px 0;

}

footer a {
	color: #808080;
}


#logo {
	float: left;
}

#right {
	float: right;

}

#right p {
	color: #fdb813;
	font-size: 14px;
	padding-top: 5px;
}

#center {
	display: block;
	float: left;
	margin-left: 220px;
	width: 330px;
	padding-top: 10px;
}

#center p {
	color: #383838;
}

