* {
	padding:0;
	margin:0;
}

body {
	margin: 0px;
	background: url(../img/bodyBg.gif);
	font: .9em Arial, Helvetica, sans-serif;
}

#container {
	margin-left: auto;
	margin-right: auto;
	background:  url(../img/containerBg.gif) repeat-y;
	width: 525px;
}

#banner {
	background: url(../img/nardwuarVideoInterviews.gif) no-repeat;
	height: 100px;
	padding: 170px 0px 80px;
}

#banner img {
	border-style: none;
	margin-bottom: 10px;
}

#content {
	font: small Arial, Helvetica, sans-serif;
	margin: 0px 50px;
}

#content a, #banner p a, #footer p a {
	text-decoration: none;
	color: #CC0000;	
}

#content a:hover, #banner p a:hover, #footer p a:hover {
	color: #000000;
	text-decoration: underline;	
}

#content p{
	margin-bottom: 20px;
	line-height: 1.2em;
	color: #333333;
	background: #FFFFFF;
	padding: 2px;
	border: 1px solid #000000;
}
.right {
	float: right;
}
#content h4 {
	color: #333333;
	margin-top: 15px;
	font-size: 1.1em;
	background: #FFFFFF;
	padding: 3px;
	border: 1px solid #000000;
}

#footer {
	clear: both;
	padding: 10px;
	margin-top: 0;
	background:  url(../img/containerBg.gif) repeat-y;
	height: 200px;
}
.imgContainer {
	border: 1px solid #000000;
	margin-top: 20px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #475C95;
}

