/* CSS Document */
/* NEW DROP DOWN MENU CSS STYLES BELOW */

#main_menu  { 
	text-align:left;
	font-size:12px;
	line-height:30px;
	margin-left:auto;
	margin-right:auto;
	padding:5px 10px 5px 5px;
	float:left;
	}



/* Main page layout  */

body  {
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#000000;
background-image: url(Images/curtainTile_Blue_lg.jpg); background-repeat:repeat-x;
}
.small {font-size: smaller;}
.large {font-size: larger;}
.left  {text-align:left;}
.smalltype {font-size: x-small;}
.impact {font-family: Impact, Verdana, Arial, sans-serif; font-size:30px;}
.times {font-family: "Times New Roman", Times, serif; font-size:28px;}
.arial {font-family:Arial, Helvetica, sans-serif}
.timesm {font-family: "Times New Roman", Times, serif; font-size:20px;}

#container  {
	text-align:center;
	width:790px;
	height:auto;
	background-color:#F9F9F9;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-right:10px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
}

#footer  {
text-align:center;
font-size:10px;
border-style: ridge;
border-color:#993300;
width:200px;
}

li {
line-height:30px;
}

ul {
	text-align:left;}

#box {
	width:580px;
	padding-left: 210px;
}

.broadway {font-family: Broadway, Verdana, Arial, sans-serif;
font-size:22px; }

.disney {font-family: "Waltography MV", Verdana, Arial, sans-serif;
font-size:24px; }

.rock {font-family: Rock, Verdana, Arial, sans-serif;
font-size:24px;}

.purple {color:#303;}
.danc_blue {color:#1FB6D3;}
.danc_pink {color:#ED68AA;}
.red {color: #F00;}
.white {color:#FFF;}
.yellow {color:#FF0;}
a.yellow:visited {color:#FFF;}

h5  { font-weight:100;}

#scroller  {
	width: auto;
	padding-left:40px;
	padding-bottom:30px;
	float:left;
	text-align:center;
}

#redbg   {
	background-color:#F00;
	color:#FFF;
	width:560px;
	float:right;
	height:auto;
	padding-bottom:10px;
}

.rounded-corners {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

#content-right  {
	width:550px;
	float:left;

	margin-bottom: 50px;
	padding:10px;
}
