

body  { 
		background: #003300; 
		margin: 0; 
		font-family: Helvetica; 
		font-size: 11px;
		line-height: 1.5; }
 
 h1 { margin: 0 0 10px 0; }
 
 a { text-decoration: none; }
 
 a:hover { text-decoration: underline; }
 
 
 /* divs */
 
#container {
	width: 800px; 
	margin: 0 auto 0 auto; 
}

#header {
	background: url(../images/Bannerandlogo/AMA2007banner.jpg);
	width: 800px;
	height: 129px;
	}

#menu {
	width: 150px; 
	background: #CC6600;
	height: 100%;
	}

#content { 
	background: url(../images/rally_logo.jpg) no-repeat #fff;
	width: 535px;
	padding: 230px 0 0 30px;
}

#sidebar {
	width: 115px; 
	background: #CC6600;
}

#footer { 
	height: 50px; 
	background: #CCC;
	text-align: center;
	vertical-align: middle;
}


/* navigational items */ 


#menu ul { 
	list-style: none;
	font-size: 10pt;
	margin: 10px 10px 50px 10px;
	padding: 0;
}

#menu ul li { 
	border-bottom:  1px dashed #fff; 
	line-height: 2em; 
	color: #fff;
	font-weight: bold;
	width: 140px;
	font-style: italic;
}

#menu ul li a { 
	text-decoration: none; 
	color: #fff;
}

#menu ul li a:hover { 
	text-decoration: underline;
}