* html {
padding:0;
margin:0;
}

a{
text-decoration:none;}

h1{
text-align: center;
font-size: 14px;
color: gray25;
text-decoration:none;
}

h1 a{
text-decoration:none;
color: inherit
}

body {
background: url('../images/visuals/RRTNNET_BACKGROUND.jpg');
margin: auto;
background-repeat: repeat-x; /*repeat-x;*/
}

#outside-box {
width: 900px;/*900*/
background: white;
padding: 20px;
margin: auto;
border: 1px #736F6E solid;
}

#inside-box {
width: 900px;/*900*/
background: white;
border: 1px #e0e0e0 solid;
padding: 0;
margin: 0;
}

#timelines a{
color: Black; 
font-weight:bold; 
font-size:18px;
text-align:center; /*left*/
text-decoration:none;
padding:5px;
}

#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: 900px;
	
	/* Height has been halved. cdluna 12/5 */
	height: auto;
	
	
	text-align: right; /* aligns ADIAS logo right */
	
	background: url('../images/visuals/adias_header_tile.jpg') repeat; /*displays gradient header bg */
	padding-bottom:140px;
}

#header ul.menu {
	float: right;
	display: inline;
	margin-left: 20px;/*5*/
	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: #860d09;
	color:white;
}

#header #banner{
float: left;
border:none;
padding-bottom: 10px;
}

#header #banner img{
border:none;
}

#footer {
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#footer p {
font-size: 14px;
color: #606060;
}