html, body {
	padding: 0px;
	margin: 0px;
}

body {
	background-image: url('images/universe_background.jpg');
	background-color: black;
	color: white;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Verdana;
	font-size: 14px;
}

a, a:visited {
	color: #dddddd;
}

h1 {
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 20px;
	font-family: Verdana;
}

h2 {
	margin-top: 15px;
	margin-bottom: 4px;
	font-size: 16px;
	font-family: Verdana;
}


.page {
	width: 960px;
	margin: auto;	
	text-align: left;
}

.header-middle {
	background-color: #1e9927;
	padding-left: 9px;
	padding-right: 9px;
}

.header {
	background-image: url('images/aphorisme_cloud.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.header img {
	border: none;
}

.header-border-top-left {
	background-image: url('images/green-corner-top-left.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 9px;
}

.header-border-top {
	background-color: #1e9927;
	height: 9px;
}

.header-border-top-right {
	background-image: url('images/green-corner-top-right.png');
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 9px;
}

.header-border-bottom-left {
	background-image: url('images/green-corner-bottom-left.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 9px;
}

.header-border-bottom {
	background-color: #1e9927;
	height: 9px;
}

.header-border-bottom-right {
	background-image: url('images/green-corner-bottom-right.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 9px;
}

/* NAV */

.navigation-container {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.navigation {
	font-size: 14px;
}

.navigation .nav-link {
	font-weight: bold;
}

.navigation .nav-link, .navigation .nav-link:visited {
	text-decoration: none;
	color: #aaaaaa;
}

.navigation .nav-link:hover {
	text-decoration: underline;
}

.navigation .nav-link.selected {
	color: #dddddd;
}

/* CONTENT */

.content-container {
}

.content-border-top-left {
	background-image: url('images/gray-corner-top-left.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 10px;
}

.content-border-top {
	background-image: url('images/gray-background-slice.png');
	background-repeat: repeat;
	height: 9px;
}

.content-border-top-right {
	background-image: url('images/gray-corner-top-right.png');
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 10px;
}

.content-border-bottom-left {
	background-image: url('images/gray-corner-bottom-left.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 10px;
}

.content-border-bottom {
	background-image: url('images/gray-background-slice.png');
	background-repeat: repeat;
	height: 9px;
}

.content-border-bottom-right {
	background-image: url('images/gray-corner-bottom-right.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 10px;
}

.content-middle {
	background-image: url('images/gray-background-slice.png');
	background-repeat: repeat;
	padding-left: 10px;
	padding-right: 10px;
}

.content {
	padding-bottom: 10px;
}

.footer {
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
	color: #aaaaaa;
}

.imgColumn-left {
	margin-right: 10px;
}

.imgColumn-right img {
	margin-left: 10px;
}

.imgColumn-right {
	font-size: 12px;
	line-height: 1.3em;
	color: #aaaaaa;
}

/* FRAME */
.homeplayer {
	
}

.small {
	font-size: 12px;
	font-weight: normal;
	color: #aaaaaa;
}
