html {
}

body {
	
	color: #3d3d3d;
	
	background-color: #fff;
	font-family: arial, helvetica, sans-serif;
	

}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#footer {
	width: 100%;
	font-size: 10px;
	text-align: center;
}

img {
	border: 0px;
}

div.image_block {
	width: 900px;
	height: 404px;
	background-image: url('../images/splash/minion_spawn.jpg');
	overflow: hidden;
}

div.image_info {
	width: 98%;
	padding-top: 10px;
	color: #fff;
	font-size: 12px;
	text-align: right;
}

div.break {
	
	display: block;
	
	clear: both;
	
	padding-bottom: 10px;
	
	margin-bottom: 10px;
	
	border-bottom-color: #b0b0b0;
	
	border-bottom-width: 1px;
	
	width: 100%;
	
	border-bottom-style: dotted;
	
}

div.section {
	float: left;
	width: 225px;
	font-size: 12px;
}


div.section_two {
	float: left;
	width: 675px;
}


div.endblock {
	clear: both;
}

div.menu {
	float: right;
	text-align: right;
	padding-top: 50px;
}

div.centerStuff {

	width: 100%;
	text-align: center;
	
}

div.imageBlock {
	
	color: #bebebe;
	
	font-size: 12px;
	
	margin-right: auto;
	
	margin-left: auto;
	
	width: 200px;
	
	padding-bottom: 5px;
	
	border-bottom-color: #7d7d7d;
	
	border-bottom-style: solid;
	
	border-bottom-width: 5px;
	
}

div.imageBlock:hover {
	
	border-bottom-color: #c72515;
	
}


img.logo {
	float: left;
}


/* text stuff */

p.download_info {
	margin-top: 15px;
	text-align: center;
}

p.highlight {
	color: #3d3d3d;
	text-align: right;
}

b.price {
	color: #c72515;
}

h1 {
	color: #3d3d3d;
	font-size: 20px;
	font-weight: normal;
}

h2 {
	color: #9e9e9e;
	font-size: 15px;
	font-weight: normal;
	
}


h3 {
	color: #3d3d3d;
	font-size: 15px;
	font-weight: bold;
}

.date {
    font-size: 10px;
    color: #3d3d3d;
}

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

a:hover {
	color: #3d3d3d;
}

a.imageinfo {
	text-decoration: none;
	color: #fff;	
}

a.imageinfo:hover {
	color: #c72515;
}


a.more {
	text-decoration: none;
	color: #c72515;
	text-align: right;
	display: block;
	margin-top: 10px;
}

a.more:hover {
	color: #3d3d3d;
}

a.menu {
	margin-left: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #3d3d3d;
}

a.menu:hover {
	border-bottom-color: #c72515;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	color: #c72515;
}
