			#maincontainer{
			width: 930px; /*Width of main container*/
			margin: 0 auto; /*Center container on page*/
			}
			/*---HEADER---*/
			#topsection{
			background: #FFFFFF;
			height: 10px; /*Height of top section*/
			margin-top:20px;
			margin-bottom:10px;
			}
			#logobox{
			background: #eeeeee;
			padding: 10px;
			}
			/*---MAIN CONTENT---*/
			#contentwrapper{
			float: left;
			width: 100%;
			margin-top:10px;
			}
			#contentcolumn{
			margin-left: 235px; /*Set left margin to LeftColumnWidth*/
			padding: 10px;
			background:#eeeeee;
			}
			#leftcolumn{
			float: left;
			padding: 15px 0px 0px 20px;
			width: 205px; /*Width of left column*/
			margin-left: -930px; /*Set left margin to -(MainContainerWidth)*/
			background: #ECF8FE;
			height: 305px;
			margin-top:10px;
			}
			#contactcolumn{
			padding: 10px;
			background:url(../images/contact.gif) 10px 10px no-repeat #eeeeee;
			width: 910px; 
			height: 200px;
			margin-top: 10px;
			}
			#innertube{
			margin-top: 10;
			}
			#clientlogin{
			background: #eeeeee;
			padding: 15px 0px 50px 50px;
			margin-top: 10px;
			}
			#homecolumn{
			margin-left: 0px; /*Set left margin to LeftColumnWidth*/
			padding: 10px;
			background:#eeeeee;
			}
			/*---THUMBNAIL ROW---*/
			#thumb-section {
			float: left;
			width: 100%;
			position: relative;
			}
			#thumb-col-1 {
			position:relative;
			top:0;
			left:0;
			width:225px;
			background:url(../images/ks_thumnail.gif) 10px 10px no-repeat #eeeeee;
			margin-top: 10px;
			margin-bottom: 10px;
			}
			#thumb-col-2 {
			position:absolute;
			top:0;
			left:235px;
			width:225px;
			background:url(../images/oag_thumbnail.gif) 10px 10px no-repeat #eeeeee;
			margin-top: 10px;
			}
			#thumb-col-3 {
			position:absolute;
			top:0;
			left:470px;
			width:225px;
			background:url(../images/news_thumbnail.jpg) 10px 10px no-repeat #eeeeee;
			margin-top: 10px;
			}
			#thumb-col-4 {
			position:absolute;
			top:0;
			left:705px;
			width:225px;
			background:url(../images/shop_thumbnail.jpg) 10px 10px no-repeat #eeeeee;
			margin-top: 10px;
			}
			/*---CONTACT LAYOUT---*/
			#contact-section {
			float: left;
			width: 100%;
			position: relative;
			}
			#contact-col-1 {
			position:relative;
			top:0;
			left:0;
			width:460px;
			height:475px;
			background: #eeeeee;
			margin-top: 10px;
			margin-bottom: 10px;
			}
			#contact-col-2 {
			position:absolute;
			top:0;
			left:470px;
			width:225px;
			height:475px;
			background: #eeeeee;
			margin-top: 10px;
			}
			#contact-col-3 {
			position:absolute;
			top:0;
			left:705px;
			width:225px;
			height:475px;
			background: #eeeeee;
			margin-top: 10px;
			}
			.msg_list {
			margin: 0px;
			padding: 0px;
			width: 225px;
			}
			.msg_head {
			padding: 3px 0px;
			cursor: pointer;
			position: relative;
			margin:1px;
			}
			.msg_body {
			padding: 5px 10px 15px;
			}
			/*---FOOTER---*/
			#footer{
			width: 930px;
			position: relative;
			background: #FFFFFF;
 			margin-top:15px;
			margin-bottom:10px;
			margin-left: auto;
			margin-right: auto;
			}
