td{
	color: #DBB787;
	font-family: verdana;
	font-size: 12px;
}

h1{
	border-bottom: 1px solid #DBB787;
	color: #DBB787;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
}

.nav{
	background: url(images/nav.jpg) no-repeat;
}

.nav a{
	font-weight: normal;
}

a{
	font-weight: bold;
	color: #BF755D; 
	text-decoration: none;
}

a:hover{
	color: #DBB787;
}

ul{	
	padding-left: 16px;
	list-style: circle;

}

.main{
	background: url(images/main.jpg) no-repeat;
	text-align:justify;
}

.title{
	background: url(images/title.jpg) no-repeat;
	font-size: 18pt;
	font-family: georgia;
	text-align: left;
	padding-top: 50px;
	padding-left: 55px;
	color: #FFFFFF;
	font-style: italic;
}

#box{
	padding: 5px;
	background: #9C4C1F url(images/box.gif) no-repeat;
	margin: 3px;
	border: 1px solid #B67840;
}