@charset "utf-8";
*{
margin:0;
padding:0;
}


img, a img{
border:0 none;
}

img{
vertical-align:baseline;
}

a{
outline:0;
}

input:focus, textarea:focus, select:focus{
outline: none;
}

textarea {
resize: none;
}

/*img, div, input { behavior: url("iepngfix.htc") }*/


.imgCenter{
display:block;
margin:0 auto;
clear:both;
}

.imgRight{
float:right;
}

.imgLeft{
float:left;
}

.none{
display:none;
}

.underlined{
text-decoration:underline;
}

.textCenter{
text-align:center;
}

.textLeft{
text-align:left;
}

.textRight{
text-align:right;
}

.clear{
clear:both;
height:0;
line-height:0;
font-size:0;
}

body{
font-size:15px;
color:#555555;
background:transparent url(../images/bg.jpg) scroll repeat-x left top;
font-family:Arial, Helvetica, sans-serif;
}

/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
filter: alpha(opacity=0);*/

.wrapper{
	width:935px;
	margin:0 auto;
	background:url(../images/content.jpg) repeat-y center top;
	}

#content{
	width:740px;
	margin:0 auto;
	}	

#content p{
	line-height:1.5em;
	margin-bottom:1em;
	}	

#content  li{
	line-height:1.5em;
	}

#content h1, #content h2, #content h3, #content h4{
	margin-bottom:24px;
	} 

h2{
	font-size:28px;
	}

h3{
	font-size:24px;
	}

h4{
	font-size:18px;
	}			

#content h1{
    color: #E9002D;
    font-size: 33px;
    letter-spacing: -0.03em;
    line-height: 39px;
    margin-bottom: 24px;
    text-align: center;
	}	

#content ul, #content ol{
	margin:0 0 24px 20px;
	}	

#header{
	height:120px;
	background:url(../images/header.jpg) no-repeat center top;
	}

#footer{
	height:133px;
	background:url(../images/footer.jpg) no-repeat center top;
	}		

