/* CSS Document */
body {
	text-align: center;
	background-color: #000000;
	color: #3E3E3E;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px; 
	margin: 0 auto;
	padding: 0px;
	background-image: url(../image/bg_blueline.gif); 
	}


/* Link definition */
#content a:link, a:visited  {
	color: #0099FF;
	text-decoration: none;
	}

#content a:hover   {
	color: #333;
	text-decoration:underline;
	}




img { 
	border: 0px;
}
  
#wrapper {
	text-align: left;
	background-color: #FFFFFF;
	color: inherit;
	margin: 0 auto;
	width: 800px;
}

#top {
	width: 750px;
	height: 40px;
	background-color: inherit;
	color: #CCCCCC;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
} 

#header {
	width: 800px;
	height: 200px;
	background-color: #0099FF;
	color: inherit;
} 

#content {
	width: 750px;
	height: 520px;
	margin: 25px;
} 

#intro1 {
	width: 485px;
	height: 105px;
	text-align: left;
	float: left;
	} 
	

#intro1 h1 {
	font-size: 12px;
	font-weight:bold;
	display:inline;
	}

#intro1 p {
	display:inline;
 	}


#intro2 {
	width: 235px;
	height: 105px;
	margin-left: 30px;
	text-align: left;
	float: left;
} 

#intro2 span {
	font-size:9px;
	}

#column1 {
	width: 250px;
	text-align: left;
	float: left;
} 

#column2 {
	width: 250px;
	text-align: center;
	float: left;
} 

#column3 {
	width: 250px;
	text-align: right;
	float: left;
} 

#footer {
	width: 750px;
	height: 20px;
	background-color: #0099FF;
	color: #FFFFFF;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	
} 


.footer-link {
	background-color:inherit;
	color:#FFFFFF;
	text-decoration:none;
}

#bottom {
	width: 800px;
	height: 30px;
	background-color: inherit;
	color: inherit;
} 
