

/*

main style sheet

/* -----------------------------------------------------------------
                        LISTING ORDER
--------------------------------------------------------------------
Universal
Page Structure
Navigation
Images
--------------------------------------------------------------------


--------------------------------------------------------------------
						Universal
--------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

body {
	border: none;
	width: 800px;
	background: #DAD9B6;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0 auto;
	text-align: center;
	height: 600px;
}

/* -----------------------------------------------------------------
						Page Structure
--------------------------------------------------------------------
*/
#header {
	background: url(../images/davinci.gif) transparent no-repeat center top;
	height: 180px;
	width: 800px;
	margin-top: 20px;
	margin-bottom: 0px;
}

#header h1 {	
	text-indent: -9999px;
	padding: 300px 0 0 0;
	font-size: xx-small;
}


#content {
	background: transparent url(../images/content.gif) repeat-y scroll left top;
	float:left;
	height: 500px;
	margin: 0px;
	padding: 0px;
	width: 800px;
	
}

#content p.top {
	color: #E4A024;
	font-size: 20px;
	text-align: center;
	margin-top: 68px;
	
}

#content p.top2 {
	color: #61662C;
	font-size: 18px;
	text-align: center;
	margin-top: 80px;
	
}

#content p {
	color: #61662C;
	font-size: 18px;
	text-align: center;
	margin-top: 40px;
	
}

#content a {
	color: #0E6B72;
}

#content a:hover {
	color: #B01F23;
}


#footer {
	background: url(../images/footer.gif) transparent no-repeat center bottom;
	float:left;
	height: 158px;
	width: 800px;
	margin:0px;
}

#footer p {
	color: #0E6B72;
	font-size: 16px;
	text-align: center;
	margin-top: 115px;
	
}



