/* CSS Document */

body {
	font-family: Arial, sans-serif;
	font-size: 80%;
	background: #F2F2F2 url("/images/background/light_grey_gradient.gif") repeat-x top;
	}

#container {
	width: 1000px;
	margin: 0 auto;
	}

#main {
	background: transparent url("/images/index/jayne_bg.jpg") no-repeat top center;
	border-bottom: 1px solid #F2F2F2;
	}

#main .content {
	padding: 0;
	}

#content {
	float: left;
	width: 40%;
	margin-left: 270px;
	}

html>body #content {
	margin-left: 39%;
	}	