@import url('/styles/navigation_left.css');
@import url('/styles/navigation_top.css');
@import url('/styles/footer.css');

body { 
	margin: 0;
	background: #d3e1f3 url('/images/background.gif');
}

img { border: 0; }

#mediacontainer {
	width: 940px;
	margin: 0px;
	padding: 0px;
	margin-top: 40px;
	margin-bottom: 15px;
	overflow: hidden;
}

#media {
	position: relative;
	float: left;
	width: 649px;
	background-color: #FFFFFF;
	padding: 25px;
}

.content { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #000000;
	text-decoration:none;
	margin: 10px 0 5px 0;
	text-align: left;
}

#media1 #media {
	padding: 0 0 0 25px;
	width: 674px;
}

.videoHolder {
	float: left;
	width: 300px;
	height: auto;
	margin: 25px 19px 19px 0;
	padding: 4px 10px 10px 4px;
	overflow: hidden;
	background: url('/images/videobg.jpg') no-repeat;
}

.videoHolder:hover{
	/* background: #aec3d0; */
}
