body{
    
    font-family:Arial, Helvetica, sans-serif;
    font-size: 75%;
}

#pageWrapper{
    width: 942px;
    margin-left: auto;
    margin-right: auto;
}

.img_notfound{
    float: left;
    margin-top: 27px;
    margin-left: 70px;
}

#content{
    border-top: 1px solid #F69524;
    border-right: 1px solid #F69524;
    border-bottom: 2px solid #FBC984;
    border-left: 2px solid #FBC984;
    margin-top: 15px;
    background-color: #ffffff;
    height: 430px;
}

#text_error{
    margin-top: 70px;
    margin-left: 300px;
    text-align: left;
}
h1{
    color: #F69524;
    margin-left: -13px;
    font-size: 1.4em;
}



#text_error ul 
{
	list-style-image:  none;
	list-style-type: none;
	
}

#text_error ul li{
    list-style-image:  none;
    list-style-position:outside;
    background: transparent url(img/bullet_orange.png) no-repeat scroll -5px 0;
	padding-left: 13px;  
}

#text_error ul li a
{
	
    color: #F69524;
    text-decoration: underline;
}





 

