@charset "utf-8";
/* CSS Document */
html {
	scrollbar-3dlight-color:black;
	scrollbar-arrow-color:black;
	scrollbar-track-color:#1C1C1C;
	scrollbar-darkshadow-color:black;
	scrollbar-face-color:gray;
	scrollbar-highlight-color:gray;
	scrollbar-shadow-color:black;
	overflow:auto;
	}
	
body {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #171717;
	background-image: url(../Designs/Body_Bg2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
    }
#Wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	background-color: #171717;
}
#Header {
	height: 360px;
}
#MenuContainer {
	height: 75px;
	background-image: url(../Designs/MenuBg2.jpg);
	background-repeat: repeat-x;
	background-color: #0D0908;
}
#MenuContainerLeft {
	background-image: url(../Designs/MenuLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 72px;
}
#MenuContainerRight {
	background-image: url(../Designs/MenuRight.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 72px;
}
#Menu {
	margin: 0px;
	height: 63px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 650px;
	float: left;
}
#Menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Menu li {
	float: left;
	height: 44px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin: 0px;
}
#Menu a {
	display: block;
	height: 34px;
	width: 110px;
	background-image: url(../Designs/Button_Bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #00CCCC;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#Menu a:hover {
	color: #F6F;
	background-image: url(../Designs/Button_Bg_hover.gif);
	background-repeat: no-repeat;
}

#MainContainer {
	background-color: #090909;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #342D29;
	border-left-color: #342D29;
	display: block;
	margin: 0px;
}
#LeftColumn {
	float: left;
	width: 616px;
	margin-right: -656px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#LeftColumn h2 {
	color: #00CCCC;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	width: 420px;
}
#LeftColumn p {
	line-height: 1.5em;
	text-align: justify;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#LeftColumn a  {
	text-decoration: none;
	color: #54A09E;
}
#LeftColumn a:hover {
	text-decoration: none;
	color: #FFF;
}

#MatterContainer {
	width: 616px;
	float: left;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #252525;
	padding-top: 10px;
	margin-bottom: 10px;
}


#RightColumn {
	float: right;
	width: 324px;
	background-color: #090909;
	margin-left: -339px;
	display: block;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
.ImageLeft {
	display: block;
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 35px;
}
#SidePanel {
	width: 324px;
}
#SideBox1Top {
	background-image: url(../Designs/SideClmnTop.jpg);
	background-repeat: no-repeat;
	height: 54px;
	width: 324px;
}
#SideBox1Middle {
	width: 324px;
	background-image: url(../Designs/SideClmnMiddle.jpg);
	background-repeat: repeat-y;
}
#SideBox1Bottom {
	width: 324px;
	background-image: url(../Designs/SideClmnBottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.MatterContainer2 {
	width: 616px;
	padding-bottom: 10px;
	float: left;
	margin-bottom: 10px;
}
#LeftColumn h3 {
	color: #00CCCC;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 420px;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #252525;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sideBoxMatter {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.sideBoxMatter ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: auto;
	height: 280px;
	width: 310px;
	display: block;
	scrollbar-3dlight-color:black;
	scrollbar-arrow-color:black;
	scrollbar-track-color:#1C1C1C;
	scrollbar-darkshadow-color:black;
	scrollbar-face-color:gray;
	scrollbar-highlight-color:gray;
	scrollbar-shadow-color:black;
}
.sideBoxMatter li {
	display: block;
	margin: 0px;
	float: left;
	height: 120px;
	width: 125px;
	list-style-type: none;
	padding: 10px;
}
.sideBoxMatter img {
	height: 120px;
	width: 125px;
}
#Container2 {
	background-image: url(../Designs/Container2middle.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
	float: left;
	width: 324px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#Container2Top {
	background-image: url(../Designs/Container2Top.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
}
#Container2Bottom {
	background-image: url(../Designs/Container2bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#Container2 ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#Container2 li {
	display: block;
	height: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
	text-decoration: none;
	background-image: url(../Designs/playlist_%20bullet.jpg);
	background-repeat: no-repeat;
	background-position: 15px;
	padding-left: 30px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 0px;
}
#Container2 a {
	color: #54A09E;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}


.Title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	display: block;
	padding-top: 20px;
	padding-left: 18px;
}
#Container2 a:hover {
	color: #F6F;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}
