/* RESET BROWSERS */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }

/* GLOBAL */

body {  
	font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px;
	background: #e1cb0f url(art/yellowbg.png) repeat;
}

a {
	color: #444400;
}

#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/* GRAPHIC */

#graphic {
	float: left;
	width: 275px;
	margin-top: 60px;
	padding: 42px 20px 36px 20px;
	margin-right: 15px;
	background: #fff;
	text-align: center;
	-moz-box-shadow: 0px 2px 6px rgba(0,0,0,.4);
	-webkit-box-shadow: 0px 2px 6px rgba(0,0,0,.4);
	position: fixed;
	-webkit-border-top-left-radius: 28px;
	-webkit-border-bottom-left-radius: 28px;
	-moz-border-radius-topleft: 28px;
	-moz-border-radius-bottomleft: 28px;


}

/* MAIN */

#main {
	float: left;
	width: 400px;
	margin-left: 330px;
	background: #fff ;
	background: rgba(255,255,255,.8) url(art/sprockets_wide.png) repeat scroll;
	border-left: 1px solid white;
	padding: 96px 20px 40px 25px;
	-moz-box-shadow: 0px 2px 6px rgba(0,0,0,.4);
	-webkit-box-shadow: 0px 2px 6px rgba(0,0,0,.4);
	-webkit-border-bottom-right-radius: 28px;
	-moz-border-radius-bottomright: 28px;
	margin-bottom: 50px;
}

h1 {
	font-family: Georgia;
	color: #666600;
	padding-bottom: 12px;
	padding-left: 35px;
	padding-right: 38px;
	font-size: 28px;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(255,255,255,.7);
}

h2 {
	font-family: Georgia;
	margin-top: -15px;
	padding-bottom: 12px;
	padding-left: 35px;
	padding-right: 38px;
	font-size: 14px;
	font-style: italic;
	text-shadow: 0px 1px 1px rgba(255,255,255,.4);
}

#home h2 {
	padding-left: 105px;
	font-size: 25px;
	margin-bottom: 20px;
	}

h3 {
	font-weight: bold;
	font-size: 13px;
	padding-left: 55px;
	text-indent: -20px;
	padding-right: 38px;
	margin-top: 14px;
	margin-bottom: 2px;
	line-height: 140%;
}


p {
	padding-left: 35px;
	padding-right: 38px;
	margin-bottom: 12px;
	line-height: 140%;
}

p img {
	margin-bottom: -1px;
}

.allcaps {
	text-transform: uppercase;
}

.signature {
	font-family: Georgia;
	font-size: 14px;
	font-style: italic;
	padding-top: 8px;
	padding-left: 200px;
}

.intermission {
	text-align: center;
	font-family: Georgia;
	font-size: 11px;
	font-style: italic;
	letter-spacing: 4px;
}

#LR {
	margin-bottom: 12px;
}

#LR p {
	margin-bottom: 0px;
	padding-left: 70px;
	text-indent: -20px;
}

#master p, #guests p {
	font-size: 9px;
}

#awards p {
	padding-left: 55px;
	text-indent: -20px;
	margin-bottom: 0px;
}

.footnote {
	font-size: 9px;
	margin-bottom: 4px;
}

.awardSub {
	font-family: Georgia;
	font-size: 12px;
	color: #666600;
	font-weight: normal;
	font-style: italic;
}

.nA {
	font-size: 9px;
	color: #666600;
	font-family: Georgia;
}
/* NAV */

#nav {
	float: left;
	margin-top: 96px;
	margin-left: -15px;
	width: 78px;
}

#nav li {
	list-style: none;
	font-size: 9px;
	padding: 6px 12px 6px 12px;
	margin-bottom: 12px;
	-moz-border-radius-bottomright: 7px; 
 	-webkit-border-bottom-right-radius: 7px;	
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.4);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.4);
	background: rgba(146,164,39,.6);
	border-right: 1px solid rgba(255,255,255,.4);
	border-bottom: 1px solid rgba(255,255,255,.4);

}

#nav li:hover {
		background: rgba(255,255,255,.5);
}

#nav a {
	text-decoration: none;
}

#home #homeLink,
#one #oneLink,
#two #twoLink,
#three #threeLink,
#four #fourLink,
#five #fiveLink,
#six #sixLink,
#seven #sevenLink,
#eight #eightLink,
#nine #nineLink,
#ten #tenLink,
#eleven #elevenLink,
#twelve #twelveLink,
#thirteen #thirteenLink,
#fourteen #fourteenLink,
#master #masterLink,
#lightning #lightningLink,
#awards #awardsLink,
#guests #guestsLink,
#history #historyLink,
#rules #rulesLink {
	font-weight: bold;
	background: rgba(255,255,255,.5);
	
}

