.container {
    width:100%;
}
.container div {
    width:100%;
}
.container .header {
    color:#CC2233;
    text-decoration: underline;
    padding: 2px;
    cursor: pointer;
    font-weight: bold;
}
.container .content {
    display: none;
    padding : 5px;
}

#page_wrapper {
	width: auto;
	min-width: 650px;
	margin: auto;
}
#header_wrapper {
	height: 250px;
	width: auto;
	min-width: 650px;
}
#logo {
	height: 250px;
	width: 215px;
	padding-right: 10px;
	float: left;
}

#header {
	padding-top:5px;
	height: 245px;
	width: auto;
	min-width: 400px;
	float: none;
	padding-left:225px;
}

#menu {
	height: 25px;
	width: auto;
}
#body_wrapper {
	width: auto;
	min-width: 650px;
}

#main_text {
	width: auto;
	min-width: 650px;
	padding-right: 10px;
	float: left;
	font-size:20px;
}

#footer {
	height: 100px;
	width: auto;
	min-width: 650px;
	float: left;
}

#home {
	display: block;
}
#button_home {
	height: 25px;
	width: 100px;
	padding-right: 20px;
	float: left;
	margin: auto;
}
#button_aca {
	float: left;
	height: 25px;
	width: 100px;
	padding-right: 20px;
}
#button_MS {
	float: left;
	height: 25px;
	width: 100px;
	padding-right: 20px;
}
#button_other {
	float: left;
	height: 25px;
	width: 100px;
	padding-right: 20px;
}

#button_temp {
	height: 25px;
	width: 100px;
	float: left;
	padding-right: 10px;
}


#button {
	height: 25px;
	width: 100px;
	padding-right: 10px;
	float: left;
	margin: auto;
	background-color: #D4D0C8;
	display: block;
}

#flash {
	width: 100px;
	float: left;
	height: 100px;
}
#nav_aca_modules {
	width: 100px;
	padding-bottom: 20px;
}
#nav_aca_project {
	width: 100px;
	padding-bottom: 20px;
}
#nav_aca_resources {
	width: 100px;
	padding-bottom: 20px;
}
a.list:link {
	color: #CC3300;
	text-decoration: none;
}
a.list:visited {
	color: #CC3399;
	text-decoration: none;
}
a.list:hover {
	color: #CCFF33;
	text-decoration: none;
}
#nav {
	width: 100px;
}

ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:25px;
	text-transform:uppercase;
	font-size:13px;
	background:transparent url("../images/blue.jpg") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	border-right:1px solid #ffffff;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:5px 20px 0 20px;
	height:24px;
	height:25px;
	}
ul#menu li a:hover{
	background:transparent url("../images/black.jpg") repeat-x top left;	
	}
