/* Restrictor Intro Unique Styles */

/* #article div img.left { float: left; margin:  10px 70px 10px 0px;  } */ 

/* temp style */
/*table {border: 2px solid red; margin: 2px;}
td {border: 1px dotted purple; padding 1px;} */
/* end temp stye */

#menu {
	display: none;
}

#article {
	 float: left; }

#article, #footer {
	position: relative;
	margin: 0 0px;
	/* padding: 0 10 0 10; */
	/* background: White; */
	/* border: 1px solid White; */
} 

/* #article div img.left { float: left; margin:  0px 10px 10px 0px;  }  */
/* #article div img.right { float: right; margin:  0px 0px 10px 10px;  } */


#article #frame { width: 790px; } /* 775px */

#article #frame tbody {
	margin: 0 15px;
	text-align: center;
	color: black;
}

#article #frame tr { height: 430px; }
#article #frame td {
	width: 375px;
	text-align: center;
	border: 1px solid black;
	background: #F5F5F5;
	margin: 0;
	padding: 5px;
} /* background: #DDDDDD; */
#article #frame td.space { width: 5px; background: none; border: 0px solid black; }
				 
#frame h2 {padding: 3px; text-indent: 0;}

#frame p.left {padding: 0; text-align: left; text-indent: 3em;}

#article #frame img {
	display: block;
	float: none;
	margin: 0 auto;
	border: 0px solid Black;
}

#frame a { text-decoration: none; padding: 3px; 
				 		 color: navy; background: #FFFFFF;
				 		 font-weight: 600; white-space: nowrap;
				 		 border-left: 2px solid #999; border-top: 2px solid #999; 
						 border-bottom: 2px solid #333; border-right: 2px solid #333; }
						 
#frame a:hover { color: white; background: #77AADD;
				 		 border-right: 2px solid #999; border-bottom: 2px solid #999; 
						 border-top: 2px solid #333; border-left: 2px solid #333; }						 

#article div.none p.indent {  width: 790px; padding: 0 15px ; }
#article h4 { width: 790px; text-align: center; } /* Center Bottom Tag */

#footer {
	margin-bottom: 2px;
}						 