@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: #CCCCCC;
	color: black;
	background-image: url(media/gridbw2.gif);
	}

#center {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 50%;
	left: 50%;
	}

#maincontent {
	position: absolute;
	top: -275px;
	left: -450px;
	width: 900px;
	height: 550px;
	}

/* Navigation + logo */

#navigation {
	position: absolute;
	top: 2px;
	left: 0px;
	padding: 0px 20px;
	}

#navigation h1 {
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	line-height: 40px;
	vertical-align: baseline;
	}

/* Page Lay-Out */

#footer {
	position: absolute;
	top: 512px;
	left: 0px;
	width: 572px;
	height: 30px;
	}

#footer p {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	}

/* href code */

a {
	color: black;
	text-decoration: none;
	}

a:hover {
	color: red;
	}

a:active {
	color: red;
	outline: none;
	}

a:focus {
	outline: none;
	}

/* When updating the "content" CSS, don't forget to update "form" and "index" code! */

#content {
	position: absolute;
	top: 100px;
	left: 20px;
	width: 860px;
	height: 400px;
	overflow: auto;
	background-image: url(media/rocket.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

#content p {
	font-size: 13px;
	text-align: left;
	line-height: 17px;
	text-indent: 20px;
	}

#content h1 {
	font-size: 18px;
	font-weight: bold;
	}

#content h2 {
	font-size: 14px;
	font-weight: bold;
	}

#content a {
	font-weight: bold;
	background-image: url(media/diagonalsurl.gif);
	padding: 0px 3px;
	}

/* code for the form */

#formcontent {
	position: absolute;
	top: 100px;
	left: 20px;
	width: 860px;
	height: 400px;
	overflow: auto;
	background-image: url(media/rocket.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

#formcontent p {
	font-size: 13px;
	text-align: left;
	line-height: 18px;
	}

#formcontent h1 {
	font-size: 18px;
	font-weight: bold;
	}

#formcontent h2 {
	font-size: 14px;
	font-weight: bold;
	}

#formcontent a {
	border-bottom: 1px dotted red;
	}

#indent {
	padding-left: 20px;
	}

#indent p {
	text-indent: 0px;
	}

#indent a {
	font-weight: bold;
	background-image: url(media/diagonalsurl.gif);
	border-left: 3px solid red;
	padding: 0px 3px;
	}

img {
	border: none;
	text-decoration: none;
	}

.redcolor {
	color: red;
	}

.floatleft {
	float: left;
	padding-right: 20px;
	}

.noindent {
	border: none;
	padding: 0px;
	}

/* coding for the use of images */

#samples p {
	text-indent: 0px;
	line-height: 30px;
	}

#samples a {
	text-decoration: none;
	border: 0px;
	margin-right: 5px;
	padding: 0px 3px;
	background-image: none;
	background-color: #CCCCCC;
	}

#samples a:hover {
	background-color: #666666;
	}

.border img {
	border: 1px solid black;
	}
