body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	background: #fff url(images/bg.gif) repeat-x;
}

/* Headers and Paragraphs:
---------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}

h1 { font-size: 218%; color: #fc950c; }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; }
h5 { font-size: 100%; font-weight: bold; }
h6 { font-size: 86%; font-weight: bold; }

#content h3 span {
  float:right;
  font-size: 14px;
  color:rgb(120,120,120);
  vertical-align:bottom;
}

#content h1 span {
	float: right;
}

p, li { color: #777; }
p.caption { font-size: 86%; color: #555; }

a { 
    color: #e88b00;
    text-decoration: underline;
}

#content a:hover { 
    color: #e88b00;
    text-decoration: none;
    border-bottom: 1px dashed;
    border-color: #e88b00;
}

#page {

	margin: 0 auto;
    	width: 675px;
    	padding: 0px 5px;
	background: transparent url(images/shadow-bg.png) repeat-y top center;

}

#content {
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#nav ul {
	margin: 0;
	list-style: none;
	list-style-type: none;
}

#nav ul li {
	display:inline;
}

#nav {
width: 675px;
    margin: 0 auto;
    padding: 12px 8px 1px;
    text-align: right;

	padding: 0 0 2px;
	border-bottom: 2px solid;
	border-color: #e3e3e3;


    }
        #menu a {
            color: #444;
            text-decoration: none;
            padding: 12px 8px 4px;
            line-height: 22px;
        }
        #menu a:hover, #nav .active a {
            color: #111;
            border-bottom: 2px solid #fc950c;
        }
        /* #nav .active a { cursor: default; } */
        #menu span.last span { display: none }
        #menu a.active { color: #000 }

#pagetrail {
	float: left;
}

#foot {
    background: transparent url(images/foot-bg.png) no-repeat top;
    width: 653px;
    margin: 0 auto 20px;
    padding: 25px 18px 20px;
    text-align: left;
    color: #777;
    clear: both;
	font-size: 10px;
}
#foot a {
    color: #777;
    text-decoration: none;
}
#foot a:hover {
    color: #444;
}
