* {
	margin:0;
	padding:0;
}

body {
	font-family: Georgia,Times New Roman,serif;
	background-color:#FFFFF0;
	color:#1B180B;
	font-size:0.9em;
}

h1 {
    margin:25px 0 10px 0;
    font-size:2.8em;
    font-weight:normal;
}

h2 {
	margin:15px 0 10px 0;
	font-size:1.8em;
	font-weight:normal;
}

h3 {
    margin:30px 0 3px 0;
    font-size:1.0em;
    font-weight:bold;
}

#content a:link, #sidebar a:link {
    text-decoration: none;
    color: #1B180B;
    border-bottom: 1px dotted #1B180B;
}

#content a:visited, #content a:active, #sidebar a:visited, #sidebar a:active {
    text-decoration: none;
    color: #666;
    border-bottom: 1px dotted #1B180B;
}

#content a:hover, #sidebar a:hover {
    text-decoration: none;
    color: #1B180B;
    border-bottom: 1px solid #1B180B;
}

#header {
	background-color:#F2821A;
	border-bottom:2px solid #1B180B;
	border-top:2px solid #1B180B;
	/*padding:7px 7px 5px 29px;
	background-image: url('images/banner.gif');
	background-repeat: no-repeat;
    background-attachment:fixed;
    background-position:0 1px;
    height:58px;*/
}

#footer {
	background-color:#F2821A;
	border-top:2px solid #1B180B;
	border-bottom:2px solid #1B180B;
	/*text-align:right;*/
	padding:7px 15px 7px 30px;
	font-size:0.8em;
	margin-top:30px;
}

#footer a:link {
    text-decoration: none;
    color: #333;
    border-bottom: 1px dotted #333;
}

#footer a:visited, #footer a:active {
    text-decoration: none;
    color: #333;
    border-bottom: 1px dotted #333;
}

#footer a:hover {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
}

#content {
    width:760px;
    padding:0 30px 10px 0px;
} 

#main {
	padding:0 50px 10px 30px;
	width:400px;
}

#sidebar {
	position:absolute;
	top:120px;
	left:480px;
	width:235px;
}

#sidebar ul {
    list-style-position: outside;
    list-style-type: none;
    margin:12px 0 24px 0;
    padding-left:0;
}

#sidebar ul li {margin:0 0 6px 0;}

#sidebar table {
	margin:0;
	border:0;
}

#sidebar table td {
	padding:5px 5px 0 0;
}

#main div.illustration {
	float:right;
	background-color:#1B180B;
	margin: 20px 0 20px 30px;
	color:#ccc;
	font-size:0.7em;
	text-align:right;
	padding:5px;
}

#main div.illustration img {margin-bottom:3px;}

#content p {
	padding-top:10px;
	line-height:1.5em;
}

#content p.smallprint {
	line-height:1.4em;
    font-size: 0.75em;
}

#content p.first {
    padding-top:0px;
    line-height:1.5em;
}

#content p.prose {
    padding-top:0px;
    text-indent:25px;
    line-height:1.5em;
    text-align:justify;
}

#content p.prose-first {
    padding-top:10px;
    text-indent:0px;
    line-height:1.5em;
    text-align:justify;
}

#content p.starstarstar {
    text-align:center;
}

#content div.blockquote { 
   margin-top: 1.5em;
   margin-left: 40px;
   margin-right:390px;
   margin-bottom: 1.5em;
}

#content img {
    margin:15px 0 15px;
}

.credit { 
	text-align : right;
	padding-top:8px;
	padding-right:15px;
}

small { font-size: 0.75em; }

#h-nav-section {
    background-color:#999;
    border-bottom:2px solid #1B180B;	
}

#nav { 
	margin:0; 
	padding:0; 
	background-color:#999999;
}

#nav ul { 
	margin:0; 
	padding:0 0 0 28px; 
	list-style:none 
}

#nav li { 
	line-height:30px; 
	float:left; 
}

#nav li a { 
	line-height:30px; 
	font-size:1em; 
	font-weight:normal; 
	text-decoration:none; 
	padding:0 22px 0 22px; 
	color:#FFFFFF; 
	background-color:#999999; 
	display:block; 
}

#nav li a:hover { background-color:#333333; }
#nav li a.active{ background-color:#333333; }


img.cover {
    border:1px solid black;
    margin-top:32px;
}

img.photo {
    border:1px solid black;
}

div.float-image-right {
	float:right;
	margin:10px 10px 10px 25px;
}

div.image-right {
    margin:0px 10px 10px 25px;
}

/* SIFR STUFF */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
    visibility: visible !important;
    margin: 0;
}

.sIFR-replaced {
    visibility: visible !important;
}

span.sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
    visibility: hidden;
    letter-spacing: -9px;
}

.sIFR-hasFlash h2 {
    visibility: hidden;
    letter-spacing: -9px;
}

/*END SIFR STUFF */




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#content a.ovalbutton{
background: transparent url('images/oval-orange-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
margin-bottom:10px;
text-decoration: none;
border:none;
}

#content a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

#content a.ovalbutton span{
background: transparent url('images/oval-orange-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

#content a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

#content a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

div.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	margin-top:20px;
	margin-bottom:20px;
}







