html,body{
	margin:0;
	padding:0;
	background-color: #f9f9e7;
}
body{
	text-align:center;
	font-family: helvetica, arial, sans-serif;
	font-size: small;
	line-height: 115%;
	color: #330000;
	background-image: url(graphics/index_ELLIOTT_graphic.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
p{
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 10px;
}
a{
	text-decoration:none;
}
div#header{background-color:#F3F2ED;}
div#header h1{
	height:171px;
	line-height:80px;
	margin:0;
	padding: 0px;
	width: 760px;
}
div#container{
	text-align:left;
}
div#content p{line-height:1.4}
div#navigation{
}
div#navigation ul{margin:15px 0; padding:0; list-style-type:none;}
div#navigation li{margin-bottom:5px;}
div#extra{background:#CCC8B3;}
div#footer{
	background-image: url(graphics/contact_ELLIOTT_footer.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 760px;
	padding-top: 160px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
div#footer p{
	margin:0;
}
div#container{
	width:760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#content{
	float:left;
	width:553px;
	background-image: url(graphics/contact_ELLIOTT_content_background.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#navigation{
	float:right;
	width:207px
}
div#extra{float:left;width:500px}
div#footer{clear:both;width:100%}
