/* ###################### HEADER ###################### */
body {
			margin: 0px;
			padding: 0px;
			background-color: #131f2b;
			font-family; helvetica, arial;
}
#header {
			position: absolute;
			top: 0px;
			width: 100%;
			height: 30px;
			margin: 0px;
			padding: 0px;
			background-color: #000;
			text-align: center;
}
#header #nav {
			position: relative;
			width: 810px;
			margin: 0px auto 0px auto;
			padding-top: 0px;
			color: #fff;
			font-family: tahoma, helvetica, arial;
			font-weight: bold;
			font-size: 12px;
			text-align: right;
			text-decoration: none;
}
#header #nav img {
			margin: 0px;
			padding: 0px;
}
img {
			border: 0px;
}
/* ###################### BODY ###################### */

a {
			color: #666;
}
a:hover {
			color: #333;
}
#home-new {
			position: relative;
			top: 30px;
			width: 930px;
			height: 930px;
			margin: 0px auto 0px auto;
			background-image: url("../images/background.jpg");
			background-repeat: none;
			text-align: center;
}
#charity-awards-text {
			position: absolute;
			top: 30px;
			left: 70px;
}
#content {
			position: relative;
			top: 100px;
			width: 792px;
			margin: 0px auto 0px auto;
			background-color: #fff;
			border: #3b4853 10px solid;
			text-align: left;
}
#main-graphic {
			height: 330px;
}
#inspiring {
			width: 792px;
}
#home-footer {
			position: relative;
			top: 105px;
			left: 75px;
			text-align: left;
}
#home {
			position: relative;
			top: 30px;
			width: 930px;
			height: 930px;
			margin: 0px auto 0px auto;
			background-image: url("../images/home.jpg");
			background-repeat: none;
}
#history {
			position: relative;
			top: 30px;
			width: 930px;
			height: 1258px;
			margin: 0px auto 0px auto;
			background-image: url("../images/history.jpg");
			background-repeat: none;
}
#future {
			position: relative;
			top: 30px;
			width: 930px;
			height: 789px;
			margin: 0px auto 0px auto;
			background-image: url("../images/future.jpg");
			background-repeat: none;
}
#celebrities {
			position: relative;
			top: 30px;
			width: 930px;
			height: 4323px;
			margin: 0px auto 0px auto;
			background-image: url("../images/celebrities.jpg");
			background-repeat: none;
}
#charities {
			position: relative;
			top: 30px;
			width: 930px;
			height: 1108px;
			margin: 0px auto 0px auto;
			background-image: url("../images/charities.jpg");
			background-repeat: none;
}
#past-participants {
			position: absolute;
			top: 10px;
			left: 520px;
			width: 240px;
			height: 280px;
			padding: 15px;
			background-color: #e9ebed;
}
#honorary-chairpersons {
			margin-left: -9px;
}
#past-participants p {
			color: #666;
			font-family: arial;
			font-size: 11px;
			margin: 0px 4px 45px 4px;
}
#page-content {
			position: relative;
			top: 240px;
			left: 70px;
			width: 480px;
			padding: 15px;
}
#page-content h3 {
			margin: 20px 0px 20px -15px;
			padding: 10px 10px 10px 15px;
			color: #666;
			background-color: #f1f2f4;
			font-family: helvetica, arial;
			font-size: 18px;
			line-height: 24px;
}
#page-content p.tagline {
			margin: 0px 0px 0px -15px;
			padding: 10px 10px 10px 15px;
			color: #666;
			background-color: #f1f2f4;
			font-family: helvetica, arial;
			font-size: 16px;
			line-height: 24px;
}
#page-content p {
			color: #666;
			font-family: helvetica, arial;
			font-size: 12px;
			line-height: 24px;
}
#home-new #page-content {
			top: 11px;
			left: 0px;
			margin-top: -10px;
}
#footer {
			position: absolute;
			bottom: 28px;
			left: 80px;
}
#footer a img, #home-footer a img {
			border: 0px;
}
#bug-links {
			position: absolute;
			top: 342px;
			right: 69px;
			width: 250px;
}
#home-new #bug-links {
			top: 410px;
			right: 0px;
}
#charities-bug {
			margin-top: 14px;
}
#celebrities-bug {
			margin-top: 14px;
}
.accordion_toggle {
			width: 460px;
			display: block;
			margin: 0px 0px 0px -15px;
			padding: 10px 10px 10px 15px;
			color: #666;
			background-image: url('../images/celebrity-bg.jpg');
			font-family: helvetica, arial;
			font-size: 16px;
			line-height: 24px;
			cursur: hand;
			cursor: pointer;
}
.accordion_toggle_active {
			width: 460px;
			color: #f1f2f4;
			background-image: url('../images/celebrity-bg-over.jpg');
}
.accordion_content {
			width: 450px;
			padding: 10px;
			color: #666;
			font-family: helvetica, arial;
			font-size: 12px;
			text-align: justify;
			line-height: 24px;
			overflow: hidden;
}

