/**
 * desert.css
 *
 * Copyright (c) 2000-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Desert theme.
 *
 * $Id: desert.css,v 1.4 2008/04/04 17:06:52 asmecher Exp $
 */

body {
	background-color: #ffffff;
}

a:link {
	color: #660000;
}

a:active {
	color: #993338;
}

a:visited {
	color: #660000;
}

a:hover {
	color: #EECCCC;
	background: #660000;
}

#header {
	background: #fff; 
	border-bottom: 2px solid #898e79;
}

#headerTitle {
	padding-bottom: 10px;
	padding-top: 30px;
	height: 60px;
	background: #660000;	
}

#header h1 {
	font-family: Garamond,'Times New Roman',Times,serif;
	color:  #fff;
}

#main h2 {
	font-family: Garamond,'Times New Roman',Times,serif;
}

#main h3 {
	font-family: Garamond,'Times New Roman',Times,serif;
}

#navbar {
	border-bottom: 1px solid #898e79;
}

#content {
	border-top: 0px dotted #000;
}

#content h3 {
	font-family: Garamond,'Times New Roman',Times,serif;
}

#content h4 {
	font-family: Garamond,'Times New Roman',Times,serif;
}

