@charset "utf-8";
/* CSS Document */

body, p, li, ul, h1, h2, h3 {
	margin: 0 0 0 0;
}

body {
	background: #b31b34 url(../images/background.jpg) top left repeat-x;
}

.none {
	display:none;
}

.wrapper {
	width: 700px;
	overflow: hidden;
	margin: auto;
}

.header {
	display:block;
	float:left;
	width: 100%;
	float:left;
	background: #fff;
}

H1 {
	background: url(../images/logo.jpg) top left no-repeat;
	width: 169px;
	height: 114px;
	text-indent: -9999px;
	margin: 35px auto 34px;
}

.content {
	clear:both;
	float:left;
	background: #dc241f;
	overflow: hidden;
	width: 100%;
}

#under_const {
	display:block;
	background: #dc241f url(../images/underconstruction.jpg) top left no-repeat;
	width: 516px;
	height: 33px;
	text-indent: -9999px;
	margin: 115px auto 116px;
	
}	


#info {
    display:block;
    background: url(../images/contact_info.jpg) top left no-repeat;
    width: 641px;
    height: 75px;
    /*text-indent: -9999px;*/
    margin: 0 auto;
    list-style: none;
    overflow: hidden;
}

#info li {
        float: left;
        text-indent: -9999px;
        width: 130px;
}

.footer {
	display:block;
	float:left;
	clear:both;
	background: #b31b34;
	width: 100%;
	text-indent: -9999px;
}
	
#email {
	display:block;
	background: url(../images/email.jpg) top left no-repeat;
	width: 474px;
	height: 21px;
	margin: 30px auto 0px;
}
