﻿body {
	background-color: #ffff00;
	background-image: url(../images/bg.jpg);
	margin-top: 0px;
	background-repeat: repeat-x;
}
a.menu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
@charset "UTF-8";
a.menu:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: blue;
	text-decoration: none;
}
#nextpageant {
	font-size: xx-large;
	font-weight: bold;
}

a.menu:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF9C18;
	text-decoration: none;
}

/** New Additions **/

#mmb_header {
    background-image:url(../images/header.gif);
    width:855px;
    height:205px;
}

#nav_bar {
    align: center;
    background:url(../images/menubg.gif);
    position:relative;
    top:205px;
    z-index:10;

}

#container {
    background-image:url(../images/bodybg.gif);
    background-repeat: repeat-x;
    width:855px;
    position:relative;
    top:-40px;
    left 50px;
    text-align:center;
    margin:0 auto;
}

#greeting_box {
    position:relative;
    top: 80px;
    left: 70px;
    background:white;
    width:700px;

}

/********************************/
/*    new css styles       LOOK IN THE ORIGINAL ../MMB.CSS FOR ALL THE CORRECT STYLES (COPIED YOUR STYLES THERE TOO JUST IN CASE)     */
/********************************/

#header_image {
	text-align:center;
	background-image:url(images/header.gif);
	background-repeat: no-repeat;
	/*background-color:transparent;*/
	width:855px;
	height:208px;
}

#calendar_navbar {
	position:relative;
	text-align:center;
	padding:5px;
	top:-28px;
	height:25px;
	background-image:url(images/menubg.gif);

}

#court_08 {
	position:relative;
	top:1000px;
}

.contestant_bg {
	text-align:center;
	background-image:url(images/contestantheadline.jpg);
	width:400px;
	height:50px;
}

.sponsor_label {
	width:400px;
	border:thin none #999;
	/*background-image:url(images/menubg.gif);*/
	height: 80px;
	text-align:center;
	margin:5px;
	text-decoration:none;
	font-size: x-large;
}

.sponsor_label a:link {
	text-decoration:none;
	color:black;
	text-align:center;
}

#sponsor_frame {
	background-image:url(images/bodybg.gif);
	position:relative;
	top:-20px;
	width:855px;
}

#sponsor_block {
	background-image:url(images/lightsand.jpg);
	/*background-image:url(images/lightsand.jpg)*/
	text-align:center;
	width:410px;
}

div.sponsor_label a span.sponsor_label_text {
	position:relative;
	top:-10px;
	
}
.winners {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	background-image: url(../images/contestantheadline.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
}

