	html {
		background-color: #fafaeb;
		height: 1000px;
	}

	em {
		font-weight: bold;
	}
	
	a {
		outline: none;
	}	
	
	div#header {
		background-image: url("images/header.jpg");
		height: 192px;
	}
	
	
	/*** Content ***/
	div#content {
		font-size: 108%;
		color: #630;
		margin-top: 25px;
	}
	
	div#content h1 {
		font-size: 123.1%;
		font-weight: bold;
		margin: 10px 0;
	
	}
	
	div#content div#firstColumn {
		margin-top: 5px;
	}
	
	div#content div#secondColumn {
		padding-right: 10px;
	}
		
	div#content p {
		margin-bottom: 5px;
	}
	
	/*** End Content ***/

	
	/*** Navigation Bar ***/
	
	div#navBar {
		padding: 20px 0 0 10px;
		font-size: 123.1%;
	}
	
	div#navBar li {
		margin-top: 10px;
	}

	div#navBar a {
		text-decoration: none;
		font-weight: bold;
		color: #630;
	}

	div#navBar a.current {
		color: black;
	}	
	
	div#navBar a:hover {
		color: silver;
	}
	
	
	/*** End Navgiation Bar ***/
	
	div#footer {
		border-top: 2px solid brown;
		margin-top: 20px;		
	}
	
	/*** Gallery ***/
	
	
	div.carouselContent li {
		height: 140px;
		width: 110px;
		text-align: center;
	}
	
	div.carouselContent img {
		width: 100px;
		height: 100px;
		margin-right: 5px;
		margin-left: 5px;
	}
	
	div.carouselContent a.prev, div.carouselContent a.next, div.carouselContent div#carousel {
		float: left;
		margin-top: 30px;
	}
	div.carouselContent a.prev, div.carouselContent a.next {
		width: 30px;
		height: 30px;
		text-decoration: none;
	}
	div.carouselContent a.prev {
		background: url("fancybox/fancy_left.png");
		margin-left: 30px;
	}
	div.carouselContent a.next {
		background: url("fancybox/fancy_right.png");
	}
	
	/*** End Gallery ***/

	/** Contact Page ***/
	div.contactContent p {
		margin-top: 50px;
	}