html,body {
	height: 100%;
	background: url(../images/background.jpg);
  background-repeat: repeat-y;
  background-position: 0px 124px;
}

#wrap
{
	border: 0;
	margin: 0 0%;
	width: 1000px;
}

body {
  color: #000000;
  margin: 0px;
  padding: 0px;
  font-family: arial, sans-serif;
  font-size:12px;
    }

img {
	border:0;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
    }
    
    
h3 {
	font-size: 12px;
	font-weight: bold;
    }
    
hr {   
  border:none; 
	border-bottom:1px dashed #ED1C24; 
	height:1px; 
	background:transparent; 
}

a {
    color: #000000;
    font-family: verdana, arial, helvetica, sans-serif;
    text-decoration: none;
    }
a:link {
    color: #000000;
    text-decoration: underline;
}
a:visited {
    color: #000000;
    text-decoration: underline;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}


#header-background-left {
	border: none;
	float: left;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	width: 244px;
}

#header-background-right {
	border: none;
	float: right;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	width: 756px;
}

#header-section {
	margin: 0em 0em 0em 0em;
	height: 124px;
	width: 100%;
}

.clear {
	clear:both;
}

.centerblock {
    position: relative; 
    width: auto;
    min-width: 120px;
    margin: 10px 0px 0px 242px;
    color: #000000;
    padding: 10px;
    z-index: 3;
   
    }

#navigation {
    position: relative;
    width: auto;
    min-width: 120px;
    margin: 0px 0px 0px 242px;
    border: 0;
    color: #000000;
    background: #FFFFFF;
    padding: 0px;
    z-index: 50;
    }
    
#navigation_header {
	font-size: 14px;
	color: #FFFFFF;
	clear: both;
	margin: 0em 0em 0em 0em;
	display:block;
	background: #ED1B24;
}


#leftblock {
    position: absolute;
		height: auto;
    top: 124px;
    left: 26px;
    color: #000000;
    z-index: 3;
    width: 202px;
    background-color: #FFFFFF;
    border:1px solid #ED1B24;
    }
    
#leftblock a:hover {
	text-decoration: none;
	color:#fff; 
	background:#ED1B24;
}

#leftblock li {
	margin: 0em 0em 0em 0em;
	list-style: none;
	border-right:1px solid #ED1B24;
	border-left:1px solid #ED1B24;
}

#leftblock li a {
	display: block;
	font-size:11px; 
	font-weight: bold;
	padding: 0.4em 0em 0.2em 0.5em;
	text-decoration: none;
}

#leftblock ul {
	font-size: 14px;
	list-style: none;
	margin: 0em;
	padding: 0em;
	width: 100%;
}

#footer {
	position: absolute;
  bottom: -150px;
  left: 40%;
	color:#D8D8D8;
	text-align:center;
}

#footer a{
	color:#D8D8D8;
	text-decoration:none;
}

#stats {
	text-align:center;
}

#spro {
	text-align:center;
}

.box_left, .box_right{
	text-align:left;
	width:425px;
	height: auto;
	float: left;
	margin: 0em 0em 0em 0em;
	padding:5px;
}
	
.box_right{
	text-align:center;
	width: 255px;
	border-left: none;