@import url("reset.css");

body {background-color: white; text-align: center; height: auto;}


/* Layout */

#container {
	position: relative;
	width: 842px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;

}

#header {
	position: relative;
	width: 100%;
	height: 130px;
	
}

#navigation {
	position: relative;
	width: 100%;
	height: 30px;
	
}

#center {
	position: relative;
	width: 100%;
	height: 480px;
	background-image:url(images/empty-room-pic.png);
}

#footer {
	position: relative;
	width: 100%;
	height: 40px;

}

#wetfrog {
	width: 300px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	

}


/* Styling */

/*General */

body {
	font-family: ArialMT, Arial, sans-serif;
	font-size: 15px;
}

ul li, ol li {
	margin-bottom: 5px;
}

p {line-height: 21px;}

a {color: #4da4a9;}

a:hover {color: #5ECAD1;}

#container {
	border-color: #4da4a9;
	border-width: 2px;
	border-style: solid;
	
}

/*Header Styling */

#header {
	background-color: white;
}

#header img {
	float: left;
	margin-top: 10px;
}

#businessDescription {
	position: relative;
	width: 200px;
	height: 100%;
	float: right;
	padding-right: 10px;
	color: #2B3A81;

}

#businessDescription ul {
	clear: right;
	position: relative;
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: right;
	font-size: 13px;

}

#businessDescription ul li {
	margin-top: 5px;

}

#businessDescription p {
	position: relative;
	float: right;
	width: 100%;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}


/*Navigation Syling */

#navigation {
	background-color: #4da4a9;
	text-align: center;
}



/*Footer Styling */

#footer {
	background-color: #4DA4A9;
	color: white;
	font-size: 12px;
}

#footer a {
	color: white;
}

#footer ul {
	list-style-type: none;
}

#footer ul li {
		display: inline;
		line-height: 40px;
		border-left-color: white;
		border-left-style: solid;
		border-left-width: 1px;
		padding-left: 5px;
		padding-right: 5px;
}

#footer .first {
	border: none;
} 


/*Wet Frog */
#wetFrogText {
	position: relative;
	top: 5px;
}

