body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: transparent url('img/bg_bot.jpg') repeat left 0px;
	font-family: Tahoma;
}

#container1  {
	width: 100%;
	background: #620c41 url('img/bg_top.jpg') repeat-x left top;
}
	#head {
		width: 684px;
		height: 81px;
		background: transparent url('img/bg_header.jpg') no-repeat left top;
	}
	
	#body {
		margin: 4px 0px 0px 0px;
		width: 684px;
	}
		#body_left {
			width: 362px;
			float: left;
			text-align: justify;
			font-size: 11px;
			color: #ffffff;
		}
			#body_left h1, #body_right h1 {
				padding: 0px;
				margin: 15px 0px 10px 0px;
				font-size: 18px;
				font-weight: normal;
				color: #ffffff;
			}
			#body_left a:link, #body_left a:active, #body_left a:visited {color: #b73c8d; text-decoration:none;}
			#body_left a:hover {color: #b73c8d; text-decoration:underline;}
			
		#body_right {
			height: 450px;
			width: 254px;
			float: right;
			text-align: left;
			font-size: 12px;
			color: #b73c8d;
			background: transparent url('img/bg_right.jpg') no-repeat left top;
		}
			#body_right h1 {
				margin: 20px 0px 20px 20px;
				color: #b73c8d;
			}
			#body_right p {
				margin: 40px 10px 10px 18px;
			}
			#body_right li {
				margin: 0px 10px 8px 0px;
			}
			#body_right a:link, #body_right a:active, #body_right a:visited {color: #b73c8d; text-decoration:none;}
			#body_right a:hover {color: #b73c8d; text-decoration:underline;}
			
			
#container2 {
	height: 135px;
	width: 100%;
	background: transparent url('img/bg_foot.jpg') repeat-x left top;
}
	#footer {
		height: 12px;
		width: 681px;
		padding: 20px 0px 0px 0px;
		font-size: 11px;
		color: #b73c8d;
		text-align: right;
	}
		#footer a:link, #footer a:active, #footer a:visited {color: #b73c8d; text-decoration:none;}
		#footer a:hover {color: #b73c8d; text-decoration:underline;}
	
#clear {
	clear: both;
}