/*
CSS for Tiger's Eye Website
*/

body {
	font-family: Verdana, Arial, sans-serif;
	background-color: #996633;
	line-height: 125%;
	font-size: small;
	font-weight: bold;
	color: #ffffcc;
	padding: 0;
	margin: 0;
}

a {
	font-weight: bold;
}

a:link {
	color: #cccccc;
}

a:visited {
	color: #333300;
}

a:active {
	color: #99cc33;
}

h1 {
	font-size: x-large;
	background: #333300 url(images/HeaderBackground.jpg) left bottom no-repeat;
	padding-top: 2em;
	padding-bottom: .2em;
	padding-left: .4em;
	margin: 0;
}

h2 {
	font-size: medium;
	font-weight: bold;
	background-color: #cc6600;
	padding-top: 15px;
	margin: 0;
}

h2, ul {
	margin-top: 15px;
}

li {
	font-size: small;
	list-style-type: circle;
}

em {
	font-style: normal;
	text-transform: uppercase;
}

#tagline p {
	font-style: italic;
	font-family: Georgia, "Times New Roman";
	font-size: small;
	background: #666633 url(images/TaglineFade.jpg) repeat-y left bottom;
	border-top: 3px solid #333300;
	border-bottom: 3px solid #333300;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .8em;
	margin: 0;
}

#navigation {
	font-weight: bold;
	background: #666633 url(images/MenuBackground.jpg) no-repeat;
	width: 180px;
	height: 500px;
}

#footer p  {
	line-height: 150%;
	font-size: x-small;
	font-weight: bold;
}

.fun {
	color: #99cc33;
	font-style: italic;
	font-family: Georgia, "Times New Roman";
	font-size: medium;
}

.feature {
	float: right;
	margin: 10px;
}

#header, #sitebranding, #tagline, #navigation, #bodycontent {
	/*red border for positioning
	border: 1px solid red;
	padding: 2px;
	margin-bottom: 2px;*/
}

#navigation, #bodycontent, #header {
	position: absolute;
}

#navigation, #bodycontent {
	top: 107px;
}

#bodycontent {
	left: 200px;
}

#header {
	width: 100%;
	border-top: 3px solid #333300;
}
