@charset "UTF-8";
body {
	font-family: Courier New, monospaced;
	font-size:12px;
	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: #000000;
}
h1 {
	font-size: 12px;
	background: #000;
	color: #FFF;
}
h2 {
	font-size: 18px;
}
img {
	outline: 0;
	border: 0;
}
a, a:link, a:active, a:visited {
	text-decoration: none;
	color:#666;
	outline: none;
}
a:hover {
	background-color: #000;
	color: #FFF;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #infoContainer{
	width: 760px;
	padding: 20px;
	
}
.oneColFixCtr #videoContainer{
	width: 760px;
	padding: 20px;
	
}
.oneColFixCtr #specialContainer{
	width: 800px;
	
}
.oneColFixCtr #specialPink{
	width:400px;
	height: 300px;
	float:left;
	background-color:#F0F;
	text-align:left;
}
.oneColFixCtr #specialYellow{
	width:400px;
	height:300px;
	float:left;
	background-color:#FF0;
	text-align:left;
}
	
