@import url("navigation.css");
@import url("tags.css");
@import url("forms.css");

*{
margin:0;
padding:0;
}

img{
border:none;
}

body{
margin:0px 0px 30px 0px;
text-align:center;
/*min-width:840px;for netscape browsers*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
background:#3d1c0b;
}

#int_bg_image{
width:100%;
background:url(../images/body/int_bg_image.jpg)  center 199px no-repeat/* #562011*/;
}

#int_bg_color{
width:100%;
background:url(../images/body/int_bg_color.jpg)  center 199px repeat-x/* #562011*/;
}

#home_bg_image{
width:100%;
background:url(../images/body/home_bg_image.jpg)  center 199px no-repeat/* #562011*/;
}

#home_bg_color{
width:100%;
background:url(../images/body/home_bg_color.jpg)  center 199px repeat-x/* #562011*/;
}

#wrapper{
position:relative;
text-align:left;
margin:0 auto;
width:900px;
z-index:1;
}

#topheader{
height:60px;
width:900px;
}

#hp_mainphoto{
border-bottom:1px solid #fff;
background:#fff;
}

#mainheader{
width:896px;
height:136px;
padding:2px;
background:#fff;
}

#logo{
float:left;
width:271px;
height:136px;
}

#topphoto{
float:right;
width:623px;
height:136px;
}

#mainContent{
width:900px;
background:#fff;
border-bottom:20px solid #96714c;
}

#hp_mainContent{
padding:0px 0px 0px 120px;
width:780px;
background:#fff;
border-bottom:20px solid #96714c;
}

#content{
width:780px;
padding:15px 90px 20px 30px;
}

#hp_content{
width:720px;
padding:15px 25px 20px 25px;
}

#pagetitle{
margin:0px 0px 0px 0px;
}

#footer{
width:900px;
}

#eagle_right{
position:absolute;
right:0px;
top:190px;
}

#eagle_left{
position:absolute;
left:0px;
top:500px;
}
