* {
	border:0px;
	margin:0px;
	padding:0px;
}


#panel_all {
	position:absolute;
	z-Index:0;
	width:920px;
	top:350px;
	left:50%;
	margin-left:-460px;
	overflow:hidden;
} 

#header {
	position: absolute;
	left:50%;
	top:10px;
	width: 960px;
	margin-left:-480px;
	height: 330px;
	}
	


#content_all {
	float: right;
	width: 620px;
	overflow: auto;
	
}

#navcontainer {
	
    width: 250px;
    margin: 0 auto;
    padding: 1em 0;
    font-family: georgia, serif;
    font-size: 13px;
    text-align: center;
    text-transform: lowercase;
    float: left;
}

#footer {
	clear: both;
	position: absolute;
	margin-top: 1300px;
}



body   { 
	background: #fff url(background.jpg) top no-repeat;
	font-family: Arial;
	font-size: 15px;
	line-height: 19px;
	}

h1 {
	line-height: 20px;
	margin-bottom: 16px;
	margin-top: 14px;
}


table {
	margin-bottom: 12px;
	padding: 5px;
}

#content_all a  { 
	color: #a30d19; 
	font-weight: bold; 
	text-decoration: none }

ul#navlist {
        text-align: left;
        list-style: none;
        padding: 0;
        margin: 0 auto 140px;
        width: 250px;
}

ul#navlist li {
        display: block;
        margin: 0;
        padding: 0;
}

ul#navlist li a {
        display: block;
        width: 100%;
        padding: 0.5em 0 0.5em 2em;
        border-width: 1px;
        border-color: #ffe #aaab9c #ccc #fff;
        border-style: solid;
        color: #777;
        text-decoration: none;
        background: #f7f2ea;
}

#navcontainer>ul#navlist li a { 
	width: auto; 
	}

ul#navlist li#active a {
        background: #f0e7d7;
        color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
        color: #800000;
        background: #ddd9d6;
        border-color: #aaab9c #fff #fff #ccc;
}

