/* @override http://localhost/hullaballoon/style.css */

html, body {
	height: 100%;
}
body {
	background: #DB017C;
	margin: 0;
	padding: 0;
	text-align: center;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
}
.oneColFixCtr #container {
	width: 980px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 0px;
	text-align: left;
	height: 100%;
	min-height: 100%;
	height: auto !important;
}
.oneColFixCtr #mainContent {
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	height: 100%;
}

#header {
}
img.logo {
	margin: 0;
	padding: 0;
}
#nav {
	width: 816px;
	background-color: #24AD07;
	height: 20px;
	padding-top: 20px;
	padding-left: 164px;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 0;
}
#nav a {
	color: white;
	text-decoration: none;
	margin-right: 90px;
}
#nav a:hover {
	color: black;
}
#nav a.active {
	color: black;
}
#content {
	width: 680px;
	margin-left: 164px;
	margin-top: 60px;
}

#gallery {
	width: 600px;
}
#gallery img {
	margin-right: 10px;
	margin-bottom: 6px;
}

h1 {
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
}

#contactTxt {
	font-size: 15px;
	line-height: 18px;
}

a:link, a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
