body {	background-color: #ffffff;
	background-image:url('images/background_image2.jpg');
	background-repeat:repeat-x;
	font: Helvetica, arial, sans-serif;}

#container {	width: 1000px;
		height: 900px;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		background-color: #000000;}


#header {float:left;}

#navigation {position: relative; }

#navigation ul {position: absolute;
		list-style: none;
		top: 456px;		
		left:180px;}

#navigation li {display: block;
		float:left;
		width:130px;}

#navigation ul a{color:#9999cc;
		text-decoration:none;
		font-family: impact, helvetica, arial, sans-serif;
		font-size: 20px;
		font-weight: normal;}

#navigation ul a:hover{	color:#ffffff;
			font-size: 22px;}

#text {	width: 470px;
	float: left;}
	
h6 {text-align: center;
	margin-top: 8px;
   font-size: 8pt;
   font-weight: normal; 
   font-family: helvetica, arial,century gothic; 
   color: #000000;}

p {text-align: justify;
   font-size: 12pt; 
   font-family: helvetica, arial, century gothic; 
   color: #ffffff; 
   margin-left: 40px; 
   margin-top: 40px;
   line-height: 1.2}

#image {float: right;}


