* html {
padding:0;
margin:0;
}

body {
background: url('../images/visuals/tile.jpg');
margin: auto;
}

#outside-box {
width: 800px;
background: white;
padding: 20px;
margin: auto;
}

#inside-box {
width: 800px;
background: white;
border: 1px #e0e0e0 solid;
padding: 0;
margin: 0;
}

#header {
	/* Dimensions needed to make sure header takes up the right amount
		of space. Also ensures the entire header image displays to 
		match the menu bar gradient. */
	width: 800px;
	
	/* Height has been halved. cdluna 12/5 */
	height: 96px;
	
	margin:auto; /* centers the header */
	margin-bottom: 5px;
	
	text-align: right; /* aligns ADIAS logo right */
	
	background: url('../images/visuals/adias_header_tile.jpg') repeat; /*displays gradient header bg */
}

#header ul.menu {
	float: right;
	display: inline;
	margin-left: 5px;
	margin-top: 5px;
	font-size: 80%;
}

#header ul.menu li{
	float: left;
	list-style-type: none;
	padding: 3px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: -5px;
	font-family: Arial;
	border-bottom: 1px gray solid;
	border-left: 1px gray solid;
}

#header ul.menu li a{
	text-decoration: none;
	color: black;
	padding: 4px;
}

#header ul.menu li a:hover{
	background: gray;
}

#header .adias{
margin-top: 10px;
margin-left: 10px;
float: left;
}

#header .logo {
float: left;
margin-top: 35px;
}

#footer {
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#footer p {
font-size: 75%;
color: #606060;
}