/* thanks to Ana for all the inspiration */

/* main structure */

}

body {
	padding: 0;
	border: 0;
	text-align: center;
}


#centrecolumn {
	margin: 0;
	padding: 0px 0 0 0px;
	width: 660px;
	background: transparent;
	margin-right: auto;
	margin-left: auto;      
	text-align:left; 
	}
		
#headerandlogo {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 52px;
	margin: 0;
	padding: 0px;
	text-align: left;
	background: #ffffff;
	}


#frame {
	position: relative;
	margin-right: auto;
	padding: 0px;
	border: 0;
	width: 660px;
	text-align: left;
	background: #fff;
	}
	
			
#image {
	width: 634px; 
	height: 310px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;      
	text-align:left; 
	border-top:3px solid #fff;
	}
		
		
/* layouts */

		#col1 {
			clear: both;
			float: left;
			width: 190px;
			padding: 25px 20px 0px 10px;
			margin: 0 0px 0 4px;
			}
		
		#col2 {
			float: left;
			width: 190px;
			padding: 25px 20px 0 10px;
			margin: 0 0px 0 0;
			}
		
		#col3 {
			float:left;
			width: 190px;
			padding: 25px 0 0 0px;
			margin: 0 0px 0 0;
			}
			
		#col3p {
			float:right;
			width: 190px;
			padding: 25px 40px 0 0px;
			margin: 0 0px 0 0;
			}
			
		#col_all {
			clear: both;
			float: left;
			width: 570px;
			padding: 0px 0px 0px 10px;
			margin: 0 0px 0 4px;
			}
		
		#col_12 {
			clear: both;
			float: left;
			width: 380px;
			padding: 25px 30px 0px 10px;
			margin: 0 0px 0 4px;
			}
		
		#col23 {
			float: left;
			width: 380px;
			padding: 25px 20px 0 10px;
			margin: 0 0px 0 0;
			}
			
		#bottom {
			float: left;
			width: 660px;
			padding: 25px 0 0 0px;
			margin: 0 0px 0 0;
			}
				
		#singlecolumn {
			float: left;
			width: 400px;
			padding: 5px 20px 0px 10px;
			margin: 0 4px 0 0px;
			background: #fff;
			}	

body {
	margin: 0px 0px 0px 0px;
}

.clear {clear:both;}


	
/* LINKS 
---------------------------------------------*/


A {
  	text-decoration: none;
  	/*letter-spacing:0.1px;*/
}

a img { 
	border: 0;
 }


a:link {
	color: #303030;
	text-decoration:underline;
	background: #ffffff;
	}
	
a:visited {
	color: #303030;
	text-decoration:underline;
	background: #ffffff;
	}

a:active {
	color: #303030;
	text-decoration: none;
	}
	
a:hover {
	color: #fff;
	text-decoration:none;
	background: #888;
}

a.nodecor {
	border:0px 0px 0px 0px; 
	background:none;
	text-decoration:none;
	border:none;
}

a.h2 {
	text-decoration: none;
	color:#9cb7b7;
	border:0px 0px 0px 0px; 
	background:none;
	border:none;
}

	
/* TYPOGRAPHY ---------------------------------------------*/

P {
	font-family: Frutiger, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	line-height:16px;
	color: #3e3e29;
}


P.notopmargin {
	margin-top:9px;
	margin-bottom:10px;
	font-weight:100;
}

P.project {
	font-family: Frutiger, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	line-height:17px; 
	color: #3e3e29;
	font-weight:normal;
	padding:2px;
}

P.note {
	font-family: Frutiger, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	line-height:17px; 
	color: #3e3e29;
	font-weight:normal;
	padding:2px;
}

P.info {
	font-family: Frutiger, Verdana, Arial, sans-serif; 
	font-size: 10px;  
	color: #3e3e29;
	font-weight:normal;
	line-height:10px;
}


P.footer  {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px;  
	color: #3e3e29;
	font-weight:normal;
	padding:2px 0px 0px 213px;
}

li {
	font-family: Frutiger, Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height:16px;
	color: #3e3e29;


}

UL {
		padding-left:5;
		margin-left:0;


}



H1 {
	font-size: 9px;
	color:#000;
	line-height: 20px;
	font-style: normal;;
	border-bottom: 1px dotted black;
	letter-spacing: 0.06em;
	font-family: Arial, Helvetica, sans-serif;
}





/* GRAPHIC ELEMENTS 
---------------------------------------------*/



.nopixel {
	border:none;
	text-decoration:none;
}

 hr {
  border:0;
  border-top: 1px;
  height: 0;
  background: #777;
}
