@charset "UTF-8";

/* ===============================================
CSS Document Created by Daems Marcel | London 2008
Feel free to copy but I would appreciate a note :)
============= I love Moochy for ever =============
=============================================== */

/* Please use your browser's "back" button to return to previous page! */

/* Background, global positioning and general coding */

html {
	overflow: hidden;
	}

body {
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	z-index: 100;
	background-color: black;
	color: white;
	}

/* Navigation + logo */

#logo {
	width: 476px;
	height: 146px;
	background-image: url(media/JR_logo01.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	}

#navigation {
	width: 100%;
	display: block;
	}

#navigation p {
	font-size: 14px;
	}

/* href code */

#navigation a {
	color: white;
	text-decoration: none;
	padding: 2px 15px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	background-color: black;
	}

#navigation a:hover {
	color: #99FFFF;
	border-top: solid 1px #191919;
	border-bottom: solid 1px #191919;	
	}

#navigation a:active {
	color: white;
	}

/* Page Lay-Out */

#content {
	position: relative;
	top: 20px;
	width: 80%;
	top: 20px;
	}

#content p {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	}

#footer {
	margin-top: 50px;
	width: 80%;
	border-top: solid 1px grey;
	}

#footer p {
	font-size: 9px;
	color: grey;
	}

#footer a {
	color: grey;
	padding: 0px;
	border: none;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	background-color: black;
	}

#footer a:hover {
	color: #99FFFF;
	}

.spacedown {
	margin-top: 30px;
	}
