/*  
Theme Name: Prized People
Theme URI: http://prizedpeople.co.uk
Description: The NEW IMPROVED theme for Prized People
Version: 1.0
Author: Ian Covey	
Author URI: http://7879designs.com
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	background: #fff url(images/body-bg.jpg) 0 0 repeat-x;
	color: #333;
	text-align: center;
	}
	
p {
	font-size: 2.4em;
	line-height: 100%;
	color: #135ea1;
	margin-bottom: 20px;
	margin-left: 35px;
}	

p.featureline {
	font-size: 3em;
}

p.contact {
	font-size: 1.4em;
	margin-top: 40px;
}
	
#page {
	width: 903px;
	margin: 0px auto;
	background: #fff url(images/header-bg.jpg) 0 0 no-repeat;	
	text-align: left;
}

#header {
	width: 899px;
	margin-left: 2px;	
	padding-left: 140px;
}

#header img {
	margin-top: 40px;
}

#mainContent {
	width: 899px;
	height: 400px;
	margin-top: 100px;
	margin-left: 2px;	
	padding-left: 140px;
}
#footer {
	clear: both;
	width: 100%;
	background-color: #165ba0;
	height: 40px;
	text-align: right;
	color: #fff;
	margin-bottom: 50px;	
}

#footer p {
	color: #fff;
	font-size: 1.4em;
	margin-right: 20px;
	padding-top: 12px;
}

