/*
Author Name : Paul Ferguson
Author Site : http://www.timidelfdesigns.co.uk
Style Name : PMT
Version : 1
*/

body {
background: #CCC
}

#page {
	/* The entire design is contained within the 'page' id */
	}
		
#header {
background: #000 url('pmtbanner.jpg') no-repeat !important;
height: 200px !important; /*sets the height of header*/
_height: 200px !important; /*IE tweak*/
border: none !important;
padding: 0;
margin: 0;
position: relative;
}
	
.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}

