/*	CSS Properties for DG Fulford	*/

/*	LAYOUT DIVISIONS	*/
	
	body { background: #fff; margin: 0px; text-align: center; }
	
	#wrapper {
	 background: #FFFFE2 url('images/ornament.png') top left no-repeat;
	 border-bottom: 1px solid #EDECC2;
	 border-left: 1px solid #EDECC2;
	 border-right: 1px solid #EDECC2;
	 margin: 0px auto 0px auto;
	 padding: 35px 0px 0px 0px;
	 text-align: left;
	 width: 800px;
	}
	
	#header {
	 background: url('images/header.png') top left no-repeat;
	 border-top: 1px solid #EDECC2;
	 border-bottom: 1px solid #EDECC2;;
	 height: 150px;
	 margin: 0px 0px 30px 0px;
	 width: 800px;
	}
	
	#navigation { float: right; margin: 120px 10px 0px 0px; }
	
	#content { width: 780px; }
	
	#mainContent { background: #4D7FB1 url('images/bg.png') top left repeat; padding: 20px 40px 20px 40px; width: 720px; }
	
	#photos { width: 800px; }
	
	#footer {
	 background: url('images/footer.png') top left no-repeat;
	 height: 222px;
	 margin: 0px;
	 width: 800px;
	}
	
	#mainContent img { float: right; margin: 0px 0px 10px 10px; }
	

/*	TYPOGRAPHY	*/
	
	p {
	 color: #fff;
	 font-family: Verdana, Helvetica, Arial, sans-serif;
	 font-size: 12px;
	 line-height: 180%;
	}
	
	p.credit {
	 color: #4D7FB1;
	 font-family: Verdana, Helvetica, Arial, sans-serif;
	 font-size: 10px;
	 margin-right: 20px;
	 text-align: right;
	}
	
	h1 {
	 border-bottom: 1px solid #4D7FB1;
	 color: #FFFFE2;
	 font-family: Georgia, 'Times New Roman', serif;
	 font-size: 24px;
	 font-weight: normal;
	 padding: 0px 0px 5px 0px;
	 margin: 0px 0px 20px 0px;
	}

	h2 {
	 color: #FFE7BA;
	 font-family: Verdana, sans-serif;
	 font-size: 14px;
	 font-weight: normal;
	 padding: 0px;
	 margin: 30px 0px 10px 0px;
	 text-transform: uppercase;
	}

	h3 { 
	 color: #A7C400;
	 font-family: Georgia, 'Times New Roman', serif;
	 font-size: 18px;
	 font-weight: normal;
	 line-height: 180%;
	 padding: 40px 0px 0px 190px;
	 width: 590px;
	}
	
	em.name { color: #4D7FB1; font-size: 22px; font-style: normal; }

	
/*	LIST ELEMENTS	*/
	
	ul {  }
	
	li {
	 color: #fff;
	 font-family: Verdana, Helvetica, Arial, sans-serif; 
	 font-size: 12px;
	 line-height: 200%;
	}
	
	#navigation ul { margin: 0px; padding: 0px; }
	
	#navigation li {
	 color: #99A46D;
	 display: inline;
	 font-family: Georgia, 'Times New Roman', serif;
	 font-size: 15px;
	 padding-right: 5px; 
	 text-transform: uppercase;
	}
	

/*	ANCHOR ELEMENTS	*/
	
	p a:link { border-bottom: 1px dotted #B0E2FF; color: #B0E2FF; text-decoration: none; }
	p a:visited { border-bottom: 1px dotted #B0E2FF; color: #B0E2FF; text-decoration: none; }
	p a:hover { border-bottom: 1px solid #fff; color: #B0E2FF; text-decoration: none; }
	
	li a:link { border-bottom: 1px dotted #B0E2FF; color: #B0E2FF; text-decoration: none; }
	li a:visited { border-bottom: 1px dotted #B0E2FF; color: #B0E2FF; text-decoration: none; }
	li a:hover { border-bottom: 1px solid #fff; color: #B0E2FF; text-decoration: none; }
	
	#navigation a:link { border-bottom: none; color: #A7C400; text-decoration: none; }
	#navigation a:visited { border-bottom: none; color: #A7C400; text-decoration: none; }
	#navigation a:hover { border-bottom: none; color: #4D7FB1; text-decoration: none; }
	
	h3 a:link { border-bottom: none; color: #75A4C7; text-decoration: none; }
	h3 a:visited { border-bottom: none; color: #75A4C7; text-decoration: none; }
	h3 a:hover { border-bottom: none; color: #4D7FB1; text-decoration: none; }
	