body {
	margin: 0;
	background: url(../images/bg.gif) top center repeat;
	font-family: "Trebuchet MS", Verdana, sans-serif
}

h1 { display: none;}
h2 { 
	font-size: 120%;
	margin: 0 0 0 25px;
	color: #000;
	font-weight: bold;
	}
h3 { font-size: 110%; }
h4 {
	font-size: 100%;
	margin: 25px 0 0 50px;
}
h5 { font-size: 90%; }
h6 { font-size: 80%; }

p { font-size: 90%; 
	margin-left: 25px;
	margin-right: 25px;
	text-align: justify;
}

#container {
	background: top center transparent;
	margin: auto;
	width: 746px;
}

#container2 {
	background: white;
	margin: 25px auto auto auto;
	width: 700px;
	padding: 5px 5px 0px 5px;
}

#header {
	background: #f0fb85;
	margin: 0;
	height: 202px;
}

#menubar { 
	padding: 0px;
	margin: 0px;
}

a:hover {
	font-weight: bold;
}

a.menu-button {
	border-style: none;
	position: absolute;
	width: 130px;
	height: 52px;
	margin-top: 3px;
}

a.menu-button#home {
	background: url(../images/menu-home.jpg) 0 0 no-repeat;
	margin-left: -725px;
}

a.menu-button#our-queen {
	background: url(../images/menu-our-queen.jpg) 0 0 no-repeat;
	margin-left: -610px;
}

a.menu-button#meet-the-contestants {
	background: url(../images/menu-meet-the-contestants.jpg) 0 0 no-repeat;
	margin-left: -460px;
}

a.menu-button#photo-gallery {
	background: url(../images/menu-photo-gallery.jpg) 0 0 no-repeat;
	margin-left: -300px;
}

a.menu-button#pageant-info {
	background: url(../images/menu-pageant-info.jpg) 0 0 no-repeat;
	margin-left: -170px;
}

a:hover.menu-button#home, a:hover.menu-button#our-queen, a:hover.menu-button#meet-the-contestants, a:hover.menu-button#photo-gallery, a:hover.menu-button#pageant-info {
	background-position: -130px;
}

#content {
	background: white;
	width: 710px;
	height: auto;
	margin: -5px auto auto auto;
}

#main-left {
	float: left;
	background: white;
	width: 465px;
	border-left: 5px solid white;
}

#main-right {
	float: right;
	background: #83fbcb;
	width: 215px;
	border-right: 25px solid white;
}

img {
	border: none;
}

small {
	font-size: x-small;
	text-align: center;
}

#main-right h2 {
	font-size: 100%;
	margin: 5px 10px 0 10px;
	color: gray;
	font-weight: bold;
}

#main-right a {
	text-decoration: none;
}

#main-right a:hover {
	font-weight: bold;
}

#main-left ul {
	font-size: 90%;
}

#main-right ul {
	list-style-image: url("/images/crown-bullet");
	margin-left: 12px;
	font-size: 90%;
}

#main-right li {
	padding-bottom: 10px;
}

.news-title {
	font-size: 75%;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 10px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

.news {
	font-size: 70%;
	text-align: justify;
	margin: 3px 20px 12px 30px;
}

#main-right .news a {
	text-decoration: underline;
}

dl {
	margin-left: 75px;
}

.whats-new {
	background-color: #fbcb83;
	margin-left:20px;
	margin-right:20px;
	padding: 10px;
	border: 2px solid gray;
}

.whats-new h2, .whats-new p {
	margin: 0;
}

#footer {
	clear: both;
	background: white;
}