#navigation, #content,.section{
	padding:0;
	margin:0;
	list-style:none;
}
#content{
	overflow:hidden;
	width:630px;
	background-color:white;
	position:relative;
	height:400px;
	margin-left:auto; margin-right:auto;
	margin-top:0px;
}
	#content h2{
		color:#993333;
		margin:2px 0pt;
	}
	#content .prev a{
		color:#d8d8d8;
		font-weight:normal;
	}
	#content .prev a:hover{
		color:#933;
	}
	#content a{
		color:#000;
		font-weight:normal;
		text-decoration:underline;
	}
	#content a:visited{
		color:#000;
	}
	#content a:hover{
		color:#00f;
	}
#navigation{
	float:left;
	width:310px;
	height:400px;
	background-color:#000000;
}
	#navigation .sup{
		margin:6px 10px;
		font-size:14px;
	}
		#navigation ul{
			margin:5px 0;
			list-style:circle;
			padding-left:15px;						
		}
		#navigation a{
			color:#666;
			font-weight:normal;
			font-variant:small-caps;
			text-decoration:none;
		}
				#navigation a:hover{
			color:#f00;
			font-weight:normal;
			text-decoration:none;
		}
				#navigation a:active{
			color:#fff;
			font-weight:normal;
			text-decoration:none;
		}
		#navigation .sup li{
			margin: 3px 0 !important;
			margin:-4px 0;
			font-size:10px;
		}
		#navigation a.scrolling{
			color:#933;
		}
.section{
	width:1900px;
	position:relative;
}

	.section .sub{
		position:relative;
		float:left;
		padding:9px 21px 42px 25px;
		width:585px;
		height:352px;
	}
	.section .sub2{
		position:relative;
		float:left;
		padding:0px 0px 0px 0px;
		width:630px;
		height:400px;
        background-color:#000000;
	}
		.section .sub p{
			/*width:550px;*/
			margin:16px 15px 0px 0px;
			font-size:12px;
			line-height:16px;
			word-wrap: break-word;
		}
		.section .next, .section .prev, .section .home{
			font-size:18px;
			position:absolute;
			bottom:29px;
			letter-spacing:-1px;
		}
		.section .next{
			right:30px;
		}
		.section .prev{
			left:50px;
		}
		.section .home{
			left:315px;
		}

.message{
	background:#EEE;
	border:1px solid #999;
	color:#333;
	font-size:12px;
	padding:1px;
	position:absolute;
	left:11px;
}
#first{
	top:484px !important;
	top:498px;			
}
#second{
	top:503px !important;
	top:517px;			
}

/* Floated Card Logo Styles */
.floatright
{
float: right;
margin: 0 0 10px 10px;
clear: right;
}
	
/* declare left float, clear */
#smr-01,#smr-02 {
float:right;
clear:right;
padding:0;
/*border:solid black 1px;*/
}
#smr-01 {
width: 1px;
height: 240px;
}
#smr-02 {
width: 256px;
height: 140px;
background:#fff url(StonkingFootLogo.jpg) no-repeat bottom right;
}




/* ******************************************** */
@media print{
  /* PRINT styles */
  body{margin:5px 0;background:#fff;color:#000;}

  #header {display:none;}
  #footer {display:none;}
  #roundbar-grey {display:none;}
   .footer {display:none;}
}

@media screen{
#masthead{display:none;}
#tailpiece{display:none;}
}