	/* GENERAL STUFF */
body  
{
background-image: url('images/background2.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
}

/* Container to make everything fit in the central column */
#container
{
	position: relative;
	margin: 0px;
	left: 170px;
	width: 595px;
}

	/* HEADERS */
h1.margin
{
margin: 20px 0px;;
}

h2.margin
{
margin: -10px 0px;
}

h1 
{
font-size: 20pt;
font-family: georgia;
text-align: center
} 

h2 
{
color: black;
font-variant: small-caps;
font-family: georgia
} 


	/* PARAGRAPHS */
p 
{
text-indent: 1cm;
text-align: justify;
font-family: georgia;
color: #121110;
}

p.footer
{
margin: 20px 0px;
text-align: justify;
font-family: georgia;
font-size: 8pt;
}

center
{
width: 100%;
text-align: center;
color: #292421;
}


	/* LINKS */
a:link {color: #E2CEBA}
a:visited {color: #000000}
a:hover {color: #FFFFFF}


	/* LISTS */
ul.menu 
{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}

a.menu 
{
	float:middle;
	text-decoration:none;
	color:#D0AE8C;
	background-color:#67492B;
	padding:0.2em 0.6em;
	border-right:0px;
}

a.menu:hover {
	background-color:#A27244
}

li {
	display:inline
}


	/* TABLES */
table 
{
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: rgb(99, 87, 75);
	border-collapse: collapse;
	background-color: white;
	font-family: georgia;
}

table th 
{
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: rgb(99, 87, 75);
	background-color: rgb(174, 161, 148);
	
}

table td 
{
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: rgb(99, 87, 75);
	background-color: rgb(174, 161, 148);
	text-align: justify;
}

table td.image 
{
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: rgb(99, 87, 75);
	background-color: rgb(174, 161, 148);
	text-align: center;
}

