@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:200,300,400,700);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:regular,italic,bold,bolditalic);



h1,h2,h3,h4,h5,h6,h7,h8 {
	font-family: Droid Serif;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
}

h1 {
	font-size: 80px;
}

h2 {
	font-size: 80px;
}

h3 {
	font-size: 60px;
}

h4 {
	font-size: 44px;
}

h5 {
	font-size: 17px;
}

h7 {
	font-size: 21px;
}

a:link {color: black; text-decoration: none;}
a:visited {color: black; text-decoration: none;}
a:hover {color: #ff0000;}



body {
	font-size: 1em;
	color: black;
	font-family: Yanone Kaffeesatz;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	
	
}

#wrapper {
	width: 900px;
	height: 650px;
	margin-left: auto ;
	margin-right: auto ;
	
	
}

#header {
	width: 900px;
	heigth: 150px;
	padding-bottom: 30px;
	background-image: url(header.png);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	
	
}

#one {
	width: 900px;
	height:80px;
	background-image: url(one.png);
	border-bottom: 2px solid;
	border-bottom-color: black;
	margin-top: 15px;
}

#mail {
	float: left;
	text-align: left;
	padding-left: 20px;

}

#blog {
	float: right;
	text-align: right;
	padding-right: 20px;
	
}

#two {
	width: 900px;
	height: 100px;
	background-image: url(two.png);
	float: left;
	text-align: center;
	border-bottom: 2px solid;
	border-bottom-color: black;
}

#flickr {
	width: 900px;
	float: left;
	text-align: center;
}

#tree {
	width: 900px;
	height: 65px;
	background-image: url(tree.png);
	float: left;
	text-align: center;
	border-bottom: 5px solid;
	border-bottom-color: black;
}

#vimeo {
	width: 370px;
	float: left;
	text-align: left;
	margin-left: 20px;	
	
}

#twitter {
	width: 370px;
	float: left;
	text-align: left;
	margin-left: 20px;
	/*width: 400px;
	float: left;
	text-align: left;
	margin-left: 80px;*/	
	
}

#four {
	width: 900px;
	height: 110px;
	background-image: url(four.png);
	float: left;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 20px;
	border-bottom: 10px double;
	border-bottom-color: black;
}

#facebook {
	width: 900px;
	float: left;
	text-align: center;
}

#footer {
	width: 900px;
	height: 30px;
	float: left;
	text-align: center;
}



