﻿		body{
			margin:0;
			padding:0;
			line-height: 1.5;
			text-align:center;
			min-width:994px;
			background: url(/images/bg/top_bg.gif) repeat-x;
		}
		#wrapper {
			width: 994px; /*Width of main container*/
			margin: 0 auto; /*Center container on page*/
			text-align:left;
			height:100%;
		}
		#leftMenu {
			float:left;
			width:236px;
		}
		#content {
			float:right;
			width:748px;
		}
		#mainColumn {
			float:left;
			width:682px;
		}
		#leftColumn {
			float:left;
			width:498px;
		}
		#rightColumn {
			float:right;
			width:175px;
		}
		#quickMenu {
			float: right;
			width: 58px;
		}
		#dir {
			text-align: right;
			margin-top:8px;
			margin-bottom:15px;
		}
		#header {
			height:102px;
		}
		#footer {
			border-top:2px solid #C9C9C9;
			margin-top:25px;
		}
		.quickMenu {
			position:absolute;
		}
