body {
	background-color: #fff;
	font-family: sans-serif;
	font-size: 1em;
	color: #000;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
}

#wrapper_top {
	width: 700px;
	height: 35px;
	background: url('../images/top_700.jpg') no-repeat;
}

#wrapper_content {
	width: 700px;
	background: url('../images/bg_700.jpg') repeat-y;
}

#wrapper_bottom {
	width: 700px;
	height: 35px;
	background: url('../images/bottom_700.jpg') no-repeat;
}

#Nav1 {
/*         width: 902px; */
/*         margin: 0px auto; */
/*         height: 41px; */
}

#Nav1 li {
        display: inline;
        color: white;
        padding: 0px;
        margin: 0px;
        text-align: left;
}

#Nav1 a, #Nav1 a:hover, #Nav1 a:visited, #Nav1 a:active {
        color: white;
        text-decoration: none;
        font-size: 1em;
        padding: 5px 8px;
        margin: 0px;
        text-transform: uppercase;
}

#Nav1 a:hover, #Nav1 a:active {
        color: #7e7570;
}

#Nav1 li {
        display: inline;
        color: white;
        padding: 0px;
        margin: 0px;
}

#Nav1 ul li:after {
    content: " |";
}

#Nav1 ul li:last-child:after {
    content: "";
}

#nav1 ul {
        margin: -10px;
        text-indent: 0px;
        padding: 0px;
}

#content {
	margin: 0 auto;
	width: 652px;
}

#header {
	width: 652px;
}

#content_orange {
	width: 642px;
	background-color: #efa802;
	padding: 5px;
}

#content_white {
	width: 592px;
	background-color: #fff;
	}

#padding {
	width: 602px;
	padding: 30px;	
	line-height: 18px;
	font-size: .8em;
}

#footer {
	width: 652px;
	background-color: #f3f3f3;
	font-size: .6em;
}
