@charset "UTF-8";
/* CSS Document */

body {
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	position: relative;
}
.container {
	width: 956px;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	padding: 0px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	min-height: 900px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #626262;
	position: relative;
	background-image: url(assets/bkg_main.gif);
	background-repeat: repeat-y;
	background-position: 0px 150px;
}
/* Items that appear in the header of every page */
#logo {
	margin: 0px;
	padding: 0px;
	position: absolute;
	height: 115px;
	width: 350px;
	left: 0px;
	top: 0px;
}
#header {
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
	height: 115px;
	position: relative;
	width: 956px;
	background-color: #000000;
}
#search    {
	margin-top: 0px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-right: 0px;
	position: absolute;
	right: 0px;
	padding-left: 350px;
	top: 0px;
}
#search .button {
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: bottom;
}
#mp3Player     {
	padding: 0px;
	position: absolute;
	height: 40px;
	width: 285px;
	margin-right: 0px;
	float: right;
	right: 0px;
	top: 60px;
}

#nav {
	clear: left;
	width: 956px;
}

/*These are styles that appear in the News Archive (left column) on some pages */
#archive h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #666666;
	background-color: #101010;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-left: 10px;
	letter-spacing: -.05em;
	padding-top: 7px;
	padding-bottom: 4px;
	margin: 0px;
}
#archive p {
	margin-left: 18px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #666666;
	padding: 0px;
	margin-top: 11px;
	margin-bottom: 15px;
}
#archive a {
	color: #999999;
	text-decoration: none;
}

/* These two pieces are involved in the functioning of the main Navigation Bar */
#FlashLayer {
	position:relative;
	width:955px;
	z-index:300;
	padding: 0px;
	height: 37px;
	display: none;
	overflow: visible;
	margin-top: -37px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#phony {
	position:relative;
	width:955px;
	z-index:1;
	top: 0px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	height: 37px;
}
/*This is the Essentials section in the sidebar*/
.essentialsSide {
	margin: 0px;
	padding: 0px;
	height: 310px;
	width: 205px;
	position: absolute;
	left: 0px;
}
.news .essentialsSide, .style .essentialsSide {
	top: 113px;
}
.news .container #leftCol .essentialsSide {
	top: 0px;
	height: 748px;
}
.home .essentialsSide {
	top: 310px;
}
/* This is the styling of the items within the Essentials section */
.essentialObject {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 4px;
	margin-top: 5px;
	clear: both;
	width: 185px;
	height: 65px;
}
.essentialObject img {
	float: left;
	margin-right: 10px;
	border: 2px solid #999999;
	padding: 0px;
}
.essentialObject a {
	color: #666666;
	text-decoration: none;
}
.essentialObject  img:hover  {
	border: 2px solid #2E8B33;
}
.essentialObject p {
	margin: 0px;
	padding: 0px;
}
/*.essentialObject + .essentialObject + .essentialObject + .essentialObject {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}*/
/* These are the two styles for the Roc Style sidebar sections */
.RocStyle
 {
	width: 205px;
	height: 201px;
	position: absolute;
	left: 0px;
	top: 423px;
}
.home .container #middleCol #RocStyle {
	height: 200px;
	width: 268px;
	margin: 0px;
	padding: 0px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #CCCCCC;
	text-align: center;
	clear: both;
	float: none;
	padding-top: 10px;
	background-color: #000000;
	padding-bottom: 10px;
}
.footer a {
	text-decoration: none;
	color: #CCCCCC;
}
.footer a:hover {
	color: #990000;
	text-decoration: underline;
}
