#wrapper{
	background-position:664px 0;
}

	#header {
		width:663px;
	}
	
	#left {
		width:663px;
		background:#fff url('../../images/sub-content.jpg') repeat-y;
	}
	
		#content {
			width:460px;
			float:left;
			margin:20px 0 0 0;
		}
	
	#right {
		width:260px;
	}

			#right div.callout-mid {
					background: transparent url('../../images/transparent.png');
					position:relative;
					width:250px;
				}
				
					#right div.callout-top {
						height:18px;
						width:250px;
						background: transparent url('../../images/callout-top.png') no-repeat top right;
					}
					
					#right div.callout-bottom {
						height:17px;
						width:250px;
						background: transparent url('../../images/callout-bottom.png') no-repeat top right;
					}

			
				#right div.callout-content {
					position:relative;
					left:25px;
					width:249px;
				}
				
					#right div.callout-content h2 {
						padding-bottom:10px;
					}
				
					#right div.callout-content p {
						font-size:11px;
						color:#fff;
						line-height:18px;
						width:200px;
						position:relative;
						top:5px;
					}
					
					
					
	#left-nav {
		width:170px;
		float:left;
	}
	
		#left-nav h2 {
			color:#EF9000;
			font-size:130%;
			background:none;
			margin:10px 0 0 5px;
		}
	
		#left-nav ul {
			float:left;
			margin:0;
		}
	
			#left-nav ul li {
				list-style-type:none;
			}
			
			
				#left-nav ul li a {
					padding:8px 5px 8px 15px;
					display:block;
					width:140px;
					background:#E8E6E6 url('../../images/nav-bottom.jpg') no-repeat bottom left;
					color:#494747;
					text-decoration:none;
					font-size:110%;
				}
				
					#left-nav ul li a:hover {
						color:#5AA7EF;
					}