@charset "utf-8";
/* CSS Document */

body{
	background:url(../_images/bg.jpg) no-repeat;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:25px 0 0 0;
}

.clear{clear:both;}

#wrapper{
	width:829px;
	height:auto;
	margin:0px auto;
}

	#wrapper #left{
		width:213px;
		height:auto;
		float:left;
	}
	
	#wrapper #right{
		width:546px;
		height:410px;
		padding:40px 40px 50px 40px;
		background:url(../_images/bg.png) no-repeat;
		float:right;
		overflow:visible;
	}
		#wrapper #right p{
			line-height:18px;
			color:#333;
			margin:10px 0 10px 0;
		}
		
		#wrapper #right td{
			font-weight:bold;
		}
		
		#wrapper #right .img{
			margin:22.5px;
			padding:10px;
			border:1px #ccc solid;
			background:#ffffcc;
		}