html {
	background: FFFFFF;
}
body {
	text-align: center;
	margin: 0px;
	background: #FFFFFF; font-style:normal; font-variant:normal; font-weight:normal; font-size:14px; font-family:Georgia
}
#main {
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	background: url('bg.gif') repeat-y center;
}
#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 821px;
	background: #fff url('bg.gif') center;
}
#left {
	float: left;
	width: 20px;
}
#middle {
	float: left;
	width: 690px;
}
#right {
	float: left;
	width: 20px;
}
#header {
	padding-left: 27px;
	padding-right: 24px;
}
#content {
	position: relative;
	padding-right: 50px;
	padding-left: 50px;
}
#container {
	float: left;
	width: 750px;
	height: 170px;
	margin:bottom: 10px;
}
#photo {
	position: relative;
	width: 110px;
	height: 160px;
}

}
#testimonial {
	position: relative;
	float: center;
	width: 530px;
	height: 255px;
	padding-top: 65px;
	padding-bottom: 50px;
	padding-left: 40px;
	padding-right: 30px;
	background: url('test_bg.jpg');
	left: 65px;
}
#intro {
	position: absolute;
	width: 520px;
	height: 160px;
	padding-left: 120px;
}
#sidebar {
        width:256px;
	height:400px;
	float:right;
	padding:0px; margin:0px;
}
#footer {
	position: relative;
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
	height: 50px;
	background: url('footer.jpg') no-repeat center;
	text-decoration: none;
	color: #ffffff;
	text-align:center;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 0px; font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:Trebuchet MS
}
#footer a {
	font: 11px "Trebuchet MS";
	text-decoration: none;
	color: #ffffff;
	text-align:right;
	padding-top: 0px;
}
h1 {
	font: 24pt "Trebuchet MS";
	color: #f60;
	text-align:center;
	margin-top:0px;
	padding-top:10px;
}
h2 {
	font: 16pt "Trebuchet MS";
	margin:0px;
	padding-bottom:10px;
	padding-top:10px;
	background-color:#ffffcc;
	text-align:center;
	margin-bottom:20px;
}