@charset "UTF-8";
/* CSS Document */

body  {background-image:url(images/wood-bg.jpg); 
	background-color: #303;
	background-attachment: fixed;
	color: #FFFFCC;
	font-family: Helvetica, Arial, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


h1 {font-size:36px}

h2 {font-size: 24px}

a:link {text-decoration: none; color: #FFC; }
a:visited {text-decoration: none; color: #FFC; }
a:hover {text-decoration: none; color: #FC3; }

#desk {margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
	
#book {margin-left: 100px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;}

#temp-content {width: 40%; 
	margin-left: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;}
	
#construction {float: right; 
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 50px;
	margin-bottom: 0px; 
	text-align: right; }	

