/*
Author Name : Richard Longhurst
Author Site : http://www.richardlonghurst.co.uk
Style Name : rl
Theme URI: http://www.richardlonghurst.co.uk
Version : 1
Comments : Based on a 2 column K2 theme
*/

#header {
	position: relative;
	height: 200px;
 	background:#3371A3 url(http://www.richardlonghurst.co.uk/wp/hdr.jpg) no-repeat scroll center center !important;
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
	}
	
.content {
	padding: 0 10px 30px 10px;
	}	
	
.columns-two #page {
	width: 1000px;
	_width: 1000px;
	}	
	
body.columns-two #primary-wrapper {
	float: left;
	margin-right: -250px;
	width: 100%;
	}

body.columns-two #primary {
	margin-right: 200px;
	}

body.columns-two .secondary {
	float: right;
	}

#primary {
	position: relative;
	float: left;
	width: 800px;
	padding: 5px;
        }

        
.secondary {
	width: 140px;
	float: left;
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
	padding: 0 10px;
	overflow: hidden;
  right : -200px;
	}
