@charset "utf-8";
/* CSS Document */
html, body {
margin:0;
padding:0;
}
body {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color:#fff;
background:url('images/bg.gif') repeat-x top left #faf9ec;
}
#container {
margin:76px auto 0 auto;
width:818px;
background-color:#147d55;
}
#container_shadow {
position:absolute;
z-index:-1;
top:0px;
left:-575px;
margin-left:50%;
width:1130px;
height:737px;
background:url('images/box_bg.png') no-repeat;
}
#header {
width:100%;
height:155px;
background:url('images/header_bg.gif') no-repeat;
}
#content {
float:right;
width:608px;
min-height:450px;
height:auto !important;
height:450px;
position:relative;
margin:0;
padding:0 15px 15px 15px;
background-color:#123a35;
}
#nav {
float:left;
width:121px;
margin:0;
padding:0;
background-color:#147d55;
}
#nav ul {
list-style:none;
margin:0 0 40px 0;
padding:20px 0 0 15px;
line-height:32px;
}
#nav ul li {
margin:0;
padding:0;
}
#nav ul li a {
font-size:14px;
}
#social {
margin:0 0 0 10px;
font-size:12px;
}
#footer {
clear:both;
width:100%;
height:95px;
background:url('images/footer_bg.gif') no-repeat;
}
a, a:link, a:visited {
color:#fcfde0;
text-decoration:underline;
}
a:hover, a:visited:hover {
color:#dede99;
text-decoration:underline;
}
a img {
border:none;
}
#nav a img {
border-bottom:3px solid #073724;
margin:0 0 0 8px;
}
#nav a:hover img {
border-bottom:3px solid #fff;
}
