/* CSS Document */
/* CSS Document
Author: Robert Day
Company: Liquid Light
Site: Tigers Nest
Date: 21.04.05
 */

/*DEFINING MAIN TAG ATTRIBUTES*/
html, body {
	margin: auto;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	background-color: #5C0404;
  background-image: url(images/background_tile_big.gif);
	background-position: center top;
	background-repeat: repeat-y;
	}
p {
	margin-top: 0px;
	}
input {
	margin-top: 6px;
	font-size: 100%;
	}
form {
	margin: 0px;
	}
select {
	margin-top: 6px;
	font-size: 100%;
	}
a {
	text-decoration: none;
	color: blue;
	}
a:hover {
	text-decoration: underline;
	color: blue;
	}
	h3 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
	}
	h4 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 3px;
	}
	
	/*CLASS DEFINITIONS*/
.main {
	margin: auto;
	padding-top:20px;
	width: 510px;
	}
	.tigertitle {
	float: left;
	padding-bottom: 13px;
	}
	.leftpic {
	float: left;
	padding-right: 5px;
	}
	.rightpic {
	float: right;
	}
	.content {
	width: 305px;
	float: left;
	text-align: right;
	margin-top: 40px;
	margin-bottom: 30px;
	padding-right: 30px;
	border-right: 1px dotted #5C0404;
	}
	#nav {
	float: left;
	text-align: left;
	padding-left: 0px;
	width: 160px;
	margin-top: 26px;
	}
	#nav li {
	list-style: none;
	margin-left: -10px;
	padding-bottom: 10px;
	}
	#nav a {
	text-decoration: none;
	color: #6F2922;
	}
	#nav a:hover {
	text-decoration: underline;
	color: #6F2922;
	}
	.bottom_bar {
	width: 100%;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	border-top: 1px dotted #5C0404;
	clear: both;
	}
	#symbol {
	float: right;
	padding-bottom: 20px;
	}
	.line {
	border-bottom: 1px solid #AF7462;
	width: 100%;
	margin-bottom: 20px;
	}
	#right_text {
	float: right;
	text-align: left;
	width: 160px;
	}