body{
	margin:0px;
	padding:0px;
	background:#ffffff url(images/bg.gif) repeat-y center;
}

	#page{
		width:1024px;
		margin:0px auto;
		text-align:center;
	}
	
		#header{
			width:1024px;
			height:48px;
			padding:24px 0px 0px 16px;
			background:url(images/headerBg.gif) repeat-x;
			text-align:left;
			color:black;
			font-family:verdana;
			font-size:16pt;
		}

		#menu{
			padding:14px 0px 0px 8px;
			height:27px;
			background:url(images/menuBg.gif) repeat-x;
			text-align:left;
		}

			#menu ul{
				display:inline;
				margin:0px;
				padding:0px;
			}
			
			#menu li{
				display:inline;
			}
			
			#menu a{
				padding-right:16px;
				color:#a0bedb;
				text-decoration:none;
				font-family:Verdana;
				font-size:8pt;
			}
			
				#menu a:hover{
					color:#ffffff;
				}

		#cont{
			padding:16px;
			width:992px;
			background:#ffffff url(images/contBg.gif) repeat-x;
			font-family:Verdana;
			font-size:10pt;
		}
		
			h1{
				margin:0px;
				color:#837e70;
			}

			h2{
				margin:0px;
				color:#837e70;
			}

			h3{
				margin:0px;
				color:#837e70;
			}
			
			#testimonial{
				padding:32px;
				color:black;
				font-size:12pt;
				border:dashed 2px gray;
				background-color:#f2ede1;
			}
			
			#footer{
				margin:0px auto;
				text-align:center;
				padding:16px;
				text-align:center;
				color:#898374;
				font-size:10pt;
				font-family:verdana;
			}
			
				#footer a{
					color:#898374;
					font-size:10pt;
					font-family:verdana;
				}
				
		#topMiddle{
			background:url(images/topMiddle.gif) repeat-x;
		}
		
		#sidebarBody{
			background:url(images/sidebarBody.gif) repeat-y;
		}
