/* -------------------------- */
/*                            */
/*    DESIGN AND CSS BY       */
/*                            */
/*      Tony Edwards          */
/*   			      */
/*                            */
/* -------------------------- */

body{
background: url(../images/bg.jpg) repeat-x;
margin: 0px;
padding: 0px;
text-align: center;
}



table {
font-family: verdana;
font-size: 12px;
color: 8F4B1F;}

p{}

#container{
width: 785px;
height: 100%;
margin: auto;
}

#top_logo{
width: 785px;
height: 233px;
background: url(../images/top_logo.jpg) no-repeat;
}


#middle_logo{
width: 785px;
background: url(../images/middle_logo.jpg) no-repeat;
}


#filler_logo{
background: url(../images/filler_logo.jpg) repeat-y;
}


#bottom_logo{
background: url(../images/bottom_logo.jpg) no-repeat;
width: 785px;
height: 42px;
}

#left_side{
width: 200px;
vertical-align: top;

}

#content{
width: 585px;
font-family: verdana;
padding: 0px 40px 20px 10px;
color:#8F4B1F;
font-size: 12px;
text-align: justify;
vertical-align: top;
}

.port{
width: 170px;
height: 160px;
vertical-align: top;
text-align: center;
font-family: verdana;
font-size: 10px;
color:#8F4B1F;
border: 1px solid  #a08e65;
}

#footer{
font-family: verdana;
font-size: 10px;
color: #999999;
padding: 20px 0px 10px 0px;
}


/* -------------------------- */
/*       GENERAL STYLES       */
/* -------------------------- */

h1 {}
h2 {}
h3 {}

hr {clear:both;width:660px;color: #E6E6E6;background-color: #E6E6E6;height: 1px;border: none;margin:20px 20px;}





/* Links */

a:link, a:visited{
color: #a08e65;
text-decoration: none;
}

a:hover{
color: black;
text-decoration: none;
}


/* -------------------------- */
/*   CONTAINER PROPERTIES     */
/* -------------------------- */



/* -------------------------- */
/*   	    MENUS	      */
/* -------------------------- */

#menu_container{
margin-left: 50px;
}

.menu_arrow{
background: url(../images/arrow.jpg) no-repeat;
height: 20px;
width: 20px;
padding: 0px 0px 0px 0px;
}

.menu_item{
font-family: times;
font-weight: bold;
color: #6F7A47;
font-size: 12px;
}

.menu_item a:link, .menu_item a:visited{
color: #6F7A47;
text-decoration: none;
}

.menu_item a:hover{
color: #93A05A;
text-decoration: none;
}


