/* @group Navigation */

#NavButton {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	top: 0;
	position: relative;
	margin-right: 2px;
	margin-left: 2px;
	float: left;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 10px;
	background: #999 url(../images/Button_Background.png) repeat-x;
	padding: 2px 5px 10px;
}

#NavButton_Active {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	top: 0;
	position: relative;
	margin-right: 2px;
	margin-left: 2px;
	float: left;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 20px;
	background: red url(../images/Button_Background.png) repeat-x;
	padding-top: 7px;
	padding-right: 5px;
	padding-left: 5px;
	color: white;
}

#NAV {
	font-size: 13px;
	vertical-align: middle;
	width: 100%;
	margin-bottom: 20px;
	top: 0;
	height: 100%;
	float: left;
	margin-left: 15px;
}

#Banner {
	margin-top: 5px;
	margin-right: 20px;
	float: left;
	margin-left: 10px;
	height: 80px;
}

#BottomNav {
	clear: both;
	width: 900px;
	border: 1px solid black;
	height: 50px;
	background-color: black;
}



/* @end */

#QUOTE {
	text-align: right;
	font: italic 11px Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	margin-right: 20px;
	float: right;
	color: white;
	background: red none no-repeat;
	border-right: 1px dotted white;
	border-left: 1px dotted white;
	border-bottom: 1px dotted white;
	width: 250px;
}

#Container {
	width: 900px;
	background: #191919 url(../images/Wave.png) repeat fixed;
	height: 1000px;
	border-left: 3px solid black;
	border-right: 3px solid black;
	margin-left: 60px;
}

#PHOTO {
	margin-left: 30px;
}

#CD_Cover_Left
 {
	width: 150px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	background-image: none;
	padding: 1px;
	border: 1px solid black;
}

#CD_Cover
 {
	width: 150px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: none;
	padding: 1px;
	border: 1px solid white;
}

#CD_Cover_Right
 {
	width: 150px;
	float: right;
	margin-right: 30px;
	background-image: none;
	padding: 1px;
	margin-bottom: 20px;
	border: 1px solid black;
	margin-left: 10px;
}

#MainContent {
	background-color: white;
	width: 900px;
	clear: left;
}

#Main {
	background-color: white;
	float: left;
	width: 900px;
}

#RepTable {
	font-size: 10px;
	margin-left: 15px;
}

/* @group Sidebars */

#widebarBottom {
	margin: 0;
	padding: 0;
	background: url(../images/images/Widebar_03.gif) no-repeat;
	height: 90px;
}

#widebarContent {
	width: 100%;
	padding: 0 5px;
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	background: url(../images/images/Widebar_02.gif) repeat-y;
}

#widebarTop {
	margin: 0;
	padding: 0;
	height: 72px;
	background: url(../images/images/Widebar_01.gif) no-repeat;
}

#widebar {
	padding: 0;
	width: 650px;
	background-image: none;
	margin: 0 10px;
}

#SidebarBottom {
	background: url(../images/images/Sidebar_03.gif) no-repeat;
	margin: 0;
	padding: 0;
	height: 90px;
	width: 250px;
}

#SidebarContent {
	background: url(../images/images/Sidebar_02.gif) repeat-y;
	width: 250px;
	padding: 0;
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	margin: 0;
}

#SidebarTop {
	background: url(../images/images/Sidebar_01.gif) no-repeat;
	margin: 0;
	padding: 0;
	height: 72px;
	width: 250px;
}

#Sidebar {
	padding: 0;
	float: right;
	height: 100%;
	margin: 0;
}



/* @end */
#Container #MainContent #RepTable {
	font-size: 10px;
	display: table-row;
	text-transform: uppercase;
}
#Container #MainContent #widebar #widebarContent hr {
	color: #FFF;
	width: 450px;
	left: 100px;
}

