/* GENERAL RULES */
body {
	margin: 5px 0 15px 0;
	color: #734327;
	background: #F0E0D1;
	font-family: "Verdana", sans-serif;
}

p,ul {
	margin: 0 10px 1em 18px;
	font-size: 65%;
	line-height: 1.2em;
}

li {
	margin-bottom: 0.3em;
}

h1 {
	color: #7B070A;
	font-size:100%;
	margin:1em 0 0.5em 18px;
}
	
p.footer {
	margin: 2px 5px 0 2px;
	color: #7B070A;
	font-size: 60%;
}

a,a:active,a:visited, p.footer a:hover {
	color: #7B070A;
	text-decoration: underline;
}

a:hover, p.footer a, p.footer a:active, p.footer a:visited {
	color: #7B070A;
	text-decoration: none;
}

/* tables */
td,th,div {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

table {
	margin: 0;
}

table.main {
	width: 740px;
}

td.pics {
	border-left: 2px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 2px solid #fff;
	background:#AD6D4A;

}

td.content {
	width: 248px;
	border-bottom: 2px solid #fff;
	padding: 50px 32px 0 0;
	background: url(images/content_background.gif) #DED3C6;
}

td.nav {
	background: url(images/nav_background.gif) repeat-y;
	vertical-align: bottom;
}

/* IMAGES */
img {
	border: 0;
}

