/* CSS Document */

body{
margin:0 auto;
background:#FFFFCC;
}

#header{
margin-top:-20px;
padding-top:30px;
height:100px;
text-align:center;
}

#menu{
padding-top:10px;
padding-bottom:10px;
background:#013300;
background:#013300 url(../images/page_images/green_swirl.jpg) repeat-x left;
margin:0 auto;
}

#menu_table{
margin:0 auto;
text-align:center;
}

#menu_table td{
width:110px;
}

#menu a{
color:#FFFFCC;
text-decoration:none;
}

#menu a:hover{
text-decoration:underline;
}

#content{
margin:0 auto;
width:80%;
}

#content_left{
text-align:justify;
width:45%;
float:left;
position:relative;
margin:10px 0px 20px 10px;
margin-left:20px;
line-height:1.5;
}

#image_right{
width:45%;
float:right;
position:relative;
margin:15px 0px 20px 10px;/*  TOP, LEFT, BOTTOM, RIGHT */
}

#footer{
color:#FFFFCC;
padding-top:10px;
padding-bottom:10px;
background:#013300;
text-align:center;
margin-top:50px;
clear:both;

background:#013300 url(../images/page_images/green_swirl.jpg) repeat-x left;
}