/*******************************
		CUSTOM CSS
*******************************/

body{
	#background:#dbd9d9 repeat-x top left;
}

div#wrapper{
	width:960px;
	margin:0 auto;
}

	
/** Content **/
div#content {
    margin: 100px 0 0;
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}
div#left{
			width:460px;
			margin: 100px 0 0;
			margin:0 10px;
			display:inline;
			float:left;
			background:transparent url('content_divider.png') no-repeat center right;
			padding:0 0 40px 0;
			text-align:center;
		}
		

		
		/** Right Column **/
		
		div#right{
			width:430px;
			margin:0 10px 0 40px;
			display:inline;
			float:left;
			padding:0 0 40px 0;
		}
		

