@import "global.css";
		
		#home {
		background: url(/images/home_bg.jpg) repeat-y;
		width: 946px;
		height: 249px;
		margin-top: 3px;
		}
		#welcome {
		background: url(/images/welcome_bg.jpg) no-repeat;
		width: 580px;
		height: 239px;
		color: #40290d;
		font-size: 11px;
		line-height: 13px;
		float: left;
		position: relative;
		top: 5px;
		left: 7px;
		}
		#welcome div {
		width: 500px;
		position: relative;
		top: 33px;
		left: 55px;
		}
		#welcome h1 {
		font: 20px Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		font-style: italic;
		font-size: 22px;
		color: #290e03;
		}
		#welcome p {
		width: 390px;
		position: relative;
		top: 40px;
		left: 115px;
		}
		#right {
		float: right;
		margin-right: 5px;
		}
		#right #join {
		background: url(/images/postsr.png) no-repeat;
		width: 355px;
		height: 239px;
		position: relative;
		left: 0px;
		text-align: left;
		top:8px;

		}
		.readmore{
		padding-left:20px;}
		#right #join h1 {
		/*background: url(/images/join_arrow.gif) 100% 8px no-repeat;*/
		font: 18px Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		font-style: italic;
		color: #290e03;
		padding-right: 10px;
		padding-top:50px;
		padding-left:25px;

		}
		#right #join p {
		/*background: url(/images/join_arrow.gif) 100% 8px no-repeat;*/
		padding-right: 10px;
		padding-left:25px;
		padding-top:5px;
		}
/*		#right #join div {
		position: relative;
		margin-top: 30px;
		margin-right: 20px;
		text-align: right;
		
		}*/
/*		#right #join div p {
		width: 300px;
		margin-top: 20px;
		float: right;
		margin-left:20px;

		}*/
		#right #testimonial {
		background: url(/images/test_bg.jpg) no-repeat;
		width: 332px;
		height: 105px;
		position: relative;
		top: -10px;
		text-align: center;
		}
		#right #testimonial div {
		position: relative;
		top: 10px;
		width: 300px;
		margin: 0 auto;
		}
		#right #testimonial q {
		font-size: 18px;
		font-weight: bold;
		font-style: italic;
		color: #bcb853;
		}
		#right #testimonial q em {
		font-size: 11px;
		color: #f8edc9;
		}
		#right #testimonial a {
		position: absolute;
		top: 66px;
		left: 140px;
		font-style: italic;
		}
