body, html {
	background-color: #123950;
}

#wrapper {
	margin: 0 auto;
	width: 760px;
}

/*** Content ***/

#content {
	position: absolute;
	width: 760px;
	margin: 0 auto;
	background-color: #fff;
}

#content-left {
	position: relative;
	width: 440px;
	float: left;
	margin-left: 12px;
}

#content-right {
	position: relative;
	width: 278px;
	float: right;
	margin-right: 12px;
	margin-top: 15px;
}

#header {
	position: relative;
	width: 760px;
	height: 272px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#navLinks {
	position: relative;
	float: right;
	padding-right: 10px;
	top: 245px;
}

a.top:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 10px;
	color: #123950;
}

a.top:hover {
	color: #63B0C9;
}

a.top:visited {
	text-decoration: underline;
	color: #005571;
}

#title {
	position: absolute;
	top: 65px;
	left: 200px;
	z-index: 0;
}

#photos {
	position: relative;
	width: 440px;
}

#photo1 {
	position: relative;
	margin-right:2px;
	width: 145px;
	float: left;
}

#photo2 {
	position: relative;
	margin-right:2px;
	width: 145px;
	float: left;
}

#photo3 {
	position: relative;
	width: 145px;
	float: right;
}

#factsBck {
	position: relative;
	width: 277px;
	height: 448px;
	background-image: url(images/factsBck.jpg);
	background-repeat: no-repeat;
}

#logo {
	position: relative;
	width: 166px;
	margin-top: 100px;
	padding-left: 60px;
}

/*album list page styles */

#content-albums {
	height: 670px;
	width: 720px;
	float: left;
	margin: 0px 12px 0px 12px;
}

#content-albumsFD {
	height: 830px;
	width: 720px;
	float: left;
	margin: 0px 12px 0px 12px;
}

#content-fooddrive {
	position: relative;
	height: 620px;
	width: 720px;
	float: left;
	margin: 0px 12px 0px 12px;
}

.albums-row {
	position: relative;
	width: 720px;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
}

.albums-content{
	position: relative;
	width: 168px;
	float: left;
	margin-right: 12px;
	text-align: center;
}

.albumsText {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #000;
	font-weight: bold;
}

p {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 11pt;
	color: #000;
	text-align: justify;
}

p.subHead {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

a:link, visited {
	text-decoration: underline;
	font-weight: normal;
	color: #123950;
}

a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #123950;
}

a:hover {
	color: #63B0C9;
}

.bold {
	font-weight: bold;
}

.facts {
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	top: 16px;
	margin-left: 24px;
}

ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000;
	list-style: default;
}

/*menu*/

#menu {
	position: absolute;
	left: 50px;
	top: 110px;
	width: 180px;
	color: #000000;
	z-index: 1;
}

#menu a {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}

#menu a:hover, a:active {
	color: #005571;
}

#menuStyle {
	margin: 20px 10px 20px 10px;
	padding: 10px;
	list-style: none;
	border: 0px solid #790800;
}

/*footer*/
#footer p {
	position: relative;
	width: 100%;
	top: 950px;
	padding-bottom: 20px;
	
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

#footer-albums p {
	position: relative;
	width: 100%;
	top: 1190px;
	padding-bottom: 20px;
	
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

#footLinks p {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#footLinks a {
	text-decoration: none;
	color: #000000;
}

#footLinks a:hover, a:active {
	text-decoration: none;
	color: #005571;
}

/*footerFD*/
#footerFD p {
	position: relative;
	width: 100%;
	top: 1110px;
	padding-bottom: 20px;
	
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

#footer-albumsFD p {
	position: relative;
	width: 100%;
	top: 1190px;
	padding-bottom: 20px;
	
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

#footLinksFD p {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#footLinksFD a {
	text-decoration: none;
	color: #000000;
}

#footLinksFD a:hover, a:active {
	text-decoration: none;
	color: #005571;
}
