	* img {
		margin: 0;
	}
		
	#wrapper {
		background-color: white;
		color: #007CC2;
		text-align: center;
		width: 100%;
	}
	
		#main {
			border: 0px solid red;
			margin: 0 auto;
			width: 742px;
		}
		
			#header {
				height: 121px;
				margin-top: 29px;
				margin-bottom: 10px;
				width: 742px;
			}
			
			/* IE-specific rule */
			* html #header {
				height: 150px;
				margin-bottom: -20px;
			}
			
				#logo {
					float: left;
					height: 77px;
					margin-bottom: 15px;
					width: 338px;
				}
					
				#banner {
					float: left;
					height: 76px;
					margin-bottom: 15px;
					text-align: right;
					width: 404px;
				}
				
				#main_menu {
					background-image: url('../img/interface/main_menu_back.gif');
					clear: both;
					cursor: default;
					height: 29px;
				}
			
			#left_menu {
				float: left;
				text-align: left;
				width: 160px;
			}
			
			#page_content {
				border-left: 1px solid #999;
				clear: right;
				float: left;
				font-size: 10pt;
				margin-bottom: 10px;
				padding: 0px 10px 30px 10px;
				text-align: left;
				width: 560px;
			}
			
				#page_content #inpage_img {
					text-align: right;
					width: 560px;
				}
			
			#footer {
				border-bottom: 1px solid;
				border-top: 1px solid;
				clear: both;
				color: #2CA343;
				font-size: 0.75em;
				height: 20px;
				margin-top: 10px;
				width: 100%;
			}
	

	body {
		font-family: arial, helvetica, sans-serif;
		margin: 0px;		
	}
