/* CSS Document */

/* The following control basic layout */

body 
	{
	text-align : center;
	background-color : #000000;
	font-family : verdana, arial, sans-serif;
	margin-top: 15px;
	background-image: url(../decoration/background.jpg);
	background-repeat: repeat-x;
	} 

#container
	{
	position : relative;
	margin-left : auto;
	margin-right : auto;
	top : auto;
	left : auto;
	width : 840px;
	height : 630px;
	text-align: center;
	}

#header
	{
	position : relative;
	top : auto;
	left : auto;
	height : 200px;
	width : 840px;
	padding-top : 0px;
	}

#content
	{
	position : relative;
	text-align : left;
	top : auto;
	left : auto;
	width : 840px;
	height : 380px;
	overflow : hidden;
	float : left;
	background-image: url(../decoration/content-bck.gif);
		}
	
#footer
	{
	position : relative;
	top : auto;
	margin-left : auto;
	margin-right : auto;
	clear : both;
	width : 840px;
	height : 50px;
	text-align: center;
	}
	
/* The following control text formatting */


h1
{

}

h2
{
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	padding-top: 40px;
	padding-left: 250px;
	padding-bottom: 0px;

}

h3
{

}

p
{
	width: 650px;
	padding-top: 0px;
	padding-left: 250px;
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	line-height: 18px;
	color: #240024;
	padding-bottom: 0px;
}

.links
{
	width: 700px;
	padding-top: 0px;
	padding-left: 70px;
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	line-height: 18px;
	color: #240024;
	padding-bottom: 0px;
	white-space: normal;
	float: none;
	clear: left;
}


small
{
	font-family: "Courier New", Courier, mono;
	font-size: 8pt;
	color: #666666;

}

a
{
	font-weight: bold;
	color: #6600CC;
	text-decoration: none;
}

a:hover 
{
	color: #FF6600;

}
a:visited
{

}

/* The following control pics and graphics */

.destination-earth
{
	position: absolute;
	left: 0;
	top: 0;
	width: 183;
	height: 190;
}

.alien-gallery
{
	position: absolute;
	left: 222px;
	top: 126px;
	width: 622;
	height: 58;
}

.lunaria
{
	position: absolute;
	left: 695px;
	top: 46px;
	width: 137;
	height: 37;
}

.creative-artworks
{
	position: absolute;
	left: 228px;
	top: 38px;
	width: 120;
	height: 66;
}

.commission
{
	position: absolute;
	left: 3px;
	top: 6px;
	width: 198;
	height: 125;
}

.nhs
{
	position: absolute;
	left: 376px;
	top: 42px;
	width: 130;
	height: 55;
}

.edin-mela
{
	position: absolute;
	left: 537px;
	top: 44px;
	width: 130;
	height: 45;
}

.talking-alien
{
	position: absolute;
	left: 72px;
	top: 31px;
	}
