/* CSS Document */

*
{
padding: 0 0;
margin: 0 0;
font-family:Helvetica, Arial,  sans-serif;
}

a, a:hover {color:#e3d6ae; text-decoration:none;}
b {color:#b85d02;}
p {padding-bottom:20px;}
body
{ background-color:#b85d02; color:#e3d6ae;
}

li {list-style:none; border-bottom:dotted; border-color:#e3d6ae; border-width:1px;}


.canvas {margin: 0 auto; /*this will center the element*/; margin-top:15px; height:auto; max-width:970px;}

#outer { 
float:right; max-width:800px; height:700px; /*background-color:#6c85a4;*/}

#menu {
	float:left; font-size:12px;
	max-width:150px;
	height:auto;
	padding:10px;
	background-image:url(img/sheen000000.png);
	line-height:24px;
	}

#menu a, a:hover, #work {color:#e3d6ae; text-decoration:none; font-weight:500}

#work {background-image:url(img/sheen000000.png); padding-left:10px; width:800px;}

.poets #title {font-size: 26px; margin-bottom:25px;}
#name {font-size: 26px; padding-top:15px; padding-left:15px;}
#items {font-size: 14px; padding-top:5px; padding-bottom:10px; padding-left:10px;}

.margin-top {margin-top:375px;}


