body#home #wrapper {
	background: #FFF;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	overflow: hidden;
	background: #fffefa;

}

#header_psu {
	background: #697f10;
	font-size: 1.3em;
}
#header_oia {
	background: #697f10 url(http://oia.pdx.edu/images/global/header_bg.jpg) top left repeat-x;
	overflow: hidden;
	border-top: 1px solid #77901B;
}

#content {
	overflow: hidden;
position: relative;
	padding: 0 0 35px 0;
}

div#footer_oia {
	background:#3e4d0a;
	overflow: hidden;
	padding: 0 0 0px 0;
	color: #FFF;
	clear: both;
}

div#footer_oia.hidden {
	display: none;
}

div#psu_footer {
	background: #697f10;
	font-size: 1.2em;
        clear:both;
}

#content_main {
	overflow: hidden;
	float: left;
	width: 590px;
	padding: 20px 10px 0 30px;
}

body#home #content_main {
	width: 678px;
	padding: 10px 0 20px 10px;
}

div#left_main {
	float: left;
	width: 273px;
	margin: 0 20px 0 0;
}


div#right_main {
	float: right;
	width: 273px;
	margin: 0;
}

body#home #content_sidebar{
	width: 220px;
	padding: 10px;
}


#content_sidebar {
	width: 270px;
	font-size: 10px;
	float: right;
	padding: 10px 20px 20px 15px;
	margin: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	background: #ecf6f7 url(http://oia.pdx.edu/images/global/nav_hover.jpg) repeat-x bottom left;
}

#content_sidebar p {
	margin: 0 0 10px 10px;
}

body#home #news, body#home #events {
	width: 290px;
}

body#home #contact {
	width: 200px;
}

div#news {
	width: 290px;
	float: left;
	padding: 20px 20px 20px 0;
	margin: 0 0px 0 20px;
	background: url(http://oia.pdx.edu/images/global/sub_left_bg.png) top right no-repeat;
	display: inline;
}

div#events {
	width: 240px;
	float: left;
	padding: 20px 30px 20px 30px;
}

div#contact {
	width: 245px;
	float: left;
	padding: 20px 10px;
	font-size: 10px;
}