/*#############################################################

#############################################################*/

/* standard elements */

* {
	margin: 0;
	padding: 0;
}
a {
	color: #FFFFFF;
	}
	
a:hover {
	color: #FFFFFF;
	
}
bold {
	color: #FFFFFF;
}
	
bold:hover {
	color: #FFFFFF;
}

body {
	background-repeat:no-repeat;
	background-attachment:fixed;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0% 0;
}

p,ul {
	font:12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-right: 30px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

ul {margin-left: 1.2em;}

li {list-style: none;}
.main li {list-style-image: url(img/li.gif);}

h1 {
font: 13px Arial, Helvetica, sans-serif;
	color: #FF080E;
	line-height:18px;
	letter-spacing:0.05em;
}

.smallText {
	font:10px Arial, Helvetica, sans-serif;
	color:#CCCCCC;
}

.credit {
	font:12px Arial, Helvetica, sans-serif;
	weight: bold;
	color:#CCCCCC;
}
	
blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}

h1,h2,h3 {color: #994;}

/* misc */
.clearer {clear: both;}
.main_right .padded {padding: 14px;}
.main .padded {padding: 0px 24px;}
.meta {font-size: 0.8em; color: #666;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	background: url(images/bloodbg.gif) repeat-y;
	width: 800px;
	border: 7px solid #131313;
	margin-top: -36px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	align: center;
	
}

/* header */
.header {
	float: left;
	width: 746px;
	font: normal 2.4em Verdana,sans-serif;
	line-height: 108px;
	text-align: center;
	height: 108px;
	margin-top: 0px;
}


/* topborder */
.topborder {
	background-image: url(images/skull.gif);
	float: left;
	width: 746px;
	font: normal 2.4em Verdana,sans-serif;
	line-height: 18px;
	text-align: center;
	height: 18px;
	margin-top: 0px;
	background-color: #750204;
	border-top: solid white 2px;
	border-bottom: solid white 2px;
}



/* structure */
.top {
	background: #222;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}
.subnav {
	float: left;
	width: 140px;
}
.main {
	float: left;
	width: 620px;
	background-image: url(images/mm_bg_red.gif);	
}
.middle {
	float: left;
	width: 620px;
}
.main_right {
	float: right;
	width: 165px;
	color: #000;
	background: url(images/bloodbg.gif) repeat-x;
	text-align: center;
	position: static;
	top: auto;
}

/* sub-navigation */
.subnav h1 {
	font:11px Arial, Helvetica, sans-serif;
	color: 000;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:10px 6px 8px 22px;
	
}
.subnav ul {margin: 0; padding: 0;}
.subnav li {
	border: 0px solid #750204;
	list-style: none;
	color: #000000;

}
.subnav li a {
	font:11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #750204;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:10px 6px 8px 22px;

}
.subnav li a:hover {
	color:#FFFFFF;
	font-weight:bold;
	background: url("images/mm_bullet_blood.gif") 10px 50% no-repeat;
	}
/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #fff;
	font-size: 0.9em;
	line-height: 28px;
	width: 100%;
	text-align: center;
}
.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #EEE;}
.footer a:hover {color: #FAFCB0;}
