﻿body {
	background: #000000 url('images/bg.jpg');
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #C0C0C0;
	padding-top: 0px;
	margin-top: 0px;
}

h5 {
	margin: 0;
}

h4 {
	margin: 0;
	text-decoration: underline;
}

h3 {
	margin: 0;
}

h2 {
	margin: 0;
}

h1 {
	margin: 0;
}

/* Header */

#header {
	width: 700px;
	margin: 0 auto;
	color: #808080;
	visibility: hidden;
}
#header h1 {
	float: none;
	margin: 0px 0 0 0px;
	font-size: 1.1em;
	text-align: center;
	color: #FFFFFF;
}

#header h2 {
	float: right;
	margin: 40px 20px 0 0;
	font-size: 18px;
	letter-spacing: -2px;
}


a {
	color: #C0C0C0;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Menu */

#menu1 {
	float: left;
	width: 160px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #323B2E;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
}

#menu1 a {
	display: block;
	width: 190px;
	padding: 17px 0px 17px 0px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #808080;
	background-repeat: no-repeat;
}
#menu1 a:hover {
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: underline;
}

/* Content */

#content {
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	width: 700px;
	margin: 0 auto;
	background: #000000;
	border-top-color: inherit;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: none;
	border-top-width: medium;
	background-image: url('images/stars1.gif');
}
#colOne {
	float: left;
	width: 190px;
	margin-top: 10px;
	padding: 0 10px 0 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#colTwo {
	background-position: right bottom;
	float: right;
	margin-top: 20px;
	width: 460px;
	padding: 0 20px 0 20px;
	background-image: url('images/bg1.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #000000;
}
#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: 1px;
	text-decoration: underline;
}
#footer {
	width: 700px;
	margin: 0 auto;
	color: #808080;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 10px;
}
#footer a {
	color: #808080;
}
#footer a:hover {
	text-decoration: underline;
}
.imagecentred {
	text-align: center;
}
.imageleft {
	border-style: solid;
	border-width: 0;
	margin-left: 0px;
	margin-right: 10px;
	float: left;
}
.smalltext {
	font-size: xx-small;
}
.imageright {
	border-style: solid;
	border-width: 0;
	margin-left: 10px;
	margin-right: 0px;
	float: right;
}
.lightbluetext {
	color: #66CCFF;
	text-align: center;
}

{}


