*{
	margin: 0;
	padding:0;
}

body {
	margin: 0px;
	background-color: #65a4da;
	font-family: Arial;
	font-size: 16px;
}

img {
	border: none;
}

a {
	text-decoration: underline;
	color: #0000ff;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 20px;
}

#wrapper {
	width: 950px;
	margin: auto;
	border: 3px solid #fff;
}

#content {
	background-color: #fcd1ff;
}

/***** Begin HEADER *****/
#header {
	height: 362px;
	background: url(../images/header.jpg) no-repeat;
	border-bottom: 3px solid #fff;
}
/***** End HEADER *****/


/***** Begin TOPTEXT *****/
#top_text {
	text-align: center;
	padding-top: 10px;
}

#top_text h1 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}

#top_text h2 {
	font-size: 16px;
	margin-bottom: 10px;
}

/***** End TOPTEXT *****/


/***** Begin VIDEOS *****/

#videos {
	height: 665px;
	padding: 10px 20px 0 25px;
}

#videos  #left_video, #videos  #right_video {
	width: 445px;
	height: 318px;
	text-align: center;
}

#videos  #left_video a.text, #videos  #right_video a.text {
	position: relative;
	top: 10px;
	font-weight: bold;
	font-size: 14px;
}

#videos  #left_video {
	float: left;
}

#videos  #right_video {
	float: right;
}

.player {
	width: 445px;
	height: 318px;
	background-color: red;
}
/***** End VIDEOS*****/


/***** Begin FOOTER *****/
#footer {
	font-size: 12px;
	text-align: center;
	clear: both;
}

#footer h2 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 0px;
}

#footer h2 a {
	color: #0000FF;
	text-decoration: none;
}

#footer h2 a:hover {
	text-decoration: underline;
}

#footer_image {
	border-top: 3px solid #fff;
	height: 176px;
	background: url(../images/bottom_pics.jpg) no-repeat;	
}
/***** End FOOTER *****/

#statement {
	width: 950px;
	margin: auto;
	text-align: center;
	padding: 20px 0 20px 0;
}

#statement a {
	color: #fff;
	font-size: 14px;
}