*{
	padding:0px;
	margin:0px;
}
body
{
	margin-top:10px;
	background-color: none;
	color: #000;
	background-image: url('images/background_swatch.jpg');
	padding-bottom:15px;
	text-align:center;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: .75em;
}

#navigation
{
	width:700px;
	margin-right:auto;
	margin-left:auto;
	display:block;	
	height:50px;
	background-color:none;
	background-image: url('images/nav_bar.jpg');
	background-repeat: no-repeat;
	background-position: center; 
	margin-top:5px;
	font-size: 1.2em;
}

#navigation ul li 
{
	list-style: none;
	display: table-cell;
	vertical-align: middle;
}

#navigation li 
{
	padding-top:12px;
	padding-left:15px;
	padding-right:15px;
	float:left;
	display: table-cell;
	vertical-align: middle;
}


#navigation a{
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration:none;
	display: inline;
	font-weight:bold;
	font-size: 1.5em;
	height:35px;
	color:#000;	
}

#navigation a:hover{
	text-decoration:underline;
}

#header1, #header2, #header3, #header4
{
	display:block;
	width:700px;
	height:150px;	
	background-color:none;
	margin-right:auto;
	margin-left:auto;
	background-repeat: no-repeat;
	background-position: center; 
	text-indent:-999999px;
	padding-top:10px;
}
#header1
{
	background-image: url('images/header1.jpg');
}

#header2
{
	background-image: url('images/header2.jpg');
}

#header3
{
	background-image: url('images/header3.jpg');
}

#header4
{
	background-image: url('images/header4.jpg');
}

#contents	
{
	display:block;
	margin-top:10px;
	margin-right:auto;
	text-indent:20px;
	margin-left:auto;
	width: 700px;
	background-color: #FFF;
	color: #000;
	padding-bottom:50px;
}

#back1, #back2, #back3, #back4
{
	background-repeat: no-repeat;
	background-position: left top; 
   	margin : 0;
   	padding : 0;
   	display : table-cell;
}

#back1
{
	background-image: url('images/side_image1.jpg');
}

#back2
{
	background-image: url('images/side_image2.jpg');
}

#back3
{
	background-image: url('images/side_image3.jpg');
}

#back4
{
	background-image: url('images/side_image4.jpg');
}

#contents p
{
	margin-left:200px;
	margin-right:20px;
	line-height: 1.5em;
	padding-top: 3em;
}
	
#contents h1
{
	margin-left:200px;
}
	
#footer
{
	display:block;
	width:700px;
	background-color:#FFF;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	background-repeat: no-repeat;
	background-image: url('images/bottom_rounded.jpg');
	background-position: bottom; 
}

textarea{
	font-family: Verdana, Arial, Sans-Serif;
}

#mainQuote
{
	margin-left:200px;
	margin-right:20px;
	font-size:1.5em;
	line-height: 1.5em;
	padding-top: 3em;
	font-style:italic;
	display: block;
	vertical-align: middle;
	line-height: 1.5em;
	font-family: Verdana, Arial, Sans-Serif;	
}