body {
	background-color: #B5C8E1;
	padding: 0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	background-image: url(/Character_Games/marty/images/star_pattern.gif);
}
#wrapper {
	width: 100%;
	height: 100%;
	padding-bottom: 50px;
}
#header {
	background-color: #FFF;
	height: 65px;
	width: 100%;
	background-image:url(/Character_Games/marty/images/bar_top.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
.logo_left {
	margin-left: 20px;
	}
.logo_right {
	margin-left: 250px;
	top: 0;
	position: absolute;
}
#wrapper_content {
	
}
#content {
	margin-left: 25px;
	background-color: #FFF;
	background-image:url(/Character_Games/marty/images/content_bottom.gif);
	background-position:bottom;
	background-repeat: no-repeat;	
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	margin-bottom: 15px;
	z-index: 1;
	width: 586px;
	padding: 10px 0 10px 0;
	}

#nav {
	padding-bottom: 0;
	margin: 10px 0 0 25px;
}
#nav img {
	margin: 0;
}
#columns {
	margin: 0;
}

.floatleft {
	float: left;
	margin: 3px;
}
.textright {
	margin-left: 137px;
}
#links {
	position: absolute;
	left: 617px;
	width: 166px;
	z-index: 25;
}
#subnav {
	margin-left: 14px;
	height: 25px;
	padding: 0;
	color: #FF7800;
	font-weight: bold;

}
#subnav a{
		font-weight: bold;
		color: #4E6EB1;
}
#subnav a:link {
		font-weight: bold;
}
#subnav a:hover {
		color: #EB208D;
}
#subnav img {
	padding: 0 5px 0 5px;
}
p {
	margin-top: 0;
	font-size: 11px;
	line-height: 1.50em;
}
ul {
	margin-top: 0;
}
li {
	line-height: 1.75em;
	list-style-type: disc;
	list-style-image:url(/Character_Games/marty/images/list_star.gif);
	
	}
dt {
	font-weight: bold;
	font-size: 11px;
	color: #cc0066;
	padding: 10px 0 2px 0;
	width:auto;
}
h5 {
	margin-bottom: 0;
	}
a {
	color: #cc0066;
	}
a:link {

}
a:hover {

}
a:active {

}
a:visited {

}
.imagelist {
	margin-top: 5px;
}
.imagelist_descrp{
	margin-top: 0;
}
#footer {	
	bottom: 10px;
	margin: 30px;
	font-size: small;
	color: #444;
	
}
