/*<group=General Styles>*/

html {
	background: url(skybk.jpg) repeat center #000000;
}

body {
	text-align: center;
	padding: 0;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	width: 650px;
}

#content {
	margin-top: 100px;
}

a {
	color : #ffffff;
	text-decoration : underline;
}

p {
	color: #cbccb2;
	font-size: .6em;
	letter-spacing: 1px;
}

#header {
	text-align: left;
	display: block;
}

#img {
}

.image-left {
	z-index: 5;
	text-align: center;
	padding: 10px;
	float: left;
	border: 1px solid #000000;
}

img {
	border: 1px solid #000000;
}
	
/*</group>*/

/*<group=Layout>*/

#clearer {
}
	
/*</group>*/

/*<group=Global Classes>*/

h3 {
	color: #cbccb2;
	font-weight: normal;
	letter-spacing: 3px;
	padding-bottom: 80px;
	text-align: center;
	font-size: 1.3em;
}

#footer {
	height: 30px;
	margin: 0px;
	margin-top: 50px;
	margin-bottom: 10px;
	text-align: center;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #cbccb2;
	text-align: center;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #ffffff;
}

.credits {
	color: #cbccb2;
	font-size: .6em;
	text-align: right;
}
	
/*</group>*/


