body  {
font-family: arial, verdana, helvetica;
color: #000;
font-size: 11px;
text-align: center;
background: #fff;
margin: 0 auto;
padding: 0;
}
#container {
width: 820px;
background: #ffffff;
margin: 0 auto;
padding: 0;
}
/* ######### LANDING PAGE ####### */
#intro {
position: absolute;
top: 140px;
left: 500px;
width: 160px;
font-family: georgia, helvetica;
font-size: 12px;
text-align:left;
}
#intro a{
font-family: arial, verdana, helvetica;
font-size: 11px;
text-align:right;
text-decoration: none;
color:#000;
}
#intro a:hover{
text-decoration: none;
color: #5491B9;
}
#homeContent {
background: url(../images/home.jpg) top center no-repeat;
height:552px;
position: relative;
}
/* ######### END LANDING PAGE ####### */
#header {
width: 820px;
background: #ffffff;
margin: 0;
padding: 0;
}
#logo {
width: 820px;
}
#content-wrapper {
float: left;
width: 820px;
background-image: url(../images/bg.jpg);
background-repeat: no-repeat;
background-position: top left;
}
#nav {
float: left;
border: 0;
margin: 0;
text-align: right;
padding: 66px 0 0 0;
width: 182px;
}
html>body #nav {
padding: 67px 0 0 0;
}
#nav a {
display:block;
font-family: georgia, helvetica;
color: #000;
line-height:200%;
text-decoration:none;
font-size: 13px;
width: 182px;
}
html>body #nav a {
line-height:190%;
}
#nav a:hover {
color:#5491B9;
}
#content {
border: 0px solid #c00;
float: left;
width: 510px;
text-align: left;
margin: 0;
padding: 20px 0 10px 60px;
font-family: arial, verdana, helvetica;
color: #000;
font-size: 12px;
line-height: 140%;
}
#content a {
color: #5491B9;
font-weight:bold;
text-decoration:none;
}
h1 {
font-family: georgia, helvetica;
color: #000;
font-size: 16px;
line-spacing: 0;
font-weight: normal;
}
.clear {
clear: both;
height: 1px; 
font-size: 1px; 
overflow: hidden; 
} 
.clear2 {
background: #636363;
clear:both;
height:1px;
margin-left:1px;
font-size: 1px;
overflow:hidden;
width: 801px;
}
html>body .clear2 {
background: #636363;
clear:both;
height:1px;
margin-left:10px;
font-size: 1px;
overflow:hidden;
width: 801px;
}
ul {
margin: 0 0 0 15px;
padding: 0;
}
li {
list-style-type : square;
}
div.hr {
border: px solid #c00;
height: 15px;
background: url(../images/hr.gif) no-repeat scroll center;
padding-bottom:2px;
}
div.hr hr {
display: none;
}

