* { margin:0; padding:0; }
html {  }

body {
	font-size:79%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	min-width: 720px;
	text-align: center;
}

div.code {
	padding: 10px 10px 10px 10px;
	margin: 15px;
	background-color: #ececec;
}

div#shell
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 720px;
   text-align: left;
   margin-bottom: 20px;
}

div#filling { 
	position: static;
	width: auto;
	border-width: 0;
	border-style: none;
}


div#hdr {
	position: relative;
	width: 710px;
}
 
div#hdrfilling {
	position: static;
	padding: 15px 13px;
	border-width: 2px 2px 0 2px;
	border-style: solid;
	height: 50px; 
	max-height: 25; /* firefox fix? (shows much wider than 50 in FX, looks good in IE @ 50. */
}
div#hdr h1 {
	position: absolute;
	top: 3px;
	left: 0px; 
	font-size: 1.7em; 
	font-weight: bold;
}
div#hdr h2 {
	position: absolute;
	bottom: 3px;
	right: 3px;
	background: none;
	font-size: 1.5em;
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic;
	font-family: Garamond, Times, serif; 
	padding-right: 3px; 
}
 
#pgbody { 
	position: relative;
	width: 100%;
}

#pgbodyfilling {
	position: static;
	width: 100%;
}

#sitecontent
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
	margin: 15px 15px 0 15px;
	width: 480px;
	padding-bottom: 10px;
}

div#thecol {
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
	width: 200px;
}

#thecolfilling {
	padding: 10px 10px 0 10px;
	border-width: 2px 2px 2px 0;
	border-style: solid;
}

#sitecontentfilling, #thecolfilling {
   position: static;
}


/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}

* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* column modules */
.colmod
{
   position: relative;
   overflow: hidden;
   width: 100%;
   margin: 0 0 10px 0;
}

.colmodhdr
{
	position: relative;
	width: 100%;
	margin: 0 0 0 0;
	padding: 3px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	font-variant: small-caps;
	text-align:center; 
}

.colmodcon
{
   position: relative;
   margin: 5px 10px 20px 10px;
   margin: 0 0 10px 0;
   padding: 10px 10px 0 10px;
   font-size: .9em;
   line-height: 1.5;
}

#templatediv {
	text-align: center;
}
#templatediv select, #templatediv input {
	display: block;
}

.colmod UL,
{
	text-align:center;
   margin: 0;
   padding: 0;
   list-style: none;
}

.colmod UL LI
{
   margin-bottom: 10px;
}

div.bentry {
	margin-bottom: 10px;
	padding: 3px 1px 3px 3px;
	display: block;
}
div.bentry H3 {
	position: relative;
	right: 0px;
	top: 0px;
	font-size: .9em;
	margin-bottom: 4px;
}
div.bentry span {
	font-size: 1.2em;
	line-height: 1.3;
}

/* one-column tweaks */

   .layout-one-column body { min-width: 520px; }
   .layout-one-column #container { width: 520px; }
   .layout-one-column #banner { width: 510px; } /* necessary for ie win */


/* two-column-left tweaks */
   .layout-two-column-left #sitecontent { float: right; }

