html, body {
	margin: 0;
	padding: 0;	
}

body {
	background: #dbdad8;
	font-family: Helvetica;
	font-size: 13px;
	line-height: 1.6;
	color: #444;
}

#menu {




}

#content {
	width: 250px;
	margin: 20px auto;
	padding: 20px 80px;
	background:url('page_top.png') no-repeat;
	height:150px;
	
}

#pageBottom{
	background:url('page_btm.png') no-repeat;
	margin:0;
	height:48px;
	
}

#footer{



}

#tweetbox {
max-width:385px;
height: 43px;
margin: 40px auto;
background: url(images/twitterbg.png);
background-repeat: no-repeat;
background-position: left center;
}

#tweetbox p {
max-width:550px;

font-size: 12px;
font-family: American Typewriter, serif;
text-align: left;
color: #ece7b9;
background: #af3330;
padding: 8px 10px;
margin-left: 66px;

-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-khtml-border-radius: 6px;
-o-border-radius: 6px;
}

h1 {
	margin: 0;
	font-size: 36px;
	font-weight: normal;
	font-family: "Museo 700", Helvetica;
}

h1 em {
	font-size: 50%;
	letter-spacing: -0.05em;
}

h2 {
	margin: 0;
}

hr {
	border: none;
	height: 1px; line-height: 2px;
	background: #D8D8D8;
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;
	padding-bottom: 14px;
}

a {
	outline: none;	
}

a img {
	border: 1px solid #BBB;
	padding: 2px;	
	margin: 10px 30px 10px 0;
	vertical-align: top;
}

ul {
	margin: -7px 0 24px 0;
}