
	#header{
		width: 750px;
		height: 150px;
	}
		
		#nagivationbox{
			
			text-align: left;
		}
			#Navigation{
				float:left;
			}
			
			#symbol{
				margin-top: 8px;
			}
	
	#contentbox{
		clear:left;
	}
		#image_section{
			width: 362px;
			height: 377px;
			float:left;
		}
		#bottomimg{
			margin-top:3px;
		}
		#text_section{
			padding-right: 0px;
			float:right;
		}
			#contentframe{
				width:390px;
				height:385px;
				margin-left: 5px;
			}
			#text_section_closure{
				width: 395px;
				margin-left:5px;
				border-top: 1px solid black;
			}
	
