	body {
    	background-color: #CCCC99;
        font-family: Helvetica, Verdana, Arial, sans-serif;
        margin: 0px;
    	padding: 0px;
	}
	
	#logos {
	   position: absolute;
       z-index: 2;
	   //position: static;
	   height: 200px;
	   width: 200px;
	   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.hartnell.edu/mpr/styles/logo.png');
	}

	#logos a {
	padding: 100px 0 80px 190px;
	text-decoration: none;
	}
	
	body>#logos {
	   background-repeat: no-repeat;
	   background-image: url(http://www.hartnell.edu/mpr/styles/logo.png);
       //border: 1px solid red;
	}
	
	#silverbar {
        position: absolute;
     	top: 50px;
        left: 0px;
        //z-index: -5;
     	background-image: url(http://www.hartnell.edu/mpr/styles/bar.jpg);
    	background-repeat: repeat;
        margin: 0px;
   	    padding: 0px;
        width: 100%;
        height: 12px;
	}
	
	#menut {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 62px;
	left: 0px;
    //z-index: -2;
	width: 100%;
	height:37px;
	//height:38px;
	background-image: url(http://www.hartnell.edu/mpr/styles/lt_beige.jpg);
	background-repeat: repeat;
	min-width: 760px;
	overflow: hidden;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #9999CC;
	}	
	#menut ul {
	margin: 0px;
	padding: 0px;
	padding-left: 200px;
	padding-top: 10px;
	//padding-top: 7px;
	//padding-bottom: 11px;
	list-style: none;
	}
	#menut ul li {
	margin-right: -4px;
	padding: 0px;

	display: inline;
	}
	#menut ul li a {
	color: black;

	padding-top: 10px;
	padding-bottom: 11px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}

	#menut ul li a:hover {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #666666;
	color: white;
	}
    
    .stripe {
	position: absolute;
	background-image: url(http://www.hartnell.edu/mpr/styles/lt_beige.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 680px;
	overflow: hidden;

	}

	#topstripe {
	top: 0px;
	left: 0px;
    //z-index: -1;
	height: 50px;
	//height: 51px;
	border-bottom: 1px solid #CCCCCC;
	}

	#topstripe p {
	margin: 0px 0px 0px 255px;
	margin-top: 10px;
    line-height:39px;
	font-size: 28pt;
	font-weight: bold;
	color: black;
	}

	#container {
	float: left;
	width:100%;
	margin: 0px;
	//margin-top: -100px;
	padding: 0px;
	min-width: 680px;
	overflow: hidden;
	margin-bottom: 10px;
	}

	#columnMain {
	width:100%;
	min-width: 680px;
	overflow: hidden;
	}

	#columnMain h1 {
	margin: 0px;
	padding: 0px;
	padding-left: 14px;
	color: black;
	font-size: 36px;
	padding-top: 110px;
	margin-bottom: 10px;
	//padding-top: 10px;
	}

	#columnMain img {
	border: 3px solid #9999CC;
	}

	#columnMain p {
		padding-right: 100px;
		padding-left: 30px;
	}

	#columnLeft {
	float: left;
	padding-left: 0px;
	width:105px;
	height: 100%;
	margin-bottom: -100px;
	padding-bottom: -100px;
	}

	#columnLeft h1 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	padding-top: 210px;
	//padding-top: 110px;
	padding-left: 5px;
	}

	#columnLeft ul {
	font-size: 12px;
	}

	#footer {
	margin: 0px;
	padding: 0px;
	border-top:1px solid #FFFFCC;
	clear: both;
	background-image: url(http://www.hartnell.edu/mpr/styles/lt_beige.jpg);
	background-repeat: repeat;
	width:100%;
	height: 100px;
	}

	#footer p {
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	float:right;
	text-align: right;
	font-size: 12px;
	margin-right: 20px;
	}
	
	.copyright {
		float: left;
		text-align: center;
		margin-right: 200px;
		font-size: 10px;
		font-weight: bold;
	}
	
