* { padding:0; margin:0; }

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background-color: #ED1C24;
}

#mainbox{
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 50px;
	width: 900px;
}

#left_logo{
	width: 400px;
	float: left;
	text-align: center;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #000;
}

#right{
	width: 455px;
	float: right;
	overflow: auto;
	padding: 15px;
	height: 550px;
	text-align: left;
	vertical-align: top;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}


h1{
	font-size: 25px;
	line-height: 30px;
	font-family: "Bell Gothic Std Light";
}

h2{
	font-size: 28px;
	line-height: 50px;
	font-family: "Bell Gothic Std Black";
}

