
	/* Colours:
	
		Dark Grey: #333
		Medium Grey: #999
		Light Grey: #ccc
		
		Light Blue: #9cc
		Light Yellow: #ff9
		Light Red: #fcc
		
		
	*/
		






* {
	padding: 0;
	margin: 0;
}

body {
	font-family: verdana, sans-serif;
	font-size: 1em;
	background-color: #000;
	color: #fff;
}

p {
	font-family: "georgia", "Lucida grande",serif;
	font-size: 0.7em;
	line-height: 2;
	letter-spacing: 0.1em;
	margin: 15px;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px dotted #fff;
}

.details {
	font-family: georgia, palatino, serif;
	text-align: center;
	font-weight: bold;
	font-size: 0.7em;
	line-height: 2.5;
	letter-spacing: 0.2em;
	margin: 15px 15px 15px 15px;
	padding: 0px 10px 10px 10px;
	border-bottom: 1px dotted #fff;
}

	/* Blue Page Headings */

h1 {
	font-family: georgia, palatino, serif;
	font-size: 80px;
	font-weight: bold;
	padding: 10px;
	letter-spacing: -0.09em;
	text-align: left;
	color: #9cc;
	border-top: 1px solid #fff;
	border-bottom: 4px solid #fff;
}

h2, h3, h4 {
	font-family: georgia, palatino, serif;
	font-size: 40px;
	font-weight: bold;
	text-align: left;
	padding: 5px 0 0 5px;
	color: #ccc;
	background-color: #333;
	border-top: 1px solid #fff;
	border-bottom: 2px solid #fff;
}

.myemail {
	font-size: 28px;
}

#header {
	font-family: georgia, palatino, serif;
	width: 1000px;
	height: 150px;
	background:url(images/header.png) no-repeat;
	background-color: #000;
	
}

#container {
	margin: 0 auto;
	width: 1000px;
}

	/* Site Main Menu */

#menu {
	position: relative;
	top: 85px;
	left: 130px;
	float: left;
	color: #fcc;
	border-top: 2px solid #fff;
}

#menu ul {
	list-style: none;
	padding: 10px 10px 10px 10px;
	line-height: 3em;
	letter-spacing: .2em;
	word-spacing: 0.5em;
	font-size: 0.8em;

}

#menu li {
	display: inline;
	
}

#menu li a:link,
#menu li a:visited {
	text-decoration: none;
	color: #ccc;
}

#menu li a:hover {
	color: #9cc;
	text-decoration: none;
	border-bottom: 1px solid;

}

	/* Translator Menu */

#translator {
	position: relative;
	top: 0;
	right: 320px;
	float: right;
	border-bottom: 0px solid #fff;
}


#translator ul {
	list-style: none;
	padding: 10px 10px 10px 5px;
	line-height: 3em;
	letter-spacing: 2px;
	word-spacing: 5px;
	font-size: 10px;
}

#translator li {
	display: inline;
}

#translator li a:link,
#translator li a:visited {
	text-decoration: none;
	color: #999;
}

#translator li a:hover {
	color: #fff;
	text-decoration: underline;
}

	/* Main and Content Areas */

#main {

	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
	height: 600px;
	background-color: #000; 
}

#content {
	float: left;
	width: 550px;
	height: 100%;
	background-color: #333;
}

#content ul {
	list-style: square;
	font-family: georgia, palatino, serif;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	margin: 20px 0 0 40px;
	line-height: 3em;
	letter-spacing: .2em;
	word-spacing: 0.5em;
	font-size: 15px;
}

#content li a:link,
#content li a:visited {
	text-decoration: none;
	color: #ccc;
}

#content li a:hover {
	color: #fff;
	text-decoration: underline;

}

	/* Yellow Sub-heading */

#content h2 {
	text-align: left;
	padding: 10px;
	color: #fcc;
}

.screenshot {
	float: left;
	margin: 140px 15px 5px 15px;
	border: 1px dotted #fff;
}

.graphic {
	float: left;
	margin: 98px 15px 5px 15px;
	border: 1px dotted #fff;
	background-color: #333;
}

.description {
	font-size: 0.6em;
}

	/* Content Links */

p a:link,
p a:visited {
	text-decoration: none;
	color: #9cc;
}

p a:hover {
	color: #fff;
	text-decoration: underline;
}

	/* Side Content */

#side {
	float: right;
	width: 250px;
	height: 100%;
	font-family: georgia, palatino, serif;
	font-weight: bold;
	color: #333;
	background-color: #ccc;
	
	
}

#side ul {
	font-size: 20px;
	list-style-type: square;
	list-style-position: outside;
	padding: 15px 10px 10px 45px;
	line-height: 3em;
	font-size: 0.7em;
	

	
}

			/* Side Menu */

#side li {
border-bottom: 1px dotted #fff;
	
}

#side li a:link,
#side li a:visited {
	text-decoration: none;
	color: #333;
}

#side li a:hover {
	color: #000;
	text-decoration: underline;
}

			/* Side Back Button */

#side p {
	text-align: right;
}

#side a:link,
#side a:visited {
	text-decoration: none;
	color: #333;
}

#side a:hover {
	color: #000;
	text-decoration: underline;
}

	/* Footer */

#footer {

	width: 1000px;
	height: 90px;
	background:url(images/footer.png) no-repeat;
	background-color: #000;
	margin: 0 auto;
	
}


#footer p {

	font-family: georgia, serif;
	font-size: 0.5em;
	letter-spacing: 0.2em;
	Text-align: center;
	padding: 0 0 0 0;
	margin: 0;
	color: #333;
	border-bottom: 0;
}