/*
Wellington Labradors CSS Style
Hand-coded by Jacob Torrey
Copyright (C) 2008 Jacob Torrey
*/

body {
	background: url('bone.jpg');
}

div#container {
	background-color: white;
	border: yellow 2px solid;
	border-style: outset;
	padding: 1px;
	width: 90%;
	margin: 0 auto;
}

div#header {
	width: 600px;
	margin: 0 auto;
	text-align: center;
}

div#footer {
	text-align: center;
}

div#footer a {
	color: #6c382b;
	text-decoration: none;
	font-size: smaller;
}

div#links {
	margin: 0 auto;
	text-align: center;
}

div#links li {
	padding: 1em;
	padding-top: 0;
	display: inline;
}

div#links li a {
	font-weight: bold;
	font-size: small;
	text-transform: uppercase;
	color: black;
	text-decoration: none;
}

