<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
		<title>Untitled Document</title>
		<style>
			body{
background-color:#552E0A;
text-align:center;
font-color:#442a08;

			}
			
			#wrapper{
				text-align:left;
				background-image:url(../images/blankbg.jpg);
				font:Courier;
				font-family:Courier;
				font-size:1.1em;
				font-weight:200;
			}
			
			#header{
				background-image:url(../images/header.png);
				height:200px;	
				padding:0px;	
				line-height:10px;		
			}
			
			#header h1{
				color:#E41;
				font:Courier;
				font-size:100px;	
				line-height:70px;
				padding:0px;
				margin:0px;
				padding-top:50px;
				margin-left:20px;
			}
			
			#header h2{
				color:#D41;
				font:Courier;
				font-size:40px;	
				line-height:25px;
				padding:0px;
				margin:0px;
				margin-left:30px;
			}
			
			#wrapper
			{
				width:1000px;
			}
			
			#menu{
				float:right;
				font:Courier;
				font-size:1.2em;
				color:red;
				width:350px;
			}
   
      #menu a
            {
                        padding:30px;
                                                padding-top:33px;
            
                        }
			
			#footer{
				margin-top:-300px;
				background-image:url(../images/bushido.png);
				background-repeat:no-repeat;
				height:500px;
			}
			
			#footertop{
				height:480px;
			}
			
			
			#footerbottom{
				height:20px;
				text-align:right;
			}
			
			#main{
				margin-left:30px;
				width:600px;
			}
   

			blockquote {
                            display: block;
                            padding: 0 30px;
                            width: 470px;
                        }
                        
                        
			blockquote p {                                                       
                            font-style:italic;                       
                            font-color:#552E0A;
                        }                        

			blockquote:before, blockquote:after {
                            color: #D41;
                            display: block;
                            font-size: 700%;
                            width: 50px;
                        }
                        
                        blockquote:before {
                            content: open-quote;
                            height: 0;
                            margin-left: -0.55em;
                        }
                        blockquote:after {
                            content: close-quote;
                            height: 50px;
                            margin-top: -70px;   
                            margin-left: 460px;
                        }
		
