/* Styles */

h1{
	font-size: 21px;
	color: #000000;
}

h2, h3, h4, h5, h6{
	font-size: 17px;
	color: #000000;
}

.formborder{
	border: 1px solid #000000;
}

body{
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-style: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
}


/* DIVs */

#logo{
	padding: 25px 0 31px 0;
	margin: auto;
	width: 100%;
	height: auto;
}

.bubbles{
	display: none;
}

#babybear{
	display: none;
}


#content{
	background: #ffffff;
	border: none;
	width: 100%;
	height: auto;
}


#navi{
	display: none;
}


#foot{
	color: #ffffff;
	width: 100%;
	height: auto;
}


#foot ul {
	display: inline;
}