html {
	height:100%;
	width:100%;
}

body {
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 62.5%;
	background:#e31836;
}

html, body, h1, h2, h3, h4, h5, h6, p, em, strong, abbr, acronym, blockquote, q, cite, ins, del, dfn, a, div, span, pre, hr, address, br, b, i, sub, sup, big, small, tt, table, tr, caption, thead, tbody, tfoot, col, colgroup, form, input, label, textarea, button, fieldset, legend, select, option, optiongroup, ul, ol, li, dl, dt, dd, code, var, kdb, samp, img, object, param, map, area, bdo, iframe {
	padding:0;
	margin:0;
	border:0;
}
a img{display:block;}

.clear:after{
	content:".";
	height:0;
	visibility: hidden;
	display:block;
	clear:both;
}

* { outline: none;}

a:hover{
	text-decoration:none;
}

.all{
	width:1035px;
	margin:32px auto 0 auto;
	background:#eeecea url(../images/main-bg.jpg) no-repeat left top;
}
.side-content{
	float:left;
	padding:202px 0 0 21px;/* Fix in IE styles */
	font-size:1.1em;
	color:#000;
	line-height:1.5em;
}
.side-content h2{
	font-family: "Arial Black", Arial;
	font-size:1.4em;
	line-height:3.2em;
}
.side-content a{
	color:#d91734;
	font-size:0.9em;
}
.side-content a.a{
	display:block;
	font-size:1.2em;
	margin:17px 0 0 0;
}
.main-content{
	width:803px;
	float:right;
	padding:23px 0 0 0;
}
.content{
	background:#fff url(../images/content-bg.gif) repeat-y left top;
	margin:6px 0 0 0;
	padding:14px 10px 5px 14px;
	line-height:1.6em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
}
.content img{display:block;}
.banners{ 
	padding:14px 0 0 24px;/* Fix in IE styles */
	margin:0 0 26px 0;
	height:157px;
	background:url(../images/banner-area.gif) no-repeat right top;
}
.banners img{
	float:left;
	margin:0 13px 0 0;
}
.text{
	overflow:auto;
	height:319px;
}
.content h1{padding:0 0 10px 0;}
.content ul{
	margin:0 0 18px 20px;
}
.content p{
	color:#030303;
	padding:0 0 18px 0;
}
.td{
	padding:0 0 0 20px;}
.img{	
	float:right;
	padding:0 25px 0 23px;
	height:900px;
}
.img img{
	cursor:pointer;
}
.copyright{
	background:#e31836;
	padding:15px 0 5px 0;
	text-align:center;
	clear:both;
	color:#fff;
}
.copyright a{
	color:#fff;
	text-decoration:none;
}