*{
    margin: 0px auto;
}

body{
    margin: 0px auto;
    padding: 0px;
    background-color: #000;
    background: url('../img/tlo.png');
    font-family: verdana;
    font-size: 12px;
}

div#main{
    width: 1061px;
    background: url('../img/main_back.pnsg');
    background-repeat: repeat-y;
}

div#head{
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 1011px;
    height: 186px;
    background: url('../img/head.png');

}

div#left{
    background: url('../img/menu1.png');
    background-repeat: no-repeat;
    top: 20px;
    height: 307px;
    width: 263px;
    margin: 0px;
    padding: 0px;
    float: left;
}


div#right{
    float: left;
    background: url('../img/content_back.png') #1b191a;
    background-repeat: no-repeat;   
    width: 718px;
    min-height: 500px;
}

div#menu{
    color: #e1ca94;
    margin-left: 70px;
    margin-top: 60px;
    width: 170px;
    text-align: center;
    letter-spacing: 5px;
}

div#menu ul{
    list-style: none;
    margin-left: 0px;
    padding: 0px;
}

div#menu li{
	margin: 10px auto;
}

div#menu a{
    font-weight: bold;
    color: #e1ca94;
    text-decoration: none;
    letter-spacing: 1px;
}

div#content{
    color: #aaa389;
    margin: 30px 0px 30px 50px;
    text-align: justify;
	min-height: 500px;
}

div#content a{
    color: #aaa389;
}

div#top_left_corner{
    width: 25px;
    height: 25px;
    float: left;
    background: url('../img/top_left_corner.png');
}

div#top_right_corner{
    width: 25px;
    height: 25px;
    float: left;
    background: url('../img/top_right_corner.png');
}

div#top_center{
    width: 1011px;
    height: 25px;
    background: url('../img/top_shadow.png');
    background-repeat: repeat-x;   
    float: left;
}

div#center{
    width: 1061px;
    text-align: center;
    background: url('../img/main_back.png');
    background-repeat: repeat-y;
}

div#center_box{
    width: 1011px;
    margin: 0px auto;
}

div#bottom_left_corner{
    width: 25px;
    height: 25px;
    float: left;
    background: url('../img/bottom_left_corner.png');
}

div#bottom_right_corner{
    width: 25px;
    height: 25px;
    float: left;
    background: url('../img/bottom_right_corner.png');
}

div#bottom_center{
    width: 1011px;
    height: 25px;
    background: url('../img/bottom_shadow.png');
    background-repeat: repeat-x;   
    float: left;
	text-align: center;
	color: #555 !important;
}

div#bottom_center a{
	color: #555 !important;
	font-size: 10px;
}

ul.arrow_list{
	margin-top: 2px;
}

ul.arrow_list li{
	margin: 5px 0px;
	}

p.faq{
	margin: 10px auto; 
}