* { margin: 0; padding: 0; }


body {
	font: 12px Arial, Helvetica, sans-serif;
	background: url(images/tarabg.png) top repeat-x #ECD4D0;
	color: #6A524E;
	}

img {
	border: 0px;
	}

p {
	padding: 5px;
	margin-bottom: 10px;
	}

a:link, a:visited {
	color: #7C7F84;
	text-decoration: underline;
	}

a:hover {
	color: #917206;
	text-decoration: none;
	}

strong, b {
	color: #CA7567;
	}

em, i {
	color: #CA7567;
	}

h1 {
	background: url(images/h1bg.png) left no-repeat transparent;
	height: 75px;
	font: italic 28px Georgia, "Times New Roman", Times, serif;
	color: #303A49;
	text-transform: lowercase;
	text-align: left;
	text-indent: 75px;
	padding-top: 35px;
	}

h2 {
	font: 8px Arial, Helvetica, sans-serif;
	color: #424d4c;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 10px;
	margin-top: -40px;
	margin-left: 70px;
	text-indent: 15px;
	}

ul.list {
	margin-left: 25px;
	padding: 5px;
	list-style-type: circle;
	margin-bottom: 10px;
	}

/* outline of page */

#container {
	width: 100%;
	margin: 0 auto;
	}

#header {
	background: url(images/tara_header.gif) left no-repeat;
	height: 380px;
	}
	
#content {
	background: transparent;
	width: 615px;
	text-align: justify;
	line-height: 25px;
	margin-left: 15px;
	margin-top: -50px;
	margin-bottom: 65px;
	}

#navigation {
	background: transparent;
	width: 450px;
	position: absolute;
	top: 10px;
	left: 335px;
	}

#footie {
	background: #E9EDDF;
	text-align: center;
	color: #50474F;
	height: 100%;
	margin-top: 5px;
	bottom: 0px;
	}

/* navigation style */

#navigation a.navlink, #navigation a.navlink:visited  {
	background-color: #fff;
	color: #6C5C5F;  
	display: inline;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 5px;
	border-bottom: 0px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	}

#navigation a.navlink:hover {
	background-color: #AAD09A;	 
	color: #6C5C5F;  
	display: inline;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 5px;
	border-bottom: 3px solid #E8EDAB;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	}

/* other stuff */

#footie a.foot:link, a.foot:visited {
	color: #981313;
	text-decoration: underline;
	}

#footie a.foot:hover {
	color: #8BBB77;
	text-decoration: none;
	}

.pic {
	padding: 5px;
	background-color: #D85B5B;
	}

.left {
	padding: 5px;
	margin-right: 5px;
	float: left;
	}
	
.center {
	text-align: center;
	}

input, textarea, select, option {
	padding: 5px;
	background-color: #a59c63;
	color: #000;
	border: 0px;
	}

/* miscellany */
.filler {
	display: none;
	}