#Bio_Header {
	height: 240px;
}
#PlayerContainer {
	width: 320px;
	font-family: Verdana, Geneva, sans-serif;
	height: 64px;
	display: block;
	padding-top: 6px;
	text-align: right;
	left: 60%;
	float: left;
	padding-left: 10px;
}
#PlayerContainer2 {
	width: 300px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	padding-left: 2px;
}
#mainContainerTop {
	height: 9px;
	font-size: 0px;
	background-image: url(../Designs/mainTop_bg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContainerTop_left {
	font-size: 0px;
	background-image: url(../Designs/mainTop_Left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 9px;
}
#mainContainerTop_Right {
	font-size: 0px;
	background-image: url(../Designs/mainTop_Right.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px;
	padding: 0px;
	height: 9px;
}
#MainContainerBottom {
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	height: 9px;
	background-image: url(../Designs/mainBottom_Middle.jpg);
	background-repeat: repeat-x;
}
#MainContainerLeft {
	font-size: 0px;
	background-image: url(../Designs/mainBottom_Left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 9px;
}
#MainContainerRight {
	font-size: 0px;
	background-image: url(../Designs/mainBottom_Right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	height: 9px;
}
#Copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #BD8F51;
	text-decoration: none;
	width: 175px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	text-align: center;
}
#Copyright a {
	color: #BD8F51;
	text-decoration: none;
}
#Copyright a:hover {
	color: #63123B;
}


#RightBg {

}
.LogOut {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
}


/*Example CSS for the two demo scrollers*/

#pscroller1{
font-family:Verdana, Geneva, sans-serif;
color:#999;
font-size:11px;
width: 300px;
height: 75px;
padding: 5px;
background-color:#0A0A0A;
}

#pscroller2{
width: 300px;
height: 750px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}
.contact {
	width: 616px;
	padding-bottom: 10px;
	float: left;
	margin-bottom: 10px;
}
#FormContainer {
	padding: 10px;
}
form {
	margin: 0px;
	padding: 0px;
}
#FormContainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#FormContainer li {
	display: block;
	margin: 0px;
	padding: 2px;
	list-style-type: none;
}
label  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #999;
	text-decoration: none;
	display: block;
	float: left;
	font-weight: bold;
	height: 20px;
	width: 200px;
	text-align: right;
}
.TextFields {
	background-image: url(../Designs/textfield.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 242px;
	border: 1px solid #090909;
	background-color: #090909;
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	padding-left: 10px;
}
.Buttons {
	background-image: url(../Designs/Button.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 121px;
	border: 1px solid #0A0A0A;
	color: #CCC;
	font-size: 10px;
	font-weight: bold;
	cursor: hand;
	background-color: #0A0A0A;
	margin: 0px;
	padding: 0px;
}
.ContactHeading {
	font-family: Verdana, Geneva, sans-serif;
	color: #00CCCC;
	font-size: 18px;
}
.ThanksMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	text-decoration: none;
	padding-left: 30px;
	text-align: center;
}
.TableTour {
	border: 1px solid #232323;
	padding: 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
#AdminLinks {
	display: block;
	padding: 10px;
	margin: 0px;
}
#AdminLinks a {
	color: #999;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../Designs/playlist_%20bullet.jpg);
	background-position: 3px;
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	width: 125px;
}
#AdminLinks a:hover {
	color: #0D59B1;
	text-decoration: none;
}
.MatterContainerBio {
	width: 930px;
	padding-bottom: 10px;
	float: left;
	margin-bottom: 10px;
}
.desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
}
#AdminPanelInfo {
	display: block;
	float: left;
	height: 45px;
	width: 350px;
	padding-left: 20px;
}
#AdminPanelInfo h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #CCC;
	margin: 0px;
	padding: 0px;
}
#AdminLinks .ActiveOption {
	color: #FF237D;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../Designs/playlist_%20bullet.jpg);
	background-position: 3px;
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	width: 125px;
}
