body { margin: 0px;
	    font-family: Arial, Verdana;
	    font-size: 12px;
	    color: #7E736D;
	    background: #040304;
	    }
	    
a {
	color: #9F9493;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {color: #BFB9C4;
			text-decoration: none;
			font-weight: bold;}	
    
/* Container */

#container {width: 700px;
	    		border: 2px solid #000;
				margin: 0px auto 0px auto;
				background: #040304;}	

/* Header */

#header {width: 700px;
			height: 239px;
			background: url(drawings.jpg);}


/* Content */

#content {width: 500px;
	  		 float:lefT;
	  		 padding: 0px 15px 20px 15px;
	  		 border-right: 1px solid #202020;}

#content h2 {font-size:13px;
				 font-family: MS;
				 text-transform: uppercase;
				 color: #49413D;
				 letter-spacing: 2px;
				 border-bottom: 1px solid #202020;
				 }

#content p {font-family: Arial;
				font-size: 12px;}
				
#content ol {font-size: 17px;}	

#content input, textarea, select
				{font-family: Arial;
				 font-size: 11px;
				 background: #040304;
				 color: #575253;
				 border: 1px solid #575253;}	
	    
blockquote { background: #202020;
			    padding: 5px 0px 5px 10px;
				 border-left: 8px solid #49413D;
				 color: #9F9493;
				 font-size: 11px;
				 margin-right: 190px;}	
				 
blockquote a {
	color: #BFB9C4;
	text-decoration: none;
	}

blockquote a:hover {color: #ECE8E7;
			text-decoration: none;}	

li {font-size: 12px;}				 
				 				 					    
/* Menu */

#menu {float: left;
		 width: 200px;
		 margin: -241px 0 0 500px;
	position: static;}
		 
#menu h2 {font-size:13px;
				 font-family: "Times New Roman";
				 text-transform: uppercase;
				 letter-spacing: 2px;
				 border-bottom: 1px solid #202020;
				 margin-left: 40px;
				 color: #49413D;
				 margin-right: 15px;}		 

#menu ul {display: block;
			 list-style-type: none;
			 padding-right: 15px;}
			 	
#menu li a { padding: 2px 2px 2px 2px;
				 display:block;
				 color: #9F9493;
				 background: #202020;
				 border-bottom: 1px solid #040304;}	
				  
#menu li a:hover {background: #040304;
				  	  display:block;}			
								
#menu a {color: #575253;
		  	background: #040304;
		  	text-decoration: none;}		
		  
#menu a:hover {color: #BFB9C4;
				  text-decoration: none;}		
				  
					    						    	    				    							 
/* Footer */

#footer { text-align: center;
			 padding: 20px;
			 font-size: 11px;
			 clear:both;
			 border-top: 1px solid #202020;}  
			    
