@charset "utf-8";
/* CSS Document */
body{
height:100%;
   background: #cc4719;
   text-align:center;  
   font-family:Arial, Helvetica, sans-serif;
   margin:0; 
}
h1{
font-size:170%;
}

#container{
    width:780px;
    margin:0 auto;
	background: #bcaf50;
	text-align:center;
	min-height:80%;
	_height:80%;
}
a {
font:  Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:90%;
}
A:link { color:white; }
A:visited { color:white; }
A:hover { color:#ff7f00;
   text-decoration:none;
    }
A:active { color:#ff7f00;}
#header{
    background: url(images/header.jpg) no-repeat;
    width: 780px;
	height:232px;
		cursor:pointer;
	}

#menu{
    width:95%;
	padding-bottom:10px;

	}
ul{
	margin:0;
	}
li{
    display:inline;
	}
#content{

    margin:0 auto;
    width:90%;
	background: #fff;
	border: solid 4px #ff7f00;
	text-align:left;
	padding:1em;
	margin-bottom:1 em;

	}
	
iframe{
width:720px;
height:500px;
frame-border:0;
}
#hometext{
padding:5px;
background: #f6eb97;
}
.td{
margin-top:0px;
}
#footer{
	background: #bcaf50;
	    margin:0 auto;
position:relative;
width:780px;;
bottom:0;
font-size:80%;
padding-top:1em;
border-bottom: solid 2em #3e220a;
}
#footer a{
font:  Arial, Helvetica, sans-serif;
font-size:100%;
}
#footer a:link { color:#000; }
#footer a:visited { color:#000; }
#footer a:hover { color:#ff7f00;
   text-decoration:none;
    }
#footer a:active { color:#ff7f00;}
