* {
padding:0; margin:0;
}
body {
background:url('../images/bg.jpg') repeat top left;
font:normal 14px "Times New Roman", Times, serif; color:#473D32;
}
#header {
height:233px; background:url('../images/bg_header.jpg') repeat-x top left;
}
#container {
width:870px; margin:0 auto;
}
td.container_top {
height:170px; background:url('../images/bg_container_top.png') no-repeat top left;
}
td.container_top img.logo {
margin-top:40px;
}
td.menu {
width:500px; height:69px; background:url('../images/bg_menu.png') no-repeat top left; padding-left:22px;
}
td.sidebar {
width:348px; background:url('../images/bg_menu_right.png') no-repeat top left;
}
td.content {
background:url('../images/bg_content.png') repeat-y top left;
}
td.maincontent {
padding:10px 9px 10px 40px;
}
div.sidebar_content {
padding-right:75px; padding-left:10px;
}
div.sidebar_content div.seperator {
border-top:solid 1px #D8D0C0; margin-top:15px; margin-bottom:15px;
}
td.footer {
height:21px; padding-top:27px; background:url('../images/bg_footer.png') no-repeat top left;
font:normal 10px Arial, Helvetica, sans-serif; color:#7C7363; padding-left:165px; padding-bottom:10px;
}
img, div, td, a { behavior: url(iepngfix.htc); }
img.border {
border:solid 1px #CCCCCC; padding:4px;
}
.clear {clear:both;}

h1 {
background:url('../images/header.gif') no-repeat 30px 5px; margin-bottom:10px;
font-size:20px; font-weight:bold; font-style:italic; color:#D62B0C;
}
h1 span {
font-size:32px; letter-spacing:-2px;
}
p {
line-height:22px; margin-bottom:17px; text-align:justify;
}
div.sidebar_content p {
line-height:22px; margin-bottom:17px; text-align:left;
}
.fontSmall {
font-size:12px; color:#90816A;
}

a:link, a:visited, a:active {
color:#FF6600; text-decoration:underline;
}
a:hover {
color:#FF3300; text-decoration:none;
}

td.menu ul {
list-style:none;
}
td.menu ul li {
float:left; display:inline; background:url('../images/menu/sep.gif') no-repeat right;
}
td.menu ul li.last {
background:none;
}
td.menu ul li a.home {
width:53px; height:69px; background:url('../images/menu/home.png') no-repeat left top; display:block;
margin-left:0px; margin-right:27px;
}
td.menu ul li a.menu {
width:57px; height:69px; background:url('../images/menu/menu.png') no-repeat left top; display:block;
margin-left:15px; margin-right:27px;
}
td.menu ul li a.gallery {
width:63px; height:69px; background:url('../images/menu/gallery.png') no-repeat left top; display:block;
margin-left:15px; margin-right:27px;
}
td.menu ul li a.news {
width:51px; height:69px; background:url('../images/menu/news.png') no-repeat left top; display:block;
margin-left:15px; margin-right:27px;
}
td.menu ul li a.contact {
width:88px; height:69px; background:url('../images/menu/contact.png') no-repeat left top; display:block;
margin-left:15px; margin-right:0px;
}
td.menu ul li a.home:hover {
background-position:left bottom;
}
td.menu ul li a.contact:hover {
background-position:left bottom;
}
td.menu ul li a.menu:hover, td.menu ul li a.gallery:hover, td.menu ul li a.news:hover {
background-position:left bottom;
}