html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: Verdana, Arial;
	background: #333333 url("img/body-bg.jpg") repeat-x top ;
	color: #000;
	width: 960px;
	margin: auto;
	text-align: center;
	padding-bottom: 20px;
}

.mxlinktext {
	font-family: "lucida grande";
	text-transform: uppercase;
	color: #aaaaaa;
	font-size: 12px;
	font-weight: lighter;
	padding: 9px;
	text-align: right;
}

#header {
	background: url("img/inked-header.jpg") no-repeat;
	width: 960px;
	height: 150px;
	border-bottom: 3px solid #666;
	position: relative;
}

.space {
	width: 960px;
	height: 10px;
}

#logo {
	width: 903px;
	height: 93px;
	text-indent: -9999px;
	background-image: url("img/inked-header.png");
	display: block;
	margin: auto;
	top: 10px;
	position: relative;
}

#page-wrapper {
	border-left: 3px #666 solid;
	border-right:  3px #666 solid;
	border-bottom: 3px #666 solid;
	background:  url("img/bg.png");
	width: 960px;
}

#mxlinkback {
	width: 100%;
	height: 30px;
	background-color: #333333;
	position: relative;
	
}

#mxlinkback a {
	color: #993333;
	text-decoration: none;
}

#mxlinkback a:hover {
	color: #eeeeee;
	text-decoration: none;
}

/* Coda-slider Styling */

#slider {
  width: 846px;
  margin: 0 auto;
  position: relative;
  top: -15px;
}

.scroll {
  height: 606px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  background: #555 repeat-x scroll left bottom;
}

.scrollContainer div.panel {
  height: 600px;
  width: 840px; /* change to 560px if not using JS to remove rh.scroll */
  border: 3px #aaa solid;
}

.scrollButtons {
  position: absolute;
  cursor: pointer;
  top: 300px;
}

.scrollButtons.left {
  left: -50px;
}

.scrollButtons.right {
  right: -50px;
}

.panel {
	width:  840px;
	height: 600px;
}

.navigationbar {
	top: -35px;
	left: -81px;
	background: #ccc;
	position: relative;
	width: 1008px;
	height: 30px;
}

.navigation {
	margin-left: 80px;
	height: 0px;
	position: relative;
}

ul.navigation {
    list-style: none;
}

ul.navigation li {
    float: left;
    margin-right: 15px;
    font-family: "lucida grande", arial, sans-serif; 
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
    top: 8px;
}

ul.navigation li:last-child {
	margin-right: 0px;
}

ul.navigation a {
    color: #777;
    text-decoration: none;
  	padding: 7px 9px 7px 18px;
    background: #ddd;
}


ul.navigation a:hover {
    color: #993333;
	background: #bbb;
}

ul.navigation a.selected {
    background-color: #993333;
    color: #aaa;
}

ul.navigation a.selected:hover {
	color: #aaa;
}

#poynter {
	float: right;
	margin-right: 15px;
	padding: 7px;
	font-size: 16px;
	background-color: #444444;	
	position: relative;
}

#footer {
	width: 960px;
	height: 30px;
	background: #222;
	margin-bottom: 20px;
	font-family: "Times New Roman", Times, serif;
	color: #222222;
}

#main_image {
	border:  #222 3px solid;
}

h2 {
	font-family: "Lucida Grande", Arial, Serif;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #993333;
	text-align: left;
	margin: 5px 0 5px 0;
	font-weight: normal;
	padding: 5px 5px 5px 75px;
	background: #aaa;
}

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

a:hover {
	color: #993333;
}

.panelcontent1 {
	width: 840px;
	height: 600px;
	background: url(img/evildonteaser2.jpg);
}

.panelcontent2 {
	width: 840px;
	height: 600px;
	background: url(img/evildonintro.jpg);
}

.panelcontent3 {
	width: 840px;
	height: 600px;
	background: url(img/evilfade.jpg);
}

p.contenter {
	font-family: "georgia", times, serif;
	font-style: italic;
	font-weight: normal;
font-size: 22px;
	line-height: 28px;
	text-align: left;
	width: 245px;
	padding: 15px;
	position: relative;
	top: 300px;

	background: url("img/gray-fade.png");
	float: right;
	color: #fff;

}

p.contenter2 {
	font-family: "georgia", times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 22px;
	line-height: 28px;
	text-align: left;
	width: 350px;
	padding: 45px;
	position: relative;
	top: -10px;
	float: left;
	color: #ccc;
}



.rfold {
	float: right;
	width: 21px;
	height: 53px;
}

.lfold {
	float: left;
	width: 21px;
	height: 53px;
}

blockquote#two {
	position: relative;
	font-family: "georgia", times, serif;
	font-family: italic;
	font-weight: normal;
	font-size: 26px;
	line-height: 30px;
	text-align: right;
	background: #993333;
	padding: 15px;
	top: 125px;
	float: left;
	color: #ccc;
	left: 50px;
	clear: both;
}

blockquote#two .arrow {
	width: 34px;
	height: 30px;
	line-height: 0;
	position: absolute;
	background: url('img/rqarrow.png');
	bottom: 50%;
	right: -30px;
}

#wrapper2 {
	background: url('img/content-bg.png');
	width: 960px;
	height: 750px;
}








