body {
    margin: 0px;
    padding: 0px;
    font-family: "Lucida Grande", Verdana, Arial, Sans-serif;
    font-size: 12px;
    background-image: url(../gfx/bg.jpg);
    background-repeat: repeat-x;
    background-color: #35404b;    
    text-align: center;
}

img {
    border: none;
}
form {
    margin: 0px;
    padding: 0px;
}
a {
    color: #000;
}

#page {
    margin: 0px auto;
    width: 920px;
    text-align: left;
	background-color: #FFF;
    background-image: url(../gfx/content-bg.gif);
    background-repeat: repeat-y;
}

#top {
    background-image: url(../gfx/top-bg.jpg);
    background-repeat: repeat-x;
    background-color: #fff;
    height: 85px;
    border-bottom: 2px solid #e0e0e0;
}
#top h1 {
    margin: 28px 0px 0px 32px;
    padding: 0px;
    width: 180px;
    height: 36px;
    background-image: url(../gfx/logo.gif);
    background-repeat: no-repeat;
    float: left;
    text-indent: -1000px;
}
#top #quote {
    margin: 20px 32px 0px 0px;
    float: right;
    width: 428px;
    text-align: right;
}
#top #quote p {
    margin: 0px 0px 4px 0px;
    padding: 0px;
    color: #a9a9a9;
    font-size: 13px;
    font-style: italic;
}
#top #quote p.name {
    font-weight: bold;
    font-style: normal;
    color: #aaa;
}

#menu {
    height: 33px;
    background-image: url(../gfx/menu-bg.gif);
    background-repeat: repeat-x;
}
#menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 33px;
}
#menu ul li {
    margin: 0px;
    padding: 0px;
    height: 33px;
    float: left;
}
#menu ul li.selected, #menu ul li:hover {
    background-color: transparent;
    background-image: url(../gfx/menu-active-bg.gif);
    background-repeat: repeat-x;
}
#menu ul li a {
    display: block;
    padding: 0px 15px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    height: 33px;
    line-height: 31px;
    background-image: url(../gfx/menu-splitter.gif);
    background-repeat: no-repeat;
    background-position: 100% 0px;
    background-color: transparent;
}

#teaser {
    padding-top: 20px;
    height: 240px;
    background-color: #0f150f;
    background-image: url(../gfx/teaser.jpg);
    background-repeat: no-repeat;
    background-position: right 0px;    
    border-bottom: 3px solid #cccccc;
}
#teaser .teasertext {
    margin: 0px 0px 0px 35px;
    width: 500px;
    height: 235px;
    font-size: 15px;
}
#teaser .teasertext h1 {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-size: 17px;
    font-weight: normal;
    color: #fff;
}
#teaser .teasertext li,
#teaser .teasertext ul {
    color: #aaaaaa;
    line-height: 1.8em;
}
#teaser .teasertext p {
    margin: 0px;
    padding: 0px;
    color: #aaaaaa;
}

#content {
	background-color: transparent;
}
div.clear {
	clear: both;
}
#content #left {
    padding: 10px 20px;
    width: 630px;
    float: left;
    font-size: 14px;
}
#content #left p.strong {
    font-weight: bold;
}
#content #right {
    padding: 23px 20px;
    width: 210px;
    float: left;
}
#content #right h1 {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #6c8492;
}
#content #right p {
    color: #666;
}

#footer {
    text-align: center;
    font-size: 11px;
    color: #fff;
    background-color: #35404b;    
}
