	body {
	color: #000;
	font-family: trubuchet, sans-serif;
	font-size: 12px;
	background-image: url('../images/design/stripes.png');
	margin-top: 0px;
	margin-bottom: 0px;
}

/*Standard Tags*/

a {
	color: #7D000F;
	text-decoration: none;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 21px;
}

h3 {
	font-size: 19px;
}

table {
	background: #CDBAA0;
	border: 1px solid #000;
	border-collapse: collapse;
}

th {
	text-align: left;
}

td {
	text-align: center;
}

td, th {
	border: 1px solid #000;
	padding: 5px;
}

/*IDs*/

#siteheading h1 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}

#jellodiv, #topcorners, #bottomcorners {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 945px;
	background-image: url('../images/design/backdrop.png');
}

#topcorners {
	height: 34px;
	background-image: url('../images/design/topcorners.png');
}

#contentdiv {
	margin: 0px 60px;
}

#navbar {
	position: absolute;
	left: 22px;
	height: 30px;
	width: 901px;
	background-image: url('../images/design/nav.png');
	z-index: 5;
}

#navbar h1 {
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#navbar h1:hover {
	color: #B89C76;
}

#navbar ul {
	list-style-type: none;
	margin-top: 2px;
	padding-bottom: 4px;
}

#navbar li, #navbar a {
	color: #FFF;
}

#navbar li {
	text-indent: 0px;
	padding-left: 62px;
	padding-bottom: 6px;
	margin-top: 6px;
	float:left;
}

#navbar li li {
	position: absolute;
	left: -3000px;
	margin: 0;
	padding: 0;
}

#navbar ul ul {
	position: absolute;
	max-width: 270px;
	padding-top: 2px;
}

#navbar li li a {
	display: block;
	width: 195px;
}

#navbar li a {
	padding-right: 10px;
	padding-left: 10px;
}

#navbar li a:hover {
	color: #B89C76;
}


#navbar li li a:hover {
	color: #FFF;
	background-color: #7D000F;
	text-decoration: none;
}

#navbar li:hover li {
	position: relative;
	left: -42px;
	width: 215px;
	line-height: 1.7;
	background-color: #360D1B;
}

#currentpage, #currentpage a {
	color: #B89C76;
}

#pageheading {
	padding-top: 32px;
}

#searchresults {
	height: 120px;
	width: 300px;
	border: solid 1px #7D000F;
	line-height: 1.5;
	float: right;
}

#searchresults ul {
	list-style-type: none;
}

#searchresults li {
	position: relative;
	left: -41px;
	text-indent: 0px;
	float: left;
}

#searchresults li a {
	display: block;
	padding-right: 1px;
	padding-left: 10px;
	width: 290px;
}

#embeddedvideo {
	width: 425px;
	height: 344px;
	background-color: #000;
	margin-bottom: 20px;
}

#indexbody {
	min-height: 425px;
}

#backgroundbody {
	min-height: 280px;
	width: 550px;
	font-size: 18px;
}

#theorybody {
	min-height: 292px;
	width: 550px;
	font-size: 18px;
}

#indexbody p {
	font-size: 18px;
}

#firefox img {
	border: none;
	float: right;
}

#backgroundnav {
	height: 93px;
	width: 170px;
	border: solid 1px #7D000F;
	line-height: 1.5;
	float: right;
}

#backgroundnav ul {
	list-style-type: none;
	margin-top: 2px;
}

#backgroundnav li {
	position: relative;
	left: -41px;
	text-indent: 0px;
	float: left;
}

#backgroundnav li a {
	display: block;
	padding-right: 1px;
	padding-left: 10px;
	width: 160px;
}

#standardclip {
	position: absolute;
	top: 100px;
	left: 300px;
	width: 425px;
	height: 384px;
	background-color: #000;
}

#standardclip p {
	padding-left: 10px;
	font-size: 18px;
	color: #FFF;
}

#footer {
	border-top: solid 1px #000;
}

#footer p {
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
}

#footer img {
	position: relative;
	top: 3px;
}

#bottomcorners {
	height: 38px;
	background-image: url('../images/design/bottomcorners.png');
}

#padbottom {
	width: 5px;
	height: 30px;
}


/*Classes*/

.expandmargin img {
	margin-left: 17px;
}

.footnote {
	font-size: 10px;
}

.evenli {
	background-color: #7D000F;
}

li.evenli:hover {
	background-color: #971D1F;
}

.oddli a:hover {
	color: #971D1F;
}

.evenli a {
	color: #FFF;
}

.rightimage {
	float: right;
}

.pullquote {
	width: 353px;
	height:74px;
	background-image: url('../images/design/pullquotebg.png')
}

.pullquote p {
	font-size: 18px;
	padding-left: 9px;
	padding-top: 9px;
}

.pullquotetwo {
	width: 353px;
	height: 190px;
	background-image: url('../images/design/pullquotebgtwo.png')
}

.pullquotetwo p {
	font-size: 18px;
	padding-left: 9px;
	padding-right: 3px;
	padding-top: 11px;
}

.inlineh2, .inlineh3 {
	display: inline;
}

.slashedheading {
	margin-top: 27px;
}

.border {
	padding-top: 16px;
}

.border img {
	border: 1px solid #000;
}

.inlineimage {
	border: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: 2px;
}

.bodyimage {
	border: 1px solid #000;
	margin-bottom: -10px;
	margin-top: 10px;
}

.chartone {
	margin-left: 80px;
}

.cite {
	padding-left: 20px;
	font-size: 13px;
}

/*Tweaks*/

.kildarenav {
	margin-right: 78px;
}

.grandhotelnav {
	margin-right: 249px;
}

.genrenav {
	margin-right: 78px;
}

.altruistsnav {
	margin-right: 180px;
}

.theorynav {
	margin-right: 290px;
	margin-bottom: 20px;
}

.agendasettingnav {
	margin-right: 249px;
	margin-bottom: 20px;
}

.framingnav {
	margin-right: 150px;
	margin-bottom: 20px;
}

#genrebody {
	min-height: 493px;
	width: 550px;
	font-size: 18px;
}