body {
	width: 100%;
	height: 100%;
}

html, body, img
{
	margin: 0;
	border-width: 0;
	padding: 0px;
}

/* this are the containers */

#spiderFriend { 
	position: absolute;
	display: none;
	left: -1000px;
	top: -1000px;
}

#logo {
	background-color:;
	width: 190px;
	height: 81px;
	display: block;
	rc='http://enter1646.com/images/logo_mk2.png' 
	style='width:190px; height:81px;background-color:#CCC;'	alt='Welcome to 1646 on the web' title='1646' />
}

#banner {
	position: fixed;
	width: 100%;
	height: 100px;
	top: 0px;
	left: 0px;
	margin:0px;
	z-index: 100;
	padding:0px;
	border-bottom: 1px dashed gray;
	display: block;
	background: #FFF;
	overflow: hidden;
} 

#content
{
	margin: 0px auto;
	padding: 150px 0px 100px 0px;
	width: 720px;
	position: relative;
}

.centerer {
	position:relative;
	width: 720px;
	height: 100%;
	top: 0px;
	margin: 10px auto;
	z-index: 1;
	padding:0px;
	display: block;
}


/* this are the columns */

.columnThin, .columnMedium, .columnDouble, .columnLarge  {
	position: relative;
	float: 	left;
	clear:	none;
	display:	block;
	/* overflow:	hidden; */
}

.columnThin {
	margin: 0 15px 0 0;
	width: 175px;	
}

.columnMedium {
	width:	255px;
	margin: 0px 10px 0px 0px;
}

.columnDouble {
	width: 450px;
	margin:	0 25px 0 0;
}

div.firstmedium {
	margin-right: 15px;
}

.columnLarge {
	width: 500px;
}

.columnLarge div {
	width: 500px;
	text-align: center;
}


/* this are the article formats */

.box  {
	overflow: 						hidden;
/*	height: 							200px; */
	margin:							0	0	15px 0;
	display:							block;
} 

.box img {
/*	width: 							250px;
	height: 							189px;*/
} 


img {
	margin-bottom:					15px;
} 

/* forms */


fieldset  {

	border: 							0;
	margin:							0;
	padding:							0;
}

legend {
	
	border-bottom:					1px dashed gray;
	margin:							0;
	padding:							0;
	padding-bottom:				8px;
	margin-bottom:					15px;
	display:							block;
	width:							100%;
}

label.zemRequired {	

	margin:					0 0 0 0;
 }

input, textarea, input.button {	
	font-family: Andale, Monaco, Courier, monospace;
	font-size:	1em;
	background-color: #FFF;
	border: 1px solid #666666;
	padding: 2px 4px 2px 5px;
	margin: 7px 0 9px 0;
 }
 
 textarea {
  padding-top:						3px;
 }
 
input#zemSubmit, input.button {
 	margin: 0 0 0 0;
 	padding: 2px 4px 2px 5px;
	cursor: pointer;
 }
 
ul.zemError
{
	list-style-position:			outside;
	margin: 							20px 0 20px 0;
	padding: 						0 0 35px 20px;
	border-bottom: 				1px dashed #666666;
	display:							block;

}

li.zemError {
	display:							block;
	}
 



/* here's some text formatting  */

body
{
	color: #333;
	font: 67% Verdana, Arial, Lucida, sans-serif;
}

/* THIS IS FOR SAFARI */
@media screen and (-webkit-min-device-pixel-ratio:0) {
body { 	font: 70% Verdana, Arial, Lucida, sans-serif; }
}
/* END SAFARI HACK */

.columnHeader {
	
border-bottom: 	1px dashed gray;
padding-bottom:	8px;
margin-top:	0px;
}

.columnSubHead	{
margin-bottom:	12px;
text-transform:	capitalize;
font-family: "Georgia", "Times New Roman", Times, serif;
font-weight: bold;
}

td {
vertical-align:top;
}

td.columnSubHead {
padding:0px 0px 18px 0px;
}

td {
vertical-align:top;
}

ul {
list-style-type: none;
list-style-position: inside;
margin:	0px 10px 0px 0px;
padding: 0px;
float: left;
}

.columnName, .medium ul, .medium legend, .firstmedium ul, .secondmedium ul {
border-bottom: 1px dashed gray;
padding-bottom: 8px;
margin-bottom: 15px;
}

.smallSpace {
font-size: 0.5em;
}

.title, div.articleContent .date {
/*font-family: Verdana, Arial, Geneva, sans-serif;*/
font-size: 0.9em;
margin-bottom: 10px;
color: black;
font-weight: normal;
}

.date {
margin-top: 7px;
margin-bottom: 5px;
font-family: Verdana, Arial, sans-serif;
font-size: 1.2em;
font-weight: bold;
}

.articleContent .title
{
margin-top: 10px;
margin-bottom: 25px;
font: bold 1.5em "Georgia", serif;
/*font-family: "Georgia", "Times New Roman", Times, serif;
font-weight: 					bold;
font-size: 1.5em; */
line-height: 120%;
color:							#999;							
}

#banner a, .columnMedium table a { /*this defines all the links, also text */
color: #333;
border: 0px dotted #666;
text-decoration: none;
}

#banner a:hover, .articleContent p a:hover, .columnMedium table a:hover {
color: #DDD;
}

.articleContent p a, .infolink a { /*this defines all the links, also text */
color: #333;
text-decoration: none;
border: 0px dotted #BBB;
border-width: 0px 0px 1px 0px;

}

.articleContent p a:hover, .infolink a:hover {
color: #DDD;
border-width: 0px;
}


ul a, td a {
margin-bottom: 5px;
display: block;
border: 0px solid #fff;
}

ul a {
margin-bottom: 0px;
}

ul a:hover, td a:hover, span.prevnext a {
color: #DDD;
border-width: 0px;
text-decoration: none;
}

span.prevnext a:hover {
color: #333;
}


