/**
 * aca.css
 *
 * Copyright (c) 2003-2005 The Public Knowledge Project
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Archivaria styles.
 *
 */

/**
 * Common HTML elements
 */

body {
	background-image: url(gradient-bottom.gif);
	background-color: #0f355c;
	background-repeat: repeat-x;
}

a:link {
	color: #500500;
	text-decoration:none; 
}

a:active {
	color: #500500;
	text-decoration:none; 
}

a:visited {
	color: #101000;
	text-decoration:none; 
}

a:hover {
	background-color: #e6dccc;
	color: #d00;
	text-decoration:underline;
}

a.plain {
	text-decoration: none;
}

#header {
	height: 120px;
/*	background-image: url(gradient-bottom.gif);*/
	background-color: #9C1F2D;
	background-repeat: repeat-x;
}

#footer {
	background-color: #500300;
}

#main {
	background-color: #ffffff;
}

#content {
	background-color: #ffffff;
}

#body {
	background-color: #ffffff;
}

#navbar {
        font-size: 0.9em;
}

