@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #A4B197;
}
#banner {
	height: 200px;
	width: 1000px;
	background-image: url(images/tiger-background-banner.jpg);
}
#content {
	width: 980px;
	background-image: url(images/tiger-arts-content-backgrou.jpg);
	padding: 10px;
	float: none;
	background-repeat: no-repeat;
}
#footer {
	clear: both;
	height: 25px;
	width: 980px;
	background-color: #EAE3D3;
	padding-right: 10px;
	padding-left: 10px;
}
#contentleft {
	float: left;
	width: 600px;
	margin: 25px;
}
#contentright {
	float: right;
	width: 250px;
	margin: 25px;
}
#rightstack1 {
	width: 250px;
}
#rightstack2 {
	width: 250px;
}
#rightstack3 {
	width: 250px;
}
#rightstack4 {
	width: 250px;
}





a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #660000;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #000000;
}

h1 {
	font-size: xx-large;
	color: #000000;
}

h2 {
	font-size: x-large;
	color: #000000;
}

h3 {
	font-size: large;
	color: #000000;
}

h4 {
	font-size: medium;
	color: #000000;
}

h5 {
	font-size: small;
	color: #000000;
}

h6 {
	font-size: x-small;
	color: #000000;
}

#container {
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
}
