/*
 * Project  Name: None
 * File / Folder: /css/liamtara.css
 * File Language: css
 * Copyright (C): 2007 Liam Bryan
 * First  Author: Liam Bryan
 * First Created: 2007.04.08 08:00:35
 * Last Modifier: Liam Bryan
 * Last Modified: 2007.08.08 09:09:16
 */

body {
	width: 800px;
	margin: 0 auto;

	color: rgb(55, 55, 55);
	background-color: white;
	font-family: Arial, Verdana, sans-serif;
}

h1, h2, h3, h4 {
	color: rgb(95, 157, 95);
	text-align: center;
	font-family: Georgia, Times New Roman, serif;
}

a {
	color: rgb(231, 149, 15);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#logo {
}

#navigation {
	margin: 1em auto;

	list-style-type: none;
	text-align: center;
}

#navigation li {
	display: inline;

	margin: 0;
	padding: 15px 10px;

	border-left: 1px solid rgb(231, 149, 15);
}
#navigation li:first-child {
	border-left: 0;
}

#content {
	width: 600px;
	margin: 0 auto;
}

#footer {
	margin: 100px auto 0 auto;

	list-style-type: none;
	text-align: center;
}

#footer li {
	display: inline;

	padding: 2px 10px;

	border-left: 1px solid inherit;
}
#footer li:first-child {
	border-left: 0;
}

.liam {
	color: black;
}
.tara {
	color: rgb(96, 96, 96);
}


fieldset label {
	display: block;

	margin-bottom: 1em;
}
