@charset "utf-8";

img, div { behavior: url(iepngfix.htc) }
body {
	background-color:#242e5f;
	background-image:url(images/bg.jpg);
	background-position: top center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:20px;
	}
a:link, a:visited, a:active {
	color:#7e88cf;
	text-decoration:none;
	}
a:hover { text-decoration:underline; }
#wrapper {
	margin:0px auto;
	padding-bottom:25px;
	width:762px;
	}
#navigation {
	float:right;
	position:relative;
	left:1px;
	list-style:none;
	margin:73px 0px 0px; padding:0px;
	}
.nav-off a:link, .nav-off a:visited, .nav-off a:active {
	color:#252525;
	font-family:georgia,times new roman, times, serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	}
.nav-off {
	background-color:#d0d0d0;
	cursor:pointer;
	float:left;
	padding:7px 12px;
	margin:0px 1px;
	}
.nav-on {
	background-color:#7e88cf;
	cursor:pointer;
	float:left;
	padding:7px 12px;
	margin:0px 1px;
	}
.nav-on a:link, .nav-on a:visited, .nav-on a:active {
	color:#fff;
	font-family:georgia,times new roman, times, serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	}
#content {
	position:relative;
	background-color:#fefefe;
	border:7px solid #7e88cf;
	clear:both;
	padding:24px;
	z-index:50;
	}
#header { position:relative; }
#logo {
	height:187px;
	left:0px;
	position:absolute;
	top:-100px;
	width:183px;
	z-index:100;
	}
#left-col {
	float:left;
	width:520px;
	}
#right-col {
	float:right;
	width:148px;
	}
#girls, #sponsors {
	list-style:none;
	margin:0px; padding:0px;
	}
#girls LI, #sponsors LI {
	margin:5px 0px;
	}
#girls {
	margin-bottom:10px;
	}
#sponsors {
	margin-top:10px;
	}
#sponsor-block IMG {
	float:left;
	margin:5px;
	}
	
.left { float:left; }
.right { float:right; }
.clear { clear:both; }

.error {
	border:1px solid #f00;
	background-color:#FBAEBC;
	margin:0 0 20px;
	padding:20px;
	text-align:center;
	width:395px;
	}

.confirm {
	border:1px solid #FF0;
	background-color:#FFFFbb;
	margin:0 0 20px;
	padding:20px;
	text-align:center;
	width:395px;
	}

IMG { border:0px ; }
H1 {
	font-size:24px;
	margin:0px; padding:0px;
	}
H2 {
	font-size:18px;
	margin:0px 0px 10px 0px; padding:0px;
	}
DIV {
	margin:0px; padding:0px;
	}
LABEL {
	display:block;
	font-weight:bold;
	margin:0 0 10px;
	}
INPUT.required, TEXTAREA.required {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding:3px;
	width:425px;
	}
TEXTAREA.required {
	height:125px;
	}
