/* CSS Document */

#main_menu  {
	text-align:left;
	float:left;
	padding-right:10px;
}


/* 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;}
.broadway {font-family: Broadway, Verdana, Arial, sans-serif; font-size:30px;}
.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: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
#content-right  {
	width:550px;
	float:left;
	background-color:#FF0;	
	margin-bottom: 50px;
	padding:10px;
}

#footer  {
text-align:center;
font-size:10px;
border-style: ridge;
border-color:#993300;
width:200px;
}
.red {color: #F00;}
.purple {color:#303;}
.white {color:#FFF;}
.yellow {color:#FF0;}

h5  { font-weight:100;}

#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;
}

