* {
	margin:0;
}

html{
	margin: 0;
        min-height:1000px;
}

body {
	font-family:"Verdana", sans-serif;
     margin:0;
     padding:0;
     border:0;
     color:#362f2d;
     background-color:#c24400;
     
}

p {
     margin-bottom: 5px;
     text-align:left;
}

h1 {
	color:#0b569d;
	margin-bottom: 10px;
}

h2 {
	color:#0b569d;
	margin-bottom: 10px;
}

h3 {
	color:#362f2d;
	margin-top: 10px;
}

h4 {
	color:#362f2d;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align:left;
}

table {
	margin-bottom:25px;
}

#bg-top {
     margin:0px;
     padding:0px;
     border:0px;
     background: url("../images/BG-top.jpg") top left repeat-x;
     vertical-align:top;
}


#bg-btm {
     margin:0px;
     padding:0px;
     border:0px;
     background: url("../images/BG-btm.jpg") bottom left repeat-x;
     vertical-align:bottom;
}

#wrapper {
     margin-left: auto;
     margin-right: auto;
     margin-bottom:0; 
     width: 1000px;
     min-height:1000px;
     background-color:#ebebeb;
     -moz- border-radius:15px;
     border-radius:15px;
}

#header {
     min-height:300px;
     background-color:#ebebeb;
}

#footer {
     padding:20px;
     margin: 0;
     color:#ebebeb;
     background-color:#362f2d;
     min-height:200px;     
}

#footer a {
	color:#ebebeb;
}

#footer p {
	margin-bottom:5px;
}

#ftr_body {
	margin: 20px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#ftr_body p {
	margin-bottom:10px;
}

#c-right {
	color:#ebebeb;
	font-size:.6em;
}

/* page core */  
#core {  
     display: block;  
     clear: both;  
     margin-bottom: 0px;
     padding:25px;
 }  

   
    


 
/*	/* Navigation */*/
/*       nav {  */
/*	    display: block;  */
/*	    margin-bottom: 10px;  */
/*	}  */
/*       */
/*	nav ul {  */
/*	    list-style: none;  */
/*	    font-size: 14px;  */
/*	}  */
/*       */
/*	nav ul li {  */
/*	    display: inline;  */
/*	}  */
/*	nav ul li a {  */
/*	    display: block;  */
/*	    float: left;  */
/*	    padding: 3px 6px;  */
/*	    color: #575c7d;  */
/*	    text-decoration: none;  */
/*	    font-weight: bold;  */
/*	}  */
/*	nav ul li a:hover {  */
/*	    background: #deff90;  */
/*	    color: #485e0f;  */
/*	    -webkit-border-radius: 3px;  */
/*	    -moz-border-radius: 3px;  */
/*	    border-radius: 3px;  */
/*	    padding: 3px 6px;  */
/*	    margin: 0;  */
/*	    text-decoration: none;  */
/*	}*/
