@charset "utf-8";
/* CSS Document */

body {
	margin:0px; 
	padding:0px;
	background-image: fixed;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-color:#c1e1eb;
	
	}

#wrap {
	width:800px;
	margin:auto;
	height:auto;
	padding: 0px;
	}
	
#content	{
	width:800px;
	margin:0px;
	height:auto;
	padding: 0px;
	padding-top: 20px;
	}
	
#left	{
	width:270px;
	margin:0px;
	height:746px;
	padding: 0px;
	float: left;
	top: 0px;
	left: 0px;
	background-image: url(navbg.png);
	background-repeat: no-repeat;
	}
	
#left_wrap   {
	width:220px;
	margin:auto;
	height:746px;
	padding: 0px;
	padding-top: 40px;
	}
	
#left_cell	{
	width: 210px;
	min-height: 20px;
	padding: 0px;
	padding-left: 10px;
	margin: 0px;
	background-color:#d8cbbb;
	line-height: 20px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	font-weight: bold;
	}
	
a	{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	font-weight: bold;
	font-style:normal;
	color:#000000;
	text-decoration:none;
	}

a:hover {color:#ffffff;}

.purchase {font-size:18px; background-color:#c8ad90; padding:3px;}

.header {font-size:16px; color:#300d10; font-weight:bold;}

.poem {font-size:25px; color:#ffffff; font-weight:bold;}	
	
#left_cell_copy	{
	width: 210px;
	min-height: 20px;
	padding: 0px;
	padding-left: 10px;
	margin: 0px;
	line-height: 20px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	font-weight: bold;
	
	}
	
#left_cell_space	{
	width: 220px;
	min-height: 10px;
	padding: 0px;
	margin: auto;
	background-color:transparent;
	}
	
#right	{
	width:530px;
	margin:0px;
	height:auto;
	padding: 0px;
	float: left;
	top: 0px;
	left: 0px;
	padding-top: 30px;
	}
	
#right_top	{
	width:530px;
	margin:0px;
	height:auto;
	padding: 0px;
	background-image: url(alan.png);
	background-repeat: no-repeat;
	}
	
#right_bottom	{
	width:500px;
	margin:0px;
	height:auto;
	padding-left: 10px;
	padding-right: 20px;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	font-weight: bold;
	}
	
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}	

