@charset "utf-8";
body {
	background-color:#330000;
}
.maincontainer {
	height: 800px;
	width: 1000px;
	background-image: url(img/Criminon_bg.jpg);
	margin: auto;
}

.leftmenu {
	padding: 15px;
	float: left;
	height: 770px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 18px;
	
	
}
.header {
	padding: 20px;
	float: left;
	height: 200px;
	width: 680px;
	font-family: "Trajan Pro";
	font-weight: bold;
	text-align: center;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	height: 560px;
	width: 720px;
}
.maintext2 {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	height: 520px;
	width: 340px;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

maintext2. h1 {
font-size:18px

}
.maintext3 {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	height: 520px;
	width: 340px;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


.image-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.leftmenu a:link {
	color: #FF0000;
	text-decoration: none;
}
.leftmenu a:visited {
	text-decoration: none;
	color: #FF0000;
}
.leftmenu a:hover {
	text-decoration: underline;
}
.leftmenu a:active {
	text-decoration: none;
}

.quoteframe {
	float: right;
	height: 100px;
	width: 200px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding: 5px;
	background-color: #FFCC33;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #c30;
	border-right-color: #c30;
	border-bottom-color: #c30;
	border-left-color: #c30;
	color: #000000;

}

.footer {
	padding: 10px;
	clear: both;
	float: none;
	height: 50px;
	width: 980px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;

}
