	body,
	html {
		margin:0;
		padding:0;
		color:#000;
	}
	body {
    	font: 13px times new roman, serif;
	}
	#wrap {
        background-color: rgb(255,255,225);
		border: thin solid rgb(0,0,0);
		width:750px;
        position: absolute;
	    left: 93px;
	    top:201px;
	    width: 627px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
	}
	#header {
        position: absolute;
	    left: 75px;
	    top:7px;
	    width: 668px;
	    height: 177px;
	}
	#nav {
        position: absolute;
	    left: 93px;
	    top:184px;
	    width: 627px;
	    height: 7px;
	}
	#nav ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li{
		display:inline;
		margin:0;
		padding:0;
	}
	#sidebar {
		float:left;
	}
	#main {
		float:right;
		width:378px;
        font: 13px times new roman, serif;
    	color: rgb(31,26,23);
    	background-color: rgb(255,252,199);
        line-height: 1.590000em;
    	letter-spacing: 0.000000em;
    	border: thin solid rgb(0,0,0);
        height:100%;
        min-height:400px;
    	right: 10px;

	}
	#main ul {
		margin-bottom:0;
    }
    #main h3, #main p {
		padding:0 10px 0 0;
    }
    #PAS {
	margin: 10px;
	position:relative;
	}
    #staff-text {
    font: bold 15px times new roman, serif;
    }
	#footer {
		clear:both;
	}
	#footer p {
		padding:5px;
		margin:0;
    }

