#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 96%; /* Holding outermost DIV */
	max-width: 1414px;
}
 img,object,video,embed {
	max-width: 100%;
}
#header {
	margin-right: 1.0416667%;
	margin-left: 1.0416667%;
	width: 97.916667%; /* 940 + 960 */
  	background-color: #779387;
	background-image: url("../img/buntingSlice3.png");
	background-repeat: repeat-x;
}
#logo {
	display: block;
	padding-top: 75px;
	color: #0d0c0c;
	text-transform: uppercase;
	font-family: Arial, "Lucida Grande", Verdana, sans-serif;
	font-size: 3em;	/* 48 + 16  = 3 */
}
#logo span{color: #dfdada;}

#navigation {
	color: white;
	padding-bottom: 25px;
	margin-top: 26px;
	margin-left: -1.0416667%; /* 10 + 960 */
	padding-right: 1.0416667%; /* 10 + 960 */
	padding-left: 1.0416667%; /* 10 + 960 */
	width: 97.9166667%; /* 940 + 960 */
	background-repeat: repeat-x;
	background-image: url("../img/atwiNavBg.png");
	border-bottom-color: #bfbfbf;
	border-bottom-style:double;
 	border-bottom-width: 4px;
}
#test {
	text-transform: uppercase;
	margin-right: 1.0416667%;
	float: right;
	width: 72.708333%;
	background-color: red;
}
#navigation ul, li {
	color: white;
	display: inline-block;
	margin-right: 2.6595745%; /* 25 + 940 */
}
#navigation ul, li, a {
	height: 42px;
	line-height: 42px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, "Lucida Grande", Verdana, sans-serif;
	font-size: 17px;
	color: white;

}

#content {
	margin-right: 1.0416667%;
	float: right;
	margin-left: 1.0416667%;
	width: 72.708333%;
	background-color: #dedede;
}
#content h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 4.3125em; /* 69 + 16 */
}
#content h1 span {
	display: block;
	line-height: 1.052631579em; /* 40 + 38 */
	color: #757474;
	font-size: .550724638em; /* 38 + 69 */
}

.oscarMain {
	float: left;
	margin-top: -28px;
	width: 28.9398281%; /*202 + 698 */
	max-width: 202px;
}
#sidbar {
	border-right-color: #e8e8e8;
	border-right-style: solid;
	border-right-width: 2px;
	margin-top: 58px;
	padding-right: 1.0416667%;
	margin-right: 1.0416667%;
	margin-left: 1.0416667%;
	float: right;
/*	background-color: #fe9c00; */
	background-color: red;
	width: 22.7083333%;
}
.sideBlock, .sideImage, img {
	max-width: 33.5%;
	background-color: black;
}
#footer {
	float: left;
	margin-top: 20px;
	text-align: right;
	color: white;
	margin-right: 1.0416667%;
	margin-left: 1.0416667%;
	margin-bottom: 0px;
	clear: both;
	background-color: #779307;
	width: 97.9166667%; /* 940 + 960 */
	background-image: url("../img/buntingSlice3Invert.png");
	background-repeat: repeat-x;
	padding-bottom: 0px;
}

.fnote1{
	 width: 97.916667%; /* 940 + 960 */
/*	color: #2B76F3; */
	color: white;
}

/* ------------------------------------------M E D I A  S E C T I O N ----------------------------------- */

@media screen and (max-width: 768px) {
	#wrapper,#header,#footer,#navigation {
		width: 768px;
		margin: 0px;
		}
		#logo {
			text-align:center;
		}
		#navigation {
			text-align: center;
			background-image: none;
			border-top-color: #bfbfbf;
			border-top-style: double;
			border-top-width: 4px;
			padding-top: 20px;
		}
		#navigation ul li a {
			background-color: #dedede;
			line-height: 60px;
			font-size: 40px;
		}
		#content, #sidebar {
		margin-top: 20px;
		padding-right: 10px;
		padding-left: 10px;
		width: 728px;
		}
		.oscarMain {
			margin-right: 30px;
			margin-top: 0px;
			width: 150px;
			height: 394px;
		}
		#sidbar {
			border-right: none;
			border-top: 2px solid #e8e8e8;
			padding-top: 20px;
			margin-bottom: 20px;
		}
		.sideblock {
			width: 46%;
			float: left;
		}
		.overHyped {
			margin-top: 0px;
			margin-left: 50px;
			}
}
