body {
	padding: 0;
	margin: 0;
	background: url(img/main-bg.jpg) no-repeat left top #6a533a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a:link, a:visited {
	color: #3985cb;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #4ca2f0;
	text-decoration: underline;
}

p {
	line-height: 18px;
}

p.copyright {
	float: left;
	margin-left: 15px;
	color: #937754;
	font-size: 11px;
}

h1 {
	font-size: 20px;
	color: #6a533a;
	letter-spacing: -1px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	color: #6a533a;
	letter-spacing: -1px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	color: #6a533a;
	letter-spacing: -1px;
	font-weight: bold;
}

img {
	border: 0;
}

img.collie {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
}

a img.logo {
	position: absolute;
	left: 160px;
	top: 65px;
	z-index: -9;
}

a img.home {
	position: absolute;
	left: 210px;
	top: 150px;
	z-index: -7;
}

a img.join {
	position: absolute;
	left: 17px;
	top: 286px;
	z-index: -5;
}

img.sticker {
	position: absolute;
	right: 0;
	top: 20px;
	z-index: -7;
}

div#menu {
	position: absolute;
	left: 305px;
	top: 173px;
	z-index: -8;
	display: block;
	height: 33px;
}

div#menu a {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	letter-spacing: -1px;
	font-weight: bold;
	padding: 13px 20px 15px 15px;
	background: url(img/menu-divider.gif) no-repeat right;
}

div#menu a:hover {
	background: url(img/menu-divider-hover.gif) no-repeat right #D6D6D6;
}

div#wrapper {
	position: absolute; 
	top: 240px;
	left: 175px;
	width: 1043px;
	padding-bottom: 35px;
}

div#main {
	position: relative; 
	width: 1043px;
	background: url(img/main-bottom.gif) bottom no-repeat;
	min-height: 9px;
	padding-bottom: 9px;
}

div#main div.top {
	width: 1043px;
	background: url(img/main-top.gif) bottom no-repeat;
	height: 9px;
}

div#main div.content {
	background: #ffffff;
	width: 1013px;
	padding: 10px 15px 5px 15px;
	overflow:auto;
}

ul li {
	padding-bottom: 10px;
}

table.list {
	border-collapse: collapse;
}

table.list td {
	border: solid 1px #cacaca;
	padding: 3px;
}

table.list tr.heading {
	background: #666666;
	color: #fafafa;
	font-weight: bold;
	font-size: 10px;
}
