* {
margin:0;
padding:0;
text-decoration:none;
color:#333;
list-style:none;
font-family:Helvetica, Arial, Sans-serif;
font-size:13px;
}

p {
line-height:1.5em;
margin:10px 0;
}

a {
color:#45709b;
}

a:hover {
text-decoration:underline;
}

h1 {
position:absolute;
left:35px;
top:165px;
font-size:36px;
font-weight:normal;
color:#444;
}

h2 {
position:absolute;
left:35px;
top:210px;
font-size:14px;
font-weight:normal;
font-family:Georgia, Times, Serif;
color:#444;
}

h3 {
font-family:Georgia, Times, Serif;
font-weight:normal;
font-size:18px;
color:#5d7975;
}

p + h3 {
margin-top:25px;
}

body {
background:#444;
}

#container {
width:850px;
margin:20px auto 0 auto;
background:url(../images/body.jpg) repeat-y 50% 0;
}

#header {
width:850px;
height:240px;
background:url(../images/header.jpg) no-repeat top left;
position:relative;
}

#navigation {
float:left;
width:798px;
margin-left:26px;
display:inline;
background:#799272 url(../images/nav.gif) repeat-x top left;;
}

#navigation li {
float:left;
background:url(../images/nav_line.gif) no-repeat top right;
}

#navigation a {
float:left;
display:block;
padding:15px 20px;
color:#fff;
font-family:Verdana, Sans-serif;
font-weight:bold;
text-shadow:#666 1px 1px 1px;
}

#navigation a.active {
background:url(../images/nav_active.gif) no-repeat 50% 100%;
}

#navigation a:hover {
background:#799272;
text-decoration:none;
}

#navigation a.active:hover {
background:url(../images/nav_active.gif) no-repeat 50% 100%;
}

#content {
clear:left;
width:798px;
margin-left:26px;
background:#fff url(../images/gradient.gif) repeat-x top left;
}

#leftcol {
float:left;
display:inline;
width:310px;
margin:50px 0 0 40px;
}

#leftcol.half, #rightcol.half {
width:365px;
}

#leftcol.half {
margin:50px 0 0 20px;
}

#rightcol {
float:left;
display:inline;
width:410px;
margin:50px 0 0 20px;
padding-bottom:40px;
}

#footer {
clear:both;
width:800px;
margin-left:25px;
background:#f1f1f1;
border-top:1px solid #ccc;
padding:5px 0;
text-align:center;
}

fieldset {
border:none;
}

img.ten {
margin-top:10px;
}

img.icon {
float:left;
margin:10px 10px 10px 0;
clear:left;
}

img.icon + p {
float:left;
line-height:1.2em;
}