/* CSS Reset */
* { margin:0; padding:0; }
body {
  background: white repeat-x 0 0;
}
#container {
  width:960px;
  margin:0 auto;
}
#header {
  height:125px;
  width:960px;
  margin:40px auto 0 auto;
	border-bottom: 1px dashed gray;
}
#header h1 {
  display:block;
  float:left;
  width:240px;
  height:100px;
  background: url(img/logo.png) no-repeat 0 0;
  text-indent:-10000px;

}

#header ul{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	list-style-type: none;
	text-decoration: none;
	float: right;
	right: 40px;
	top: 40px;
	position: relative;
}

#header ul li{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	list-style-type: none;
	display: inline-block;
	text-decoration: none;
	width: 80px;

}

#header ul li a{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	list-style-type: none;
	display: inline-block;
	text-decoration: none;
	width: 80px;
	top: 40px;
	color: gray;
}

#header ul li a:hover{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	list-style-type: none;
	display: inline-block;
	text-decoration: none;
	width: 80px;
	top: 40px;
	color: black;
}

#content {
	height: 500px;
	
}

#contentimg{
	float: right;
	width: 280px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: xx-small;
}

#contenttext{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: small;
	padding-top: 40px;
}

#contenttext p{
	margin-top: 20px;
}

#contenttext a{
	color: gray;
	text-decoration: none;
}

#contenttext a:hover{
	color: black;
	text-decoration: none;
}

#tumblr{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: xx-small;
	width: 600px;
	float: right;
	height: 130px;
}

#feed img{
	width: 30px;
	height: 30px;
}

#feed a{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: xx-small;
	color: gray;
	text-decoration: none;
	}


#feed{
	overflow: scroll;
}

#footer {
	margin-top: 40px;
  clear:both;
  width:940px;
	border-top: 1px dashed gray;
}

#footer p {
  margin:15px 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;  
	color:#gray;
}