@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */







#wrappersplash {
 
float:left;
 margin: 0 auto;
 width: 500px;
 height:600;
 padding-top:0px;
 padding-left:75px;
 

 }
 
 #wrapper {
 
float:left;
 margin: 0 auto;
 width: 700PX;
 height:600;
 padding-top:50px;
 padding-left:75px;
 }

#right {
	width: 500;
	height:auto;
	float:left;
	margin-right:150px;
	overflow:hidden;
	border-color:#FFFFFF;
	text-decoration:none;
 }
 
 #left { 
width: 200px;
height:2000;
float:left;
background-repeat:no-repeat;
text-decoration:none;

 }
 
 
 #lefttext { 
width: 400px;
height:auto;
float:right;
margin-top:450px;

 }
 

 
 a {
 border-color:#FFFFFF;
 font-style:normal;
 text-decoration: none;
 color:#333333;

	
}
link {
	border: 0px none ffffffff;
	text-decoration:none;
	color:#333333;
	
}

a {
	border: 0px none ffffffffff;
	font-style:normal;
}

img {
	border: none;
	
}

p {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
color:#333333;
line-height:14px;
 }


ul {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
color:#333333;
list-style-type: none;
padding:0px;

 }

li {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
color:#333333;
list-style-type: none;
list-style:none;
margin:0px;
padding:0px;
text-decoration:none;

 }
 
 
a:link {
  color:#666666 
  text-decoration: none; 
  background: #FFFFFF;}/*normal links in the text*/
a:visited {
  color:#666666;
  text-decoration: none; 
  background: #FFFFFF;}
a:hover { /*this effect is not shown in NN4.xx*/
  color:#666666;
  text-decoration: none; 
  background: #FFFFFF;}
a:active {/*colour in NN4.xx is red*/ 
  color:#666666;
  text-decoration: none; 
  background: #FFFFFF;}