/* CSS Document */

* {
	margin:0;
	font-family:Times;
}



html
{
height: 100%;
}

body {
	background-color:#87350a;
	background-image:url(images/background.jpg);
	text-align:justify;
	margin-top:0px;
	margin-bottom:0px;
	height: 100%;
}

p {
	margin-top:.5em;
	margin-bottom:.5em;
}

a {

}

#header {
	background-color:#000;
	height:30px;
	text-align:center;
	padding-top:10px;
}


#header ul {
	list-style:none;
	list-style-type:none;
	float:center;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:45px;
}

#header li {
	display:inline;
	margin-right:20px;
	font-weight:bold;
	font-size:85%;
	text-decoration:none;
	color:#fbf8e5;
}

#header li a {
	text-decoration:none;
	color:#b38c4a;
}

#header li a:hover {
	color:#87350a;
}

#wrapper {
	width:550px;
	margin:auto;
	border-left:1px solid #000;
	border-right:1px solid #000;
	background-color:#fbf8e5;
	font-size:92%;
	padding:40px;
	padding-left:50px;
	padding-right:50px;
	line-height:1.2em;
	position: relative;
	min-height: 100%;
	
}

* html #wrapper
{
height: 100%;
}

#title {
	font-size:144%;
	font-style:italic;  bold;
	
}

#ptitle {
	color:#a05533;
}

#stitle {
	font-size:107%;
	font-style:italic;
}

#graphic {
	width:239px;
	height:170px;
	background-image:url(images/logo.gif);
	background-position:center;
	background-repeat:no-repeat;
	margin-bottom:25px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#graphic a {
	width:239px;
	height:170px;
	position:relative;
	left:0px;
	
	margin-bottom: 20px;
	text-decoration:none;
}

#graphic a i {
	visibility: hidden;
}

li.column1 { margin-left: 1.5em; }
li.column2 { margin-left: 3em; }


#footer {
	background-color:#000;
	text-align:center;
	position: relative;
	margin-top: -.5em;
}

#footer p {
	color:#b38c4a;
	font-size:77%;
	padding:10px;
}

#footer p a {
	text-decoration:none;
	color:#b38c4a;
	border-bottom:1px solid #b38c4a;
}

#footer p a:hover {
	color:#87350a;
	border-bottom:1px solid #87350a;
}

.links {
	color: #71270E;
}

