* {
	outline:none;
}
a img {
	border:none;
}
form {
    margin:0;
    padding:0;
}
body {
    background:url('images/bg.gif');
    margin:70px 0 0 0;
    font-family:arial;
    font-size:0.7em;
    color:#606060;
}
p {
    text-align:justify;
}
a {
    color:#369;
    text-decoration:none;
}
a:hover {
    color:#369;
    text-decoration:underline;
}
input,select,textarea {
    font-family:arial;
    font-size:1em;
    color:#606060;
    font-size:0.9em;
}
input,select {
    height:12px;
}
h2 * {
    color:#606060;
}
h2 {
    margin:0;
    padding:0;
}
#wrapper {
    width:900px;
    height:450px;
    position:relative;
    margin:0 auto;
    padding:0px;
    background-color:#FFF;
}
#header {
    height:90px;
}
#header img {
    float:left;
}
#header ul {
    padding:0;
    float:left;
    margin:55px 0 0 140px;
}
#header li {
    list-style:none;
    display:inline;
    color:#ccc;
}
#header li a {
    text-decoration:none;
    color:#717171;
    font-weight:bold;
    font-size:0.9em;
}
#content {
    height:300px;
    background-color:#D9CFA3;
}
#content img {
    float:left;
}
#content #subnav {
    color:#999999;
}
#content #subnav a {
    color:#676767;
}
#content #subnav .active {
    color:#444;
}
#main {
    position:absolute;
    top:90px;
    left:450px;
    width:320px;
    padding:25px 5px 0 60px;
    overflow:hidden;
    height:275px;
    width:330px
}
#scroll {
    position:absolute;
    top:330px;
    left:850px;
    width:18px;
}
#lowerContent {
    text-align:right;
}
#lowerContent .img {
    margin:10px 15px 0 0;
}
#lowerContent #imagesNav {
    float:left;
    margin:5px 0 0 15px;
}
#footer {
    width:900px;
    position:relative;
    margin:5px auto;
    color:#FFF;
    font-family:Corbel;
    font-size:1.04em;
}
#leftFooter {
    float:left;
    width:800px;
}
#rightFooter {
    text-align:right;
    float:left;
    width:100px;
}
.clear {
    clear:both;
}
.news {
    margin-bottom:10px;
}
.news img {
    float:left;
    width:65px;
    margin-right:10px;
}
.news p {
    margin:0 0 15px 0;
    float:left;
    width:220px;
}
#slideshow {
    position:absolute;
    top:90px;
    left:0;
}
#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#slideshow img.active {
    z-index:10;
}
#slideshow img.last-active {
    z-index:9;
}
