*, all {
	margin: 0;
	padding: 0;
}
body{
	background: #c0a77e url(img/bg.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	height:100%;
	width:100%;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p+p{
	padding: 3px 0 5px;
}
h1 {
    text-align:center;
}

h2 {
    font-family: EtienneC;
    font-size: 24px;
    font-weight: normal;
    line-height: 80%;
    margin: 0 0 10px;
}


.container {
    margin: 0 auto;
    position: relative;
    width: 1003px;
}
#header{
	background:url(img/header.jpg) no-repeat;
	height:171px;
	width:1003px;
}

#b {
    background:url(img/b.jpg) no-repeat center;
    height: 255px;
    position: absolute;
    top: 172px;
    width: 100%;
    z-index: 1;
}

.w50 {
    display: block;
    float: left;
    position: relative;
    width: 50%;
    z-index: 2;
}

#l_b {
    background: url(img/l_b.jpg) no-repeat right;
    height: 255px;
    margin-right: 502px;
}

#r_b {
    background: url(img/r_b.jpg) no-repeat left;
    height: 255px;
    margin-left: 502px;
}
#b_main{
    /*background-color: #000000;*/
    height: 236px;
    left: 50%;
    margin-left: -470px;
    position: absolute;
    top: 10px;
    width: 940px;
    z-index: 10;
}
#menu{
	background: url(img/menu.jpg) no-repeat center;
	height: 151px;
	width: 100%;
	top:427px;
	position: absolute;
}
#m_text img{
	margin:2px 0;
}
#l_menu {
    background: url(img/l_menu.jpg) no-repeat right;
    height: 151px;
    margin-right: 501px;
}
#r_menu {
    background: url(img/r_menu.jpg) no-repeat left;
    height: 151px;
    margin-left: 501px;
}
#menu_text{
    color: #FFFFFF;
    height: 115px;
    left: 50%;
    margin-left: -495px;
    position: absolute;
    top: 5px;
    width: 990px;
    z-index: 10;
}
#menu_text a{
	color:#FFF;
	text-decoration:none;
	font-size:18px;
	white-space:nowrap;
	width: 242px;
	display: inline-block;
}
#menu_text a:hover{
	color:#999;
}
#text_cont{
	height:100%;
	z-index:5;
	margin-top:407px;
}
#m_text{
	background-color:#f7e3c7;
	width:1002px;
	height:100%;
	min-height:340px;
	margin-bottom:-220px;
}

#footer {
    background:url(img/footer.jpg) no-repeat center;
    height: 322px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
#l_footer {
    background: url(img/l_footer.jpg) no-repeat right;
    height: 322px;
    margin-right: 501px;
}
#r_footer {
    background: url(img/r_footer.jpg) no-repeat left;
    height: 322px;
    margin-left: 501px;
}
#footer_text{
	color: #FFFFFF;
    left: 50%;
    margin-left: -500px;
    position: absolute;
    top: 265px;
    width: 1000px;
    z-index: 10;
    height: 50px;
}
.article {
    width: 950px;
    margin:15px 20px;
}
h1+p {
    margin-top:10px;
}