@charset "UTF-8";
/* CSS Document */

body {
	
background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top center;
	background-color:#fafafa;	
	margin: 0;
	font-size: 11px; 
	line-height: 14px; 
	font-Family: arial, sans-serif; 
	text-align: center;
	padding: 0px; 
	font-color: #333333;
 
}

/* containers */

#container {
   position: static;
   width: 781px;
   height: 761px;
   float: none;
   margin-top:50px;
}

	
 

/* content */


p {
	color: #333333; 
	font-size: 11px; 
	font-Family: arial, sans-serif;
	margin: 0;
	line-height: 15px; 
		padding: 0 0 0 0;


}

#header {
	color: #7bccc8; 
	font-size: 12px; 
	font-weight:bold;
	font-Family: arial, sans-serif;
	margin: 0;
	line-height: 18px; 
		padding: 0 0 0 0;


}

#baseleft {
	text-align: left; 
	font-size: 8px; 
	line-height: 10px;
	color: #333333; 	
	font-Family: Arial, sans-serif;
	padding: 5px 0px 0px 0px;

	}



#intro {
	color: #ffffff; 
	font-size: 17px; 
	font-Family: arial, sans-serif;
	text-align:left;
	line-height: 20px; 
	padding: 10px 10px 15px 15px;
	margin: 0; 
}

a:link, a:active 
{text-decoration: none;
    color: #333333;
	text-align: left;}

a:visited, a:hover 
{text-decoration: none;
    color: #7bccc8;
	text-align: left;}
	
	