* {
	margin: 0;
	padding: 0;
}
a, a:hover {
	color: #fff;
}
a img {
	border: 0;
}
blockquote {
	font-size: 135%;
	line-height: 1.5em;
	font-style: italic;
	margin: 2em;
	padding: 1em;
	border-top: 1px solid #4F6040;
	border-bottom: 1px solid #4F6040;
}
body {
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #fff;
	background-color: #283120;
	background-image: url(/images/tje_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	font-size: small;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}
h3 {
	font-size: 150%;
	margin-bottom: 1em;
}
p {
	line-height: 1.5em;
	margin-bottom: 1em;
}

/***** DIVs *****/

#cite {
	font-size: 85%;
	font-style: normal;
	line-height: 1em;
	text-align: right;
	float: right;
}
#downloads #header {
	margin: 40px 0 15px 0;
	height: 370px;
	background-image: url(/images/header_bg_alt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#downloads #headerblurb {
	font-size: 16px;
	line-height: 140%;
	width: 490px;
	padding-right: 20px;
	margin-top: 50px;
	float: right;
	text-align: justify;
	clear: both;
	text-shadow: #000 2px 2px 0px;
}
#downloads li {
	font-size: 90%;
	list-style-position: inside;
	list-style-image: url(../images/pdf_small.gif);
	margin-bottom: .4em;
}
#downloads #col1 {
	width: 240px;
	float: left;
}
#downloads #col2 {
	width: 240px;
	margin-left: 10px;
	float: left;
}
#dvdcontents {
	width: 380px;
	margin-left: 40px;
	margin-bottom: 2em;
	float: left;
}
#dvdcontents strong {
	font-size: 110%;
	font-weight: bold;
}
#footer {
	color: #748D5E;
	width: 800px;
	font-size: 80%;
	border-top: 1px solid #4F6040;
	margin: 100px auto 0 auto;
	padding-top: 10px;
	clear: both;
}
#footer a {
	color: #748D5E;
	font-weight: bold;
}
#footer a:hover {
	color: #90AE75;
}
#footerleft {
	width: 400px;
	float: left;
	text-align: left;
}
#footerright {
	width: 400px;
	float: left;
	text-align: right;
}
#header {
	margin: 40px 0 15px 0;
	height: 370px;
	background-image: url(/images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#headerblurb {
	font-size: 16px;
	line-height: 140%;
	width: 490px;
	padding-right: 20px;
	margin-top: 170px;
	float: right;
	text-align: justify;
	clear: both;
	text-shadow: #000 2px 2px 0px;
}
#maincontent {
	clear: both;
}
#maincontent li {
	margin-bottom: .6em;
	list-style-type: none;
	line-height: 1.4em;
	text-align: justify;
}
#maincontent p {
	text-align: justify;
	font-size: 110%;
	
}
#nav {
	display: inline;
	list-style-type: none;
	float: right;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
}
#nav a {
	color: #A5AD9E;
	text-decoration: none;
}
#nav a:hover, #nav a.current {
	color: #fff;
	border-bottom: 2px solid #283120;
	padding-bottom: 3px;
	position: relative;
}
#nav li {
	display: inline;
	list-style-type: none;	
	margin-right: 15px;
}
#thejudge {
	width: 380px;
	float: left;

}
#thejudge img {
	float: left;
	padding: 5px;
	border: 1px solid #4F6040;
	margin: 0 1em 1em 0;
}
#trailer {
	width: 400px;
	padding-right: 65px;
	margin-top: 50px;
	float: right;
	clear: both;
}
#wrapper {
	text-align: left;
	width: 800px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/***** classes *****/

a.button {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: normal 12px "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	font-weight: bold;
}

a.button span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a:hover.button {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll bottom right;
	color: #fff;
}
a:hover.button span {
    background: transparent url('/images/bg_button_span.gif') no-repeat bottom left;
}
a.button:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}