html,body {
	margin: 0px;
	padding: 0px;
	background: #555555;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	min-width: 800px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

a {
	cursor: hand;
	cursor: pointer;
	color: #000000;
	text-decoration: underline;
	border: 0px;
}

img {
	border: 0px;
}

/* Index page counter */
#counter {
	background: #555555;
	color: #FFFFFF;
	border: 0px;
	padding-left: 5px;
	padding-right: 5px;
	width: 15px;
	font-size: 9px;
}
#wrapper {
	background: #FFFFFF;
	margin: 0 auto;
	width: 800px;
	border: solid 3px #000000;
	color: #000000;
}

#header {
	background: #FFFFFF;
	background-image: url(../images/wendy_menu_top.jpg);
	background-repeat: no-repeat;
	height: 145px;
	margin: 0px;
}

#side {
	background: #FFFFFF;
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

#side ul {
	list-style: none;
}

#side li {
	background: url(images/skull_25.png);
}
	
#nav {
	background: #FFFFFF;
	background-image: url(../images/wendy_menu_mid.jpg);
	background-repeat: no-repeat;
	height: 40px;
	color: #000000;
	padding: 0px;
	margin: 0px;
}
#nav ul {
	/*margin-left: 0px;
	padding-left: 0px;
	*/
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#nav li {
	cursor: hand;
	cursor: pointer;
	background-color: #FFFFFF;
	display: inline;
	margin: 0px;
	padding: 0px;
	/*padding-left: 29px;
	padding-bottom: 15px;
	border: 2px solid #000000;
	*/
	margin-left: 10px;
}

#nav li a {
	cursor: hand;
	cursor: pointer;
}

#nav li a:hover {
	background: #CC0000;
}

#main {
	background: #FFFFFF;
	float: right;
	width: 590px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	background: #CCCCCC;
	clear: both;
}

#nav_holder {
	/*
	padding: 2px;
	margin: 2px;
	*/
}

#poster_holder {
	background: #CCCCCC;
	border-right: solid 2px #000000;
	padding-bottom: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.poster_caption {
	text-align: center;
	width: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #555555;
	color: #FFFFFF;
	border: solid 2px #000000;
	margin-left: 60px;
	margin-bottom: 20px;
}

#poster_holder img {
	border: 0px;
	border-bottom: solid 2px #000000;
}

#poster_holder a:link {
	text-decoration: none;
}

div.nav_holder {
	margin-left: 198px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-left: 2px solid #000000;
	border-top: 2px solid #000000;
	border-right: 0px;
}

div.side_nav_holder {
	/*background-color: #000000;*/
	background-image: url(../images/wendy_menu_bottom.jpg);
	background-repeat: no-repeat;
	height: 145px;
	margin: 0px;
	padding: 0px;
	border-right: 2px solid #000000;
}

div.footer_holder {
	height: auto;
	margin-left: 198px;
	border-top: 2px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 2px;
}

.text_bold {
	font-weight: bold;
}

.text_italic {
	font-style: italic;
}

.text_nw {
	white-space: nowrap;
}

.text_normal {
	font-weight: normal;
	font-style: none;
	text-decoration: none;
}


/* Side Nav buttons */
#help{
        position:absolute;
        padding: 2px;
        border:1px solid black;
        font:normal 12px Verdana;
        line-height:18px;
        z-index:100;
}
#who_button {
	position: relative;
	left: 52px;
	top: 51px;
	width: 15px;
	height: 15px;
}

#merch_button {
	position: relative;
	left: 45px;
	top: 81px;
	width: 16px;
	height: 18px;
	/*background: url(../images/w13_merch_button.jpg) no-repeat;*/
}

#platform_button {
	position: relative;
	left: 99px;
	top: 60px;
	width: 18px;
	height: 12px;
	/*background: url(../images/w13_platform_button.jpg) no-repeat;*/
}

#news_button {
	position: relative;
	left: 111px;
	top: 7px;
	width: 14px;
	height: 13px;
	/*background: url(../images/w13_news_button.jpg) no-repeat;*/
}

#contact_button {
	position: relative;
	left: 60px;
	top: 16px;
	width: 14px;
	height: 13px;
	/*background: url(../images/w13_contact_button.jpg) no-repeat;*/
}

/* End side nav buttons */

/* Top nav buttons */
#button_news {
	margin-bottom: 12px;
}

#button_who {
	margin-bottom: 14px;
}

#button_merch {
	margin-bottom: 18px;
}

#button_platform {
	margin-bottom: 9px;
}

#button_contact {
	margin-bottom: 9px;
}
/* End top nav buttons */

#message_bubble {
	/*
	position: absolute;
	top: 40px;
	left: 200px;
	*/
	position: absolute;
	top: 5%;
	left: 25%;
	display: none;
	visibility: hidden;
	width: 221px;
	height: 135px;
	background: url(../images/message_bubble.gif) no-repeat;
	color: #000000;
}

#message_text {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

button {
	background: #CCCCCC;
	border: 1px solid #555555;
	color: #000000;
}

/* News page items */
#news_holder {
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.news_item {
	background: #CCCCCC;
	margin-bottom: 10px;
border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 0px;
}

.news_body {
	padding: 10px;
}

.headline {
	background: #999999;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
/* End news styles */

/* Platform  and some contact styles */
#platform_holder {
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#platform_holder ul{
	/*margin-left: 0px;
	padding-left: 0px;
	*/
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#platform_holder li {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background: url(../images/skull_25.jpg) no-repeat;
	padding-left: 29px;
	padding-bottom: 15px;
	margin-left: 10px;
}

.platform_body {
	/*
	background: #CCCCCC;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 0px;
	*/
	padding: 10px;
}

.platform_headline {
	background: #555555;
	color: #FFFFFF;
	font-size: +10pt;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
}
/* End platform styles */

/* Merch styles */
#merch_holder {
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}	

#merch_holder span {
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.merch_img_holder {
	cursor: hand;
	cursor: pointer;
	margin: 10px;
	float: left;
	text-align: center;
}
/* End merch styles */

/* Who styles */

#who_list ul{
	/*margin-left: 0px;
	padding-left: 0px;
	*/
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#who_list li {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	background: url(../images/skull_19x18.jpg) no-repeat;
	padding-left: 25px;
	padding-bottom: 15px;
	margin-left: 10px;
	font-weight: bold;
}
/* End who styles */

