/* GENERAL RULES */

body {
	background-color: #411E15;
	font-family:arial,sans-serif;
	color:#411E15;
	margin: 0 0 20px 0;
	padding:0;
	background-image:url('../images/background.jpg');
	background-repeat:repeat-x;
	text-align:center;
}

div#main {
	text-align:left;
	}
a, a:visited {
	color:#5E1D00;
	}
a:active, a:hover {
	color:#5E1D00;
	}
	
img {
	border:0;
	margin:0;
	padding:0;
}

p {
	line-height: 1.3em;
	margin: 0 15px 0.8em 20px;
	font-size:90%;
}
ul {
	line-height: 1.3em;
	margin: 3px 15px 0 40px;
	font-size:90%;
}


table {
	border: 0;
	margin: 0;
}
td,th {
	padding: 0;
	vertical-align:top;
}


img.logo {
	margin-top:13px;
	margin-bottom:3px;
	}
.floatRightTop {
	float:right;
	border-left:2px solid #F2EEE7;
	border-bottom:2px solid #F2EEE7;
	margin:0 0 -2px 0;
	}
.floatRightPop {
	float:right;
	border-left:2px solid #F2EEE7;
	border-bottom:2px solid #F2EEE7;
	margin:0 0 -2px 10px;
	}
	
.floatLeft {
	float:left;
	border-right:2px solid #F2EEE7;
	border-bottom:2px solid #F2EEE7;
	border-top:2px solid #F2EEE7;
	margin:10px 10px 10px -20px;
	}
img.button {
	margin-left:18px;
	}
	
ul#nav {
	margin:0;
	padding:10px 0;
	background-color:#651b1b;
	border:2px solid #fff;
	text-align:center;
}
ul#nav li {
	display:inline;
	list-style-type:none;
	margin:0;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	}
ul#nav li a {
	color:#c2c8af;
	padding:10px;
	text-decoration:none;
	}
	
div#headerPics img {
	width:870px;
	height:332px;
	border-bottom:2px solid #fff;
	}

table#indexContent {
	width:870px;
	height:100%;
	}

@media screen {
.printOnly {
	display:none;
}
object.flashHeader {
	width:870px;
	height:501px;
	}
div#main {
	width:870px;
	margin:0 auto;
	}
table.main {
	width:870px;
	}
table.main td.border {
	width:2px;
	background-color: #F2EEE7;
	}
table.main td.borderB {
	height:2px;
	background-color: #F2EEE7;
	}
table.main td.content {
	width:866px;
	background-color:#F2E2C9;
}
	
	
table.footer {
	width:870px;
	}
table.footer p.footer {
	margin: 0 2px 0.8em 2px;
	font-size:75%;
	color:#F2EEE7;
}
p.index {
	margin: 0 2px 0.8em 2px;
	font-size:90%;
	color:#F2EEE7;
}
table.footer a, table.footer a:visited, p.index a {
	color:#F2EEE7;
	}
table.footer a.footer:active, a.footer:hover {
	color:#F2EEE7;
	}
	
table.pop {
	width:540px;
	}
table.pop td.border {
	width:2px;
	background-color: #F2EEE7;
	}
table.pop td.borderB {
	height:2px;
	background-color: #F2EEE7;
	}
table.pop td.pop {
	width:536px;
	height:322px;
	background-color: #C2C8AF;
	}	
table.pop td.pop p.pop {
	line-height: 1.3em;
	margin: 0 15px 0.8em 20px;
	font-size:90%;
}

@media print {
.screenOnly {
	display:none;
}
body {
	background: #fff;
	font-family:arial,sans-serif;
	color:#000;
}
table.main {
	border:0 solid #fff;
	width:612px;
}
table.main tr td.borderB {
	display:none;
}

object.flashHeader {
	width:612px;
	height:400px;
	}

table.main {
	width:612px;
	}
table.main td.content {
	width:610px;
	background-color: #fff;
	}
	
table.footer {
	width:612px;
	}
}
