/*basic settings, font-fami: Garamond,Times, Arial, Helvetica, sans-serif*/
body {
	
	margin:50px;
	
	text-align: left;
	
	font-family: lucida, Verdana, Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-color: #000000;

	
}

/*container*/
#container {width:920px;height:680px;margin:5px auto;background: #F5F5F5}

	/*top */
	#top {width:920px;height:111px}
	
		/*logo */
		#logo {float:left;width:199px;height:111px}
	
		/*banner */
		#banner {float:right;width:720px;height:111px}
		
	
		
		
	/*body */
	#body {width:920px;height:539px}
		
		/*left */
		#left {float:left;width:199px;height:539px}
		
			/*flash*/
			#flash {width:199px;height:245px}
			
			
			/*menu*/
			#menu {width:199px;height:196px;}
			
			
			/*space*/
			#space {width:199px;height:98px;background: #669922}
			
		
		/*text*/
		#text {float:right;width:680px;height:509px;text-align:justified;overflow:auto;p align="justify";padding-top:15px;padding-bottom:15px;padding-left:30px;padding-right:10px}
		
		
		
		
		
		
	
	/*footer*/
	#footer {width:920px;height:30px;background: #cccc99;background-image: url(Images/footer.jpg);background-repeat:no-repeat;}

