/*
code-sucks.com is the shit, ya'll :D  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Helvetica, sans-serif;
 font-size: 12px;
 color:#71676F;
 background:#ffffff;
}

a:link, a:visited { 
  color: #805475;
  text-decoration: none;
}

a:hover { 
  color: #000;
  text-decoration: none;
}
a:active { 
  color: #805475;
  text-decoration: none;
}

#wrapper { 
 margin: 30px;
 width: 534px;
 border: 0px solid #795A3E;
 background: #fff;
}
#header {
 width: 534px;
 color: #ccc;
 padding: 0px;
 border: 0px solid #795A3E;
 height: 0px;
 margin: 0px;
 background: #fff;
}
#navigation {
 width: 534px;
 color: #ccc;
 padding: 0px;
 border: 0px solid #795A3E;
 margin: 0px;
 background: #fff;
}
#content { 
 width: 534px;
 color: #71676F;
 border: 0px solid #795A3E;
 background: #fff;
 margin: 0px;
 padding: 10px;
}
#footer { 
 width: 534px;
 color: #ccc;
 border: 0px solid #795A3E;
 background: #fff;


}

/*
my crap  
*/

h1 {
font-family: Courier New;
color: #7D4260;
font-size: 20px;
text-transform: lowercase;
}

h2 {
font-family: Courier New;
color: #805475;
font-size: 16px;
text-transform: lowercase;
}

h3 {
font-family: Courier New;
color: #CD6775;
font-size: 14px;
margin-top: 10px;
text-transform: lowercase;
}

h4 {
font-family: Courier New;
color: #A77763;
font-size: 10px;
margin-top: 10px;
text-transform: lowercase;
}

.nav {
font-family: Courier New;
color: #795A3E;
font-size: 14px;
text-align: left;
}

.foot {
font-family: Courier New;
color: #795A3E;
font-size: 12px;
text-align: center ;
}

p {
margin: 0px 0px 7px 5px;
}

.lifestream {
 font-family: Helvetica, sans-serif;
 font-size: 10px;
 color:#795A3E;
}

.lifestreambox {
 width: 430px;
 color: #ccc;
 padding: 1px;
 border: 0px solid #795A3E;
 height: 370px;
 margin: 0px;
 background: #fff;
 overflow: auto;
}

img {
border: none;
}

table td { 
vertical-align: top; 
}
