.h2 {
	color: #F60;
	background-color: #F3C;
}
.h4    {
	font-family: "Comic Sans MS", cursive;
	color: #FFC;
	font-weight: lighter;
	font-size: 16px;
	text-align: center;
	margin-left: 60px;
	margin-right: 10px;
}
sidebar {
	color: #600;
	background-color: #FF9;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FF9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFC;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #600;
}
.image-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 2px solid #630;
}
#h1creativeteam {
	font-family: "Comic Sans MS", cursive;
	font-size: 36px;
	text-transform: uppercase;
	color: #F9F;
	text-align: center;
}
.image-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.teamlist {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	line-height: 17px;
	color: #900;
}
.underline {
	text-decoration: underline;
}
p {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	color: #FFC;
}
.image-center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.photo-credit {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #FFF;
	text-align: center;
}
.twoColElsLtHdr #container #sidebar1 .teamlist .teamlist {
	color: #900;
}
.logo-bottom-right {
	float: right;
}
.image-top-right {
	display: block;
	float: right;
	margin-bottom: 35px;
}
.p-text {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #FFC;
	text-align: center;
	font-weight: lighter;
	padding-right: 20px;
	padding-left: 220px;
}
.twoColElsLtHdr #container #sidebar1 p a {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	color: #C60;
}
.oneColElsCtr #container #mainContent h5 {
	font-size: 16px;
}
