/* CSS Document */
* {
margin:0;
padding:0;
}

body {
width:780px;
height:auto;
margin:0 auto;
background-image:url(images/bg_all.jpg);
background-repeat:repeat-x;
background-color:#c25a18;
border:1px solid #280d0a;
font-family:Georgia;
font-size:15px;
color:#f3eb9a;
margin-top:15px;
margin-bottom:15px;
}

img {
behavior:url(iepngfix.htc); 
}


#bg {
background-image:url(images/bg.jpg);
background-repeat:no-repeat;
background-color:#c25a18;
}

#topmenu {
width:780px;
height:30px;
background-image:url(images/topmenu.jpg);
overflow:hidden;
background-repeat:no-repeat;
border-bottom:1px solid #aa9a7d;
color:#f2eabf;
font-size:13px;
padding-top:13px;
text-align:center;
}

#topmenu ul {
margin:0 auto;
}

#topmenu a {
font-family:Georgia;
color:#f2eabf;
text-decoration:none;
font-weight:bold;
display:block;
display:inline;
}

#topmenu a:hover {
color:#fff;
}


#topmenu li {
list-style:none;
display:inline;
padding-left:11px;
cursor:pointer;
}

#header {
width:780px;
height:194px;
border-top:1px solid #000;
}

#content {
width:740px;
min-height:310px;
height:auto !important;
height:310px;
padding-top:30px;
padding-bottom:30px;
padding-left:20px;
padding-right:20px;
}


#foot {
width:735px;
height:26px;
background-image:url(images/foot.png);
behavior:url(iepngfix.htc); 
font-size:10px;
text-align:right;
color:#fff;
padding-top:40px;
padding-right:45px;
}

p { 
margin-bottom:7px;
}

h1 {
font-size:18px;
margin-bottom:5px;
}

h2 {
font-size:16px;
margin-bottom:5px;
}

a {
text-decoration:underline;
color:#f3eb9a;
}

a:hover {
text-decoration:none;
}
