body {
	background-repeat: repeat;
	background-image: url("bgcolor.png");
		
	font-family: "Lucida Grande", "Lucida Sans Unicode",
		"Lucida Sans", Lucida, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0e5fa8;
}

a, a:visited {
	color: #0e5fa8;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #949494;
	text-decoration: none;
}

h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 16px;
}

h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
}

h3 {
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 13px;
}


p {
	margin-top: 0;
	margin-bottom: 10px;
}

img {
	border: 0;
}

.hidden {
	display: none;
}


#universe {
	position: absolute;
		top: 50%;
		left: 50%;
		
	margin-top: -280px;
	margin-left: -340px;
	
	height: 560px;
	width:	680px;
	
	/* border: 1px solid red; */
} 


/* -- Header */

#header {
	background-repeat: no-repeat;
	background-image: url("header.jpg");
	height: 140px;
	width: 680px;
}

	#logo {
		position: absolute;
			top: 50%;
			left: 50%;
		margin-top: -295px;
		margin-left: -410px;
	}


/* -- Navigation */

#navigation {
	width: 600px; /* 680px - 80px padding */
	height: 30px;
	
	margin: 0;
	padding: 0;
	padding-left: 80px;

	list-style: none;
	
	/* border: 1px solid white; */
}
	
	#navigation li {
		display: inline;		
	}
	
	#navigation a {
		width: 119px;
		height: 30px;
		
		margin: 0;
		float: left;
				
		border-right: 1px solid white;
		background: url("navigation.png") 0 0px no-repeat;
	}

	a#nav_home {
		background-position:0 0px;
	}
	
	a#nav_home:hover {
		background-position:0 -23px;
	}
	
	a#nav_about {
		background-position:-105px 0px;
	}
	
	a#nav_about:hover {
		background-position:-105px -23px;
	}
	
	a#nav_calendar {
		background-position:-210px 0px;
	}
	
	a#nav_calendar:hover {
		background-position:-210px -23px;
	}
	
	a#nav_gallery {
		background-position:-315px 0px;
	}
	
	a#nav_gallery:hover {
		background-position:-315px -23px;
	}
	
	a#nav_contact {
		background-position:-420px 0px;
		border-right: 0;
	}

	a#nav_contact:hover {
		background-position:-420px -23px;
		border-right: 0;
	}

/* -- Content */

#content {
	background-color: white;
	width: 635px;
	height: 290px;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 15px;
	overflow: auto;
}

#text {
	float: left;
	width: 350px;
/*	margin-top: 15px; */
	margin-left: 0;
	padding: 0;
}

#right {
	float: left;
/*	margin-top: 15px; */
	margin-left: 15px;
	width: 250px;
	padding: 0;
}

.infobox {
	background-image: url("boxcontent.png");
	background-position: bottom left;
	margin-bottom: 15px;
	width: 250px;
	padding: 0;
}

.infobox h3 {
	background-image: url("boxtitle.png");
	font-weight: bold;
	font-size: 12px;
	color: white;
	margin: 0;
	padding-left: 5px;
	line-height: 20px;
	vertical-align: middle;
}

.infobox p {
	padding: 4px;
	margin: 0;
	font-size: 11px;
}

.infobox em {
	font-weight: bold;
	font-style: normal;
}

/* -- Picture bar */

#picturebar {
	width: 680px;
	height: 85px;
}

#picturebar .pic {
	float: left;
	border: none;
}

#llcorner {
	position: absolute;
	left: 0;
	bottom: 0;
}

