/* -- GENERAL REDECLARATIONS ---------------------------------------- */




body {
    text-align:center;
    background:#C5D5A9;
    margin:0;
    padding:15px; 0 30px; 
}

body, tr, 
td, input, 
select, textarea {
    font:normal small/1.3 tahoma, verdana, arial, helvetica, sans-serif;
}

a:link,a:visited {
    text-decoration:underline;
}

a:hover	{
    text-decoration:none;
}

p {
    margin:0 0 15px;
}

h1 {
    font-size:large; 
    margin:0 0 12px;
}

h2 {
    font-size:medium; 
    margin:8px 0;
}

h3 {
    font-size:small; 
    margin:6px 0 5px;
}

h4 {font-size:x-small;
    margin:4px 0;
}

h5 {
    font-size:xx-small; 
    margin:3px 0;
}

h6 {
    font-size:xx-small; 
    margin:0;
}

hr {
    display:none;
}

img {
    border:none;
}

acronym	{
    border-bottom: 1px dotted;
}

blockquote {
    margin:0 25px 20px 25px; 
    font-style:italic;
}

table {border-color:black;}

/* --- Layout --- */
#wrapper {
    width:780px;	
    margin:0 auto;
}

#header {
    width: 780px;
    height: 140px;
    background: url(images/hoof_header.jpg) no-repeat;
    position:relative;
    
}

#flash {
    xdisplay:none;
	position:relative;
}

#content {
    width:620px;    
    background: url(images/content_bg.jpg) repeat-y; 	    
    padding:0 80px 0 80px;
	xposition:relative;
	xborder:1px solid black;
	xdisplay:block;
}

#content #text {
	xdisplay:block;
	xposition:relative;
}

#content-top-edge {
    width:780px;
    height:8px;
    background:url(images/hoof_body_top.jpg) no-repeat;
	position:relative;
	font-size:1px;
	xborder:1px solid black;
}

#content-bottom-edge {
    width:780px;
    height:8px;
    background:url(images/hoof_body_btm.jpg) no-repeat;
	xborder:1px solid black;
	position:relative;
	font-size:1px;
}

#nav {
    position:relative;
    left:200px;
    top:65px;
    
}

#sub-nav {
	position:absolute;
	left:250px;
	xmargileft:10px;
	top:97px;
	width:490px;	
	text-align:left;
        font-family:tahoma,ariel,sans-serif;
        font-size:11px;
        color:yellow;
          
}

#footer {
    width:780px;
    height:78px;
    background: url(images/hoof_footer.jpg) no-repeat;
	position:relative;
}

/* --- Text --- */

#header span {
    display: none;
}

#content {
    text-align:left;
}

#content h1{
	color:#32580f;
}

