/* CSS Document */

/* CSS Document */

*{
	margin: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


images {
	border:none;
	list-style-type:none;
}

body{
	background: url(images/backsq.gif) repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#page{
	width: 800px;
	text-align: left;
	padding-bottom: 145px;
}

#main{
background-color: white;
padding-bottom: 20px;
}

/* menu style */
#menu{
width: 260px;
font-size: 1.3em; font-style: italic; color: #cc7a53;
padding-top: 45px;
}

#menu ul{
list-style: none;
margin: 0;
padding: 0;
}

#menu li{
display: block;
height: 35px;
padding: 5px 5px 0 10px;
border-bottom: 1px solid #cc7a53;
}

#menu li a{
font-weight: normal;
color: #522822;
text-decoration: none;
}

#menu li a:hover{
color: #cc7a53;
}
/* end menu style */

h1, h2, h3, h4{font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-style:italic; padding-top: 5px;}
h1 {font-size: 1.9em; color: #cc7a53;}
h2 {font-size: 1.7em; color: #522822;}
h3 {font-size: 1.5em; color: #522822;}
h4 {font-size: 1.1em; color: #522822;}
h5 {font-size: 1.1em; color: blue;}

p{
	font-size: 0.75em;
	text-indent: 10px;
	padding-top: 5px;
	line-height: 1.55em;
	color: black;
}

a{
color: #522822;
font-style: italic;
}

a:hover{
color: #cc7a53;
}

#footer {
width: 800px;
}

#footer td {
padding-left: 5px;
}

#footer p {
text-indent: 0;
}
