@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-position: top left;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:active {
	color: #000000;
}

a:hover {
	color: #000000;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

#banner {
	width: 100%;
	height: 53px;
	background-color: #FFFFFF;
}

#girlLogo {
	width: 527px;
	height: 310px;
	float: left;
	background-color: #FFFFFF;
}

#nav {
	background-color: #FFFFFF;
	width: 273px;
	height: 310px;
	float: left;
}

#smallNav {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 250px;
	font-size: 20px;
	font-family: "Comic Sans MS", Verdana, Geneva;
}

#infoBar {
	width: 100%;
	height: 115px;
	background-color: #FFFFFF;
}

.info {
	float: left;
	width: 250px;
	height: 115px;
	font-size: 13px;
	background-color: #FFFFFF;
}

.info A:link {
	color: #000000;
	text-decoration: underline;
}

.info A:visted {
	color: #000000;
	text-decoration: underline;
}

.info A:active {
	color: #000000;
	text-decoration: underline;
}

.info A:hover {
	text-decoration: underline;
}

.infoSpacer {
	float: left;
	width: 25px;
	height: 115px;
	background-color: #FFFFFF;
}

.info strong {
	font-size: 16px;
}

#slogan {
	width: 800px;
	height: 50px;
	background-color: #FFFFFF;
}

.submenu {
	font-size: 16px;
	border-bottom: 1px solid #000000;
	padding-left: 15px;
	padding-bottom: 2px;
}

.sLink {
	color: #000000;
	text-decoration: none;
}

#menu1 {	
	visibility: hidden;
	height: 0px;
}

#menu2 {
	visibility: hidden;
	height: 0px;
}

#menu3 {
	visibility: hidden;
	height: 0px;
}

#menu4 {
	visibility: hidden;
	height: 0px;
}

#menu5 {
	visibility: hidden;
	height: 0px;
}