/*
      daniel calderwood
	  	  
*/

* { padding: 0; margin: 0px; }

body {
 font-family: helvetica neue, helvetica, arial, sans-serif;
 font-size: 11px; }

 a:link {text-decoration: none; color:black; }
 a:visited {text-decoration: none; color: black; }
 a:active {text-decoration: none; color: black; }
 a:hover {text-decoration: none; color: gray; }
 .page a:link {color: red; } 
 
div {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px; 
 }

a {
outline: none;
}

}

p {
 padding: 10px;
 
}

#wrapper { 
 margin: 0 fixed;
 width: 100%;

}

#content { 
 float: left;
 color: #000000;
 background: #FFFFFF;
 height: 350px;
 margin-left: 20px;
 overflow:hidden;
 width: 140px;
 display: inline;
}

#header {
 color: #000000;
 width:100%;
 height:57px;
 float: left;
 overflow: hidden; 
 margin-bottom: 10px;
 margin-top: -4px;
 background: #ffffff;
}

#leftcolumn { 
 color: #000000;
 overflow:hidden; 
 background: #ffffff;
 height: 350px;
 width: 100px;
 float: left;
}



 