body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	margin: 0;
	padding: 0;
	background-color: #3b3b3b;
}

img {
        border: 0;
}

p {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        line-height: 23px;
}
a {
        color: #000000;
        text-decoration: none;
}
a:hover {
        text-decoration: underline;
}


#header {
	height: 30px;
}

.nav {
        list-style: none;
        clear: both;
        overflow: hidden;
        margin: 0;
        padding-top: 0px;
        padding-bottom: 320px;
        padding-left: 10px;
        padding-right: 0;
        text-align: left;
}

.nav li{
        display: inline;
        line-height: 23px;
        height: 31px;
        clear: none;
        margin: 0;
        padding: 0;
}

.nav li a{
        color: #fcfcfc;
        font-size: 10px;
        display: inline;
        padding: 5px 5px;
        position: relative;
        top: 2px;
        right: 3px;
        text-decoration: none;
        margin: 0;
}

.nav a:hover {
        text-decoration: underline;
        color: #fcfcfc;
}


#wrapper {
	background-image: url(../images/header_main.jpg);
	background-repeat: no-repeat;
        background-position: top center;
	background-color: #ffffff;
	position: absolute;
	width: 768px;
	left: 50%;
	margin-left: -384px;
}



#content {
	background-image: url(../images/divider.gif);
	background-repeat: repeat-y;
	background-position: 480px; 
	margin-left: 0px;
	width: 440px;
	padding-right: 60px;
}

#content p {
	color: #5c5c5c;
	margin-left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
	line-height: 21px;
}

#content h1 {
	color: #ee4b03;
	padding-left: 50px;
        background-image: url(../images/h1.gif);
        background-repeat: no-repeat;
	margin-top: 0px;
        height: 22px;
        font: normal 18px tahoma, arial, helvetica, sans-serif;
        letter-spacing: 2px;
}



#right {
	position: absolute;
	right: 0;
	width: 207px;
        margin-top: 0px;
        margin-right: 38px;
	font: normal 10px tahoma, arial, helvetica, sans-serif;
	color: #666666;
	padding-top: 0px;
}

#right h2 {
	background: url(../images/right_title_bar.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
        font: normal 11px tahoma, arial, helvetica, sans-serif;
        height: 25px;
        letter-spacing: 2px;
        color: #fcfcfc;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 6px;	
}

#right img {
	padding-top: 10px;
	padding-bottom: 10px;
}


#footer {
        background-color: #3b3b3b;
        background-image: url(../images/footer.gif);
        background-repeat: no-repeat;
	font: normal 10px tahoma, arial, helvetica, sans-serif;
        width: 768px;
        height: 50px;
        text-align: center;
	margin-top: 25px;
        padding-top: 15px;
	color: #666666;
}

span.top_nav{
        float: right;
        margin: 8px 15px 5px 0;
}
span.top_nav, span.top_nav a, span.top_nav a:visited {
        font-size: 10px;
        color: #cccccc;
        text-decoration: none;
}
span.top_nav a:hover {
        text-decoration: underline;
}

.more, .more:visited {
        display: block;
        width: 55px;
        height: 12px;
        font: normal 10px/10px tahoma, arial, sans-serif;
        text-decoration: none;
        color: #369;
        background: transparent url(../images/more.gif) no-repeat;
        padding-left: 20px;
        margin-top: 10px;
        margin-bottom: 15px;
}

.news {
	
}

.news ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
}

.news ul li {
        list-style-type: none;
	padding-bottom: 10px;
}

.news ul li a {
        color: #600;
        text-decoration: none;
}


.news ul li a:hover {
        text-decoration: underline;
}


