@charset "utf-8";
/* CSS Document */



body	{
		background-color: #000000;
		color: #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-align: justify;
}

h1		{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 150%;
		text-align: left;
}

h2		{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 120%;
		text-align: left;
}


#main {
		width: 750px;
		background-color: #000000;
		margin: 0px auto 0px auto;
		height: 500px;
		
}

#navigation {
		margin: 85px 0px 0px 0px;
		float: left;
}


#background {
	background-repeat:no-repeat;
	margin: 80px 0px 0px 0px;
	width: 410px;
	height: 310px;
	float: right;
}

#text	{
	margin: 40px 40px 0px 40px; 
}

a:link    {
	color: #FF9900; /* Orange */
	text-decoration: none;

}

a:visited {
	color: #FF9900; /* Orange */
	text-decoration: none;
}

a:active  {
	color: #FF9900; /* Orange */
	text-decoration: none;
}

a:hover   {
	color: #FFFFFF; /* White */
	text-decoration: none;
}
