* {
 padding: 0px;
 margin: 0px;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 12px;
 background-image: url(img/bg1.png);
 margin: 0 auto;
}
img { border:0; }

#wrapper-top {
 margin: 0 auto;
 display: block;
 
}
#wrapper {
 width: 770px;
 display: block;
 margin: 0 auto;
 position: relative;
 background-color: white;
}
#navbar {
 border: 1px solid #ccc;
 margin: 0px 5px 5px 5px;
 padding: 4px;
 background-color: #666;/*#A3A38F*/
 color: white;
 text-align: center;
}

#navbar a:link {
   color: white;
   font-weight: bold;
   background-color: #666;
   text-decoration: none;
}

#navbar a:hover, #navbar a:active {
   background-color: white;
   color: #666;
}

#navbar a:visited {
   color: #FFFAFA; font-weight: bold;
   background-color: #666;
   
}

#header {
 border: 1px solid #ccc;
 margin: 0 5px 0 5px;
 height: 196px;
 padding: 0px;
 background-color: #666;
}

#header #tr {
   text-align: right;
   color: white;
   position: absolute;
   top: 0.5em;
   left: 610px ;
   font-size: 2em;
   font-variant: small-caps;
   line-height: 150%;
}
#header img { border: 0; }

/* ---------------------------- */
#leftcolumn1 { /* Parent Wrapper for inside boxes */
 margin: 0 0px 5px 5px;
 display: inline; /* IE Hack */
 width: 176px;
 float: left;
 min-height: 300px;
 padding: 4px;
 border: 1px solid #ccc;
 background-color: #C9C9BE;
}
* html #leftcolumn1 {height:300px} /* IE Min-Height Hack */ 

#leftcolumn2 { /* Parent Wrapper for inside boxes */
 margin: 0 5px 0px 5px;
 display: inline; /* IE Hack */
 width: 177px;
 float: left;
 min-height: 300px;
 padding: 4px;
 border: 1px solid #ccc;
 background-color: white;
}
* html #leftcolumn2 {height:300px} /* IE Min-Height Hack */ 

#leftcolumn2 p {
   text-align: center;
}
/* ---------------------------- */


/* ---------------------------- */
#rightcolumn1 { /* Parent Wrapper for inside boxes */
 border: 1px solid #ccc;
 margin: 0px 5px 0px 0px;
 display: inline; /* IE Hack */
 padding: 4px;
 width: 176px;
 float: left;
 min-height: 300px;
 background-color: #C9C9BE;
}
* html #rightcolumn1 {height:300px} /* IE Min-Height Hack */ 

#rightcolumn2 { /* Parent Wrapper for inside boxes */
 border: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 4px;
 width: 176px;
 float: left;
 min-height: 300px;
 background-color: white;
}
* html #rightcolumn2 {height:300px} /* IE Min-Height Hack */ 

#rightcolumn2 p {
   text-align: center;
}
/* ---------------------------- */

#footer {
 border: 1px solid #ccc;
 background-color: #A3A38F;
 color: white;
 margin: 0px 5px 5px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width: 750px;
}

ul li {
margin-left: 20px; line-height: 120%;
}

ul ul li {
	margin-left: 30px;
}

h2 {
   font-variant: small-caps; color: #666; background-color: transparent;
   font-size: 1.2em;
}

blockquote {
   margin-left: 30px; padding: 5px;
   border-left: solid 5px #666;
}

td.infoBoxHeading, td.headerNavigation, td.footer {
	background-color: #666;
	color: white;
}

#thestore {
margin: 0 5px 0 5px;
}

.feedburnerFlareBlock {
	font-size: 11px;
	text-align: center;
	padding: 1em;
	border-top: solid 1px #666;
	display: block;
	margin: 1em auto;
}
td {
	padding: .2em;
}

.english {
	display: block;
	text-align: right;
	font-style: italic;
}

.addthis_toolbox { font-size: 10px; text-align: left;}
