p {
	margin: auto;
	padding-top: 150px;
	text-align: center;
	font-size: 24px;
}

.breadcrumbs{
	width: 770px;
	margin: 0 auto 0 15px;
	padding-top: 15px;
}

.breadcrumbs a:link{
	text-decoration: underline;
	color: #FFFFFF;
}

.breadcrumbs a:visited{
	text-decoration: underline;
	color: #BBADC7;
}

#download{
	width: 770px;
	height: 380px;
	margin: auto;
	text-align: center;
	padding: 20px 15px 8px 15px;
}

.item{
	width: 183px;
	height: 183px;
	float: left;
	background-image: url(images/bg_black.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	text-align: center;
	margin-left: 8px;
	display: inline;
}

a:link{
	text-decoration: underline;
	color: #FFFFFF;
}

a:visited{
	text-decoration: underline;
	color: #BBADC7;
}

ul{
	width: 770px;
	text-align: center;
	list-style-type: none;
	font-weight: bolder;
	list-style-position: outside;
}

* html ul {
	margin: 0 auto 0 auto; }
	
html>body ul {
	margin: 0 auto 0 -25px; }

li{
	width: 770px;
	margin: 0 auto;
	text-align: center;
	float: left;
}

#caution{
	width: 770px;
	margin: auto;
	clear: both;
	padding-top: 10px;
}
