* {
	margin: 0;
}
html, body {
	height: 100%;
	background: #000000;
}
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%; 
	width: 95%;
	margin: 0 auto -20px;
	background: #ffffff;
}

#header {
	background: #000000;
	color: #ffffff;
	float: top;
}

#footwrap {
	height: 20px;
	width: 95%;
	margin: 0 auto;
}

#footer {
	background: #000000;
	color: #ffffff;
	text-align: center;
}
#nav a:link {
	color: #ffffff;
	text-decoration: none;
}
#nav a:active {
	color: #ffffff;
	text-decoration: underline;
}
#nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#account a:link {
	color: #ffffff;
	text-decoration: none;
}
#account a:active {
	color: #ffffff;
	text-decoration: underline, bold;
}
#account a:visited {
	color: #ffffff;
	text-decoration: none;
}
#account a:hover {
	color: #ffffff;
	text-decoration: bold;
}
#account {
	color: #ffffff;
	text-align: right;
}
#imagecontainer { 
	float: left;
	padding-right: 10px;
}
#nav {
	padding-top: 65px;
	padding-right: 10px;
	text-align: right;
}
#leftNav {
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 70px;
	height: 100%;
	background: #000000;
	color: #ffffff;
	text-align: center;
}
#push {
	height: 20px;
}
#account {
	float: right;
	background: #000000;
	color: #ffffff;
}
#feeds {
  font-size:0.6em;
  text-shadow: #fff 0 0 4px;
}
#label {
  display:block;
}

#profile {
/*  margin:2em;*/
/*  padding:.5em;*/
	border: 2px;
	border-color: #000000;
	background: #ffffff;
	color: #000000;
}
blockquote {
	padding:8px;
	background:#444;
	color:#fff;
}
h2 {
	text-align: left;
}