body {
    background:url(images/body_bg.jpg);
    font-family:Georgia, Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size:62.5%;
    margin:0;
    padding:0;
}

h1 {
    font-size:8px;
    text-indent:-9999px;
}

h2 {
    margin-top:0;
    font-size:2.2em;
    color:#746939;
}

a:link {
    color:#746939;
}

a:hover {
    color:#958747;
}

a:visited {
    color:#5c5122;
}

p {
    font-size:1.3em;
    line-height:1.4em;
    padding:0 0 15px 0;
    margin:0;
}

#container {
    width:960px;
    margin:0 auto;
    padding:0 20px 0 20px;
}

#header {
    height:90px;
    width:960px;
    margin:0;
    padding:15px 0px 0 0px;
}

#logo {
    background:url(./images/logo.png) no-repeat left top;
    width:176px;
    height:90px;
    float:left;
    margin:0;
    padding:0;
}

#flag {
    width:300px;
    float:right;
    margin:3px 0 0 0;
    padding:0;
    text-align:center;
}

p.headflag {
    font-size:1.4em;
    color:#eae5d1;
    line-height:1.4em;
    padding-bottom:0;
}

.nav {width:960px; background:url(./images/navback.png) no-repeat left top; height:44px; position:relative; margin:15px 0 15px 0; text-align:center; }
/* hack to correct IE5.5 faulty box model */
* html .nav {width:961px; w\idth:960px;}
/* remove all the bullets, borders and padding from the default list styling */
.nav ul {padding:0;margin:0;list-style-type:none;}
.nav ul ul {width:160px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown nav positon */
.nav li {float:left;width:160px;position:relative;}
/* style the links for the top level */
.nav a, .nav a:visited {display:block;font-size:1.3em;text-decoration:none; color:#eae5d1; width:160px; height:44px; border:none; line-height:44px; font-weight:normal;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .nav a, * html .nav a:visited {width:160px; w\idth:149px;}

/* style the second level background */
.nav ul ul a.drop, .nav ul ul a.drop:visited {background:#746939;}
/* style the second level hover */
.nav ul ul a.drop:hover{background:#746939;}
.nav ul ul :hover > a.drop {background:#746939;}
/* style the third level background */
.nav ul ul ul a, .nav ul ul ul a:visited {background:#746939;}
/* style the third level hover */
.nav ul ul ul a:hover {background:#746939;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.nav ul ul {visibility:hidden;position:absolute;height:0;top:44px;left:0; width:160px;}
/* another hack for IE5.5 */
* html .nav ul ul {top:43px;t\op:44px;}

/* position the third level flyout nav */
.nav ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout nav for a left flyout */
.nav ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.nav table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.nav ul ul a, .nav ul ul a:visited {background:#746939; color:#eae5d1; height:auto; line-height:1.4em; padding:5px 10px; width:140px; border-bottom:1px solid #eae5d1;}
/* yet another hack for IE5.5 */
* html .nav ul ul a, * html .nav ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.nav a:hover, .nav ul ul a:hover{color:#958747; }
.nav :hover > a, .nav ul ul :hover > a {color:#958747;}

/* make the second level visible when hover on first level list OR link */
.nav ul li:hover ul,
.nav ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.nav ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.nav ul :hover ul :hover ul{ visibility:visible;}

.dropdown {
    background:transparent url(images/dropdown.png) scroll no-repeat 105px center;
}

#contentwrap {
    width:900px;
    background:#f3f2ee;
    color:#141414;
    padding:30px;
}

#homeimg {
    background:url(./images/homeimg.png) no-repeat left top;
    width:900px;
    height:163px;
}

#homecont {
    width:660px;
    margin:0;
    padding:30px 0 30px 0;
    float:left;
}

#homecont1 {
padding-top:30px;
}

#advert {
    width:240px;
    height:242px;
    background:url(./images/advert1.jpg) no-repeat right top;
    padding:0;
    margin:30px 0 0 0;
float:right;
}

h3.ad {
    text-indent:-9999px;
    font-size:8px;
}

#contact_form {
    width:435px;
    float:left;
}

.txtfield {
width:200px;
background:#8b8052;
border:1px solid #746939;
padding:6px 2px;
color:#fff;
}

#comments {
width:280px;
height:120px;
background:#8b8052;
border:1px solid #746939;
color:#fff;
}

.button {
background:#8b8052;
border:1px solid #746939;
color:#fff;
margin-top:3px;
}

#menu {
float:left;
width:580px;
margin-right:30px;
}

#menu ul {
font-size:1.3em;
margin:0 0 15px 0;
}

#menu ul li {
line-height:1.8em;
}

#menu_img {
float:right;
width:290px;
text-align:right;
}

.menuimg {
padding-bottom:15px;
}

.links {
font-weight:bold;
}

#footer {
    text-align:right;
    width:960px;
    margin:15px 0 30px 0;
}

#footer img {
float:left;
padding-left:30px;
}

#footer p {
color:#fff;
}

#footer p a {
color:#fff;
}

.clear {
    clear: both; 
    width: 100%; 
    height: 0px; 
    line-height: 0px; 
    font-size: 0px; 
    padding: 0; 
    margin: 0; 
    border: none;
}