body{
  margin:0;
  padding:155px 0 0 270px;
  background-image:url('../images/sidebar.gif');
	background-position:top left;
	background-repeat:repeat-y;
 }
 div#header{
  position:absolute;
  top:0;
  left:230px;
  width:500%;
  height:0;
 }
 div#left-sidebar{
  position:absolute;
  top:200px;
  left:0;
  width:230px;
  height:100%;
 }
 @media screen{
  body>div#header{
   position:fixed;
  }
  body>div#left-sidebar{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }
* html body{
  overflow:hidden;
 } 
div#content{
  height:100%;
  width:690px;
  overflow:auto;
  padding-bottom:100px;
  font-family:"American Typewriter Light", Garamond, Cambria, Times, Serif;
  margin-top:0.1em;
  margin-left:0em;
  font-size:16px;
}
div#content a{
	color:#369;
	text-decoration:none;
}
div#content a:visited{
	color:#300;
}
div#content a:hover{
	color:#330;
}
h1{
	width:770px;
	height:178px;
	position:relative;
	margin-top:0;
}
h1 span{
	background-image:url('../images/vegheader2.jpg');
	background-position:top-left;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	position:absolute;
}
h2,h3{
	text-align:center;
	margin-bottom:0.5em;
	margin-top:0.2em;
	font-size:28px;
	color:#330;
}
h4,h5{
	margin-top:2em;
	margin-bottom:0;
	font-size:22px;
	color:#360;
}
ul{
 	list-style-type:none;
	font-size:16px;
}
div#left-sidebar a{
	color:#360;
	text-decoration:none;
}
div#left-sidebar a:visited{
	color:#330;
}
div#left-sidebar a:hover{
	color:#369;
}
div#left-sidebar p{
	margin-left:1em;
	color:#330;
}
