body {
	background-image: url("sega_tile.jpg");
	background-repeat: repeat;

	margin-bottom: 10px;
	margin-top: 10px;
}

h1 {
	color: #FFFFFF;
	text-indent: 70px;

	font-family: "Times New Roman", serif;
}

h2 {
	padding-top: 10px;
	padding-bottom: 10px;

	margin-bottom: 40px;

	color: #FFFFFF;

	border-width: medium;	
	border-style: solid;	
	border-color: #0000FF;

	background-color: #0080FF;

	font-family: sans-serif;
}

h3 {
	padding-top: 5px;
	padding-bottom: 5px;


	margin-bottom: 40px;
	margin-top: 60px;

	color: #FFFFFF;

	border-width: medium;	
	border-style: solid;	
	border-color: #0000FF;

	background-color: #0080FF;

	clear:both;

	font-family: sans-serif;
}

p {
	padding-left: 10px;
	padding-right: 10px
}

hr {
	clear:both;
}

a {
	color: #0000FF;

	font-family: monospace;
}

a:hover {
	color: #0080FF;

	font-family: monospace; 
}

#cartridge {
	width: 780px;

	background-color: #000000;

	margin-left: auto;
	margin-right: auto;

	z-index: 1;
}

#title {
	width: 780px;
	height: 80px;

	background-image: url("smscarttile.png");
	background-repeat: repeat;

	text-align: left;

	z-index: 2;
}

#heroes {
	margin-top: 5px;
	margin-right: 20px;

	width: 279px;
	height: 75px;

	background-image: url("sega_heroes.png");

	float: right;

	z-index: 3;
}


#lines {
	width: 780px;
	height: 30px;

	margin-top: 15px;

	background-image: url("lines.png");
	background-repeat: repeat;

	z-index: 2;
}

#menubar {
	margin-top: 20px;
	margin-left: 24px;
	margin-right: 24px;

	padding-left: 30px;

	border-top: thin solid #E6E6E6;
	border-right: thin solid #B1B1B1;
	border-left: thin solid #E6E6E6;
	border-bottom: thin solid #B1B1B1;

	background-color: #CCCCCC;

	color: #0000FF;
	font-weight: bold;

	line-height: 30px;

	height: 35px;
}
    
.menu {
	width: auto;

	float: left;

	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;

	cursor: default;
}

#content {
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 50px;
	padding-right: 20px;

	margin-left: 24px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 24px;

	background-color: #FFFFFF;

	text-align: center;

	font-family: sans-serif;

	border-top: thin solid #E6E6E6;
	border-right: thin solid #B1B1B1;
	border-left: thin solid #E6E6E6;
	border-bottom: thin solid #B1B1B1;

	z-index: 2;
}

.infobox {
	width: 684px;

	z-index: 3;
}

.picbox {
	float: left;

	margin-bottom: 40px;

	z-index: 4;
}

#googleadd {
	width: 728px;
	height: 90px;

	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;

	border-top: thin solid #E6E6E6;
	border-right: thin solid #B1B1B1;
	border-left: thin solid #E6E6E6;
	border-bottom: thin solid #B1B1B1;

	background-color: #000000;
}
