* {
	margin:0; 
	padding:0;
} 




body * {
	text-align:left;
}


img {
	border:none;
}

/* General Link Specification */

a, a:link {
	text-decoration:none;
	color:#334455;
	background-color: transparent;
}

a:visited {
	text-decoration:none;
	color:#334455;
}

a:hover, a:active, a:focus {
	text-decoration:none;
	color:#112233;
	background-color: transparent;
}



/* HEADER AREA ########################## */



#n_header {
	padding-top:60px;
	background-color: transparent;
	padding-left:7%;
	
}


#n_caption {
	padding-top:60px;
	padding-left:11%;
	background-color: transparent;
}


#n_footer {
	padding-top:60px;
	padding-bottom:60px;
	padding-left:11%;
	background-color: transparent;
}

p {
 margin-top: 40px;
}

/* MAIN TRIGGER ########################## */








