@charset "UTF-8";
/* CSS Document */

html, body{
	margin:0;
	padding:0;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #6c6c6c;
	line-height: normal;
}
h1 {
	font-size: 24px;
	color: #3f3e40;
	margin: 0;
}
h3 {
	font-size: 14px;
	margin: 20px 0 8px;
	color: #3f3e40;
}
h4 {
	font-size: 14px;
	margin: 20px 0 8px;
}
a {
	color:#72a6b4;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	outline: none;
}
p{
	line-height: 22px;
}
sup{
	font-size: 6px;
}
img {
	border:0;
}
#mainContainer {
	width: 100%;
	margin-top: 117px;
}
#mainHolder {
	margin: 0px auto 20px;
	width: 812px;
}
#header {
	/*height: 126px;*/
	height:126px;
	background: url(../images/header_bkg.png) repeat-x;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	/*margin-bottom: 2px;*/
}
#headerHolder {
	height: 99px;
	margin-top: 18px;
	width: 812px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	background: url(../images/mediaShout_logo.png) no-repeat;
	height: 78px;
	width: 265px;
}


#contentHolder {
	float: left;
	width: 612px;
}

.clear {
	clear: both;
}

.em{
	font-style: italic;
}
