* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	font-size: x-small;
	font-family: 'bitstream vera sans', verdana, sans-serif;
	overflow: hidden;
}

#bkg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	background-image: url(../pics/bkg7.jpg);
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

#bubbles {
	position: absolute;
	left: 50%;
	bottom: 60px;
	margin-left: -730px;
	width: 450px;
	height: 450px;
	background-image: url(../pics/bubbles.png);
}

#bubbles2 {
	position: absolute;
	right: 50%;
	bottom: 120px;
	margin-right: -730px;
	width: 450px;
	height: 450px;
	background-image: url(../pics/bubbles2.png);
}

#banner {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 780px;
	margin-left: -370px;
	height: 140px;
	background-image: url(../pics/banner.png);
}

/* Navigation Menu */
#menu {
	position: absolute;
	top: 160px;
	left: 50%;
	width: 780px;
	height: 30px;
	margin-left: -370px;
	background-image: url(../pics/menu.png);
}

#menu ul {
	margin-left: 40px;
	list-style: none;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
}

#menu li {
	float: left;
	list-style: none;
	width: 100px;
	height: 30px;
	text-align: center;
}

#menu .here {
	background-image: url(../pics/here.png);
	color: #123456;
}

#menu a {
	text-decoration: none;
	display: block;
	color: #fff;
	width: 100px;
	height: 30px;
}

#menu a:visited {
	color: #fff;
}

#menu a:hover {
	color: #fff;
	background-image: url(../pics/hover.png);
}

/* Content */
#content {
	position: absolute;
	top: 190px;
	bottom: 90px;
	left: 50%;
	width: 780px;
	margin-left: -370px;
	background-image: url(../pics/content.png);
}

#page {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 50%;
	width: 676px;
	margin-left: -368px;
	padding: 10px;
	overflow: auto;
}

h1 {
	color: #123456;
	padding: 10px 20px 2px 20px;
	font-size: 1.8em;
}

h2 {
	color: #123456;
	padding: 10px 20px 2px 40px;
	font-size: 1.4em;
}

p {
	padding: 6px 20px 4px 60px;
	line-height: 1.5em;
	font-size: 1.1em;
}

.ing{
/*	font-family: Constantia, serif;*/
	font-size: 1.5em;
	color: #345678;
	font-style: italic;
}

#content img {
	border: 1px solid #ddd;
	background-color: #fafafa;
	margin: 2px;
	padding: 6px;
	padding-bottom: 18px;
/*	float: right;*/
}

#content img.fpImg {
	padding: 0;
	margin: 20px 20px 20px 80px;
	clear: both;
}

#content img.textImg {
	float: right;
	padding: 0;
	margin: 20px;
}

#content a {
	text-decoration: underline;
	color: #345678;
}

#content a:visited {
	color: #345678;
}

#content a:hover {
	color: #56789a;
}

/* Footer */
#footer {
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 780px;
	margin-left: -370px;
	height: 90px;
	background-image: url("../pics/footer.png"); 
}

#footer p {
	color: #56789a;
	font-size: 0.8em;
	text-align: center;
	line-height: 19px;
	margin-left: -100px;
}

#footer a {
	text-decoration: none;
	color: #56789a;
}

#footer a:visited {
	color: #56789a;
}

#footer a:hover {
	color: #123456;
}
