body { 
	font-family: Calibri, Arial;
	padding: 0px; 
	margin: 0px; 
	}
	
h3 {
	color: #376DA7;
}
	
#navigation ul {
	padding-left: 10px;
	margin-left: 0px;
}

#navigation li { 
	display: inline; 
	list-style-type: none;
	padding-left: 18px;
	background: url('img/rightarrow.png') 0px 3px no-repeat;
}
	
#header { 
	width:100%; 
	height: 61px; 
	background: url('img/repeat.png') 0px 0px repeat-x; 
}

#logo { 
	width:429px;
	height: 61px;
	background: url('img/logo.png') 0px 0px repeat-x; 
}
 
#content { 
	font-size: 1.0em;
	padding-left: 15px; 
	width: 750px; 
}
 
#content li {
	margin-top: 10px;
}

#footer {
	width:100%;
	height: 30px; 
	margin-top: 20px;
	border-top: 1px solid #DDD;
}

#footer ul {
	margin-top: 4px;
	padding-top: 0px;
	color: #999;
}

#footer li {
	background: none;
	padding-left:4px;
}

#footer a {
	color: #444;
}

#copyright {
	padding-left: 20px; 
	color: #777;
}

a.downloadbutton {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	background: url('img/button.png') 0 0 no-repeat;
	width: 288px;
	height: 66px;
	border: 0px;
	text-decoration: none;
}

a:hover.downloadbutton {
	background-position: -288px;
}