@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../img/body_bg.gif) repeat-x;
	margin:0;
	padding:0;
	background-color: #000;
}
p {
	font-size: 1em;
	margin: 5px 0 10px 0;
	line-height: 2em;
}
#content a, #footer a {
	text-decoration: none;
	color: #ED1C24;
	font-size: 1em;
}
#content a:hover, #footer a:hover {
	background: #ED1C24;
	color:#FFF;
}
a.read_more {
	float: right;
	width:auto;
}
a.read_more:hover {
	background:none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0;
}
h1{
	font-size: 2em;
	color: #ED1C24;
}
h2{
	color: #000;
	font-size: 1.8em;
}
h3{
	font-size: 1.6em;
	color: #ED1C24;
}
h4{
	font-size: 1.4em;
	color: #000;
}
h5{
	font-size: 1.2em;
	color: #ED1C24;
}
h6{
	font-size: 1em;
	color: #000;
}
.imgRight {
	float: right;
	margin: 10px 0 0 15px;
}
input, select, textarea {
	border: 1px solid #ED1C24;
	padding: 2px;
	background: #fff;
	margin: 10px 0;
}
input.button {
	background: #ED1C24;
	color:#FFF;
	cursor:pointer;
}
input.button:hover {
	color: #ED1C24;
	background:#FFF;
	cursor:pointer;
}
#content ol, #content ul{
	margin: 0 0 0 15px;
	line-height: 2em;
}

