body {
    margin: 0; padding: 0;
    color: #666;
    font-family: "Myriad","Lucida Grande","Lucida Sans","Trebuchet MS",Arial,sans-serif;
    font-size: 110%;
}
#topbar
{
	background:white;
	color:#ddd;
	font-size:12px;
	text-align:center;
	padding:1px;
}
#topbar img
{
	border:1px solid #333;
}

form{
	margin:0;
	padding:0;
}

#top {
	position:relative;
  background: white;
  background: url('../images/topBG.gif') bottom repeat-x;
}
#header_image{
	border:0;
	position:relative;
	left:-125px;
	display: block;
    margin: 0 auto 0 auto;
    z-index:1;
}

#tabs{
	margin:0px auto 0px auto;
	padding:0;
	width:800px;
	height:16px;
}
#tabs a
{
	font-size:10px;
	text-decoration:none;
	width:82px;
	height:16px;
	line-height:16px;
	vertical-align:middle;
	display:block;
	float:right;
	padding:1px 10px 1px 10px;
	text-align:center;
	margin-right:20px;
	background:url("../images/tabs/index.png") center center no-repeat;
	color:#443;
}

h1 {
    margin: 0; padding: 0;            
}

ul {
    list-style: none;
}

em {
    color: #994;
    font-style: normal;
}

a {
	color: #66d;
}

img {
	border: none;
}

#middle {
    text-align: center;
    border: 2px solid #4a3a3a;
    border-width: 2px 0 2px 0;
    background: #433;
    padding:18px;
    position:relative;
}

#middleContent
{
	top:-1px;
	clear:both;
	width: 850px;
	margin: 0px auto 0px auto;
	padding: 20px 0 20px 0;
	font-size:80%;
	background:#f8f5f0;
	position:relative;
}


#footerContainer {
    padding: 20px 0;
    text-align: center;
    font-size: 60%;
    color: #333;
    background: url('../images/footerBG.gif') top repeat-x white;
}



#footer {
    margin: 0 auto 0 auto;
    padding: 0 0 0 60px;
    color: #666;
    width: 750px;
    text-align: justify;
}

	#footer em {
		font-weight: bold;
		color: #444;
	}

.aFooterCol {
    width: 220px;
	padding: 4px;
    float: left;
    display: block;
}


.clearer{
	clear:both;
	margin:0;
	padding:0;
}


.design_link {
	font-weight:bold;
	margin-left:16px;
}

#bookmark_links {
	margin-bottom:4px;
	color:#666;
	font-size:80%;
}
#bookmark_links a{
	text-decoration:none;
}

.code {
	border:1px dashed #999;
	padding:4px;
	margin:4px;
	background:#efefef;
	color:#c1654c;
	font-family: Courier New;
}


/* corners */

.corner_tr
{
	position:absolute;
	top:0;
	right:0;
}
.corner_tl
{
	position:absolute;
	top:0;
	left:0;
}
.corner_br
{
	position:absolute;
	bottom:0;
	right:0;
	_bottom:-1px;
}
.corner_bl
{
	position:absolute;
	bottom:0;
	left:0;
	_bottom:-1px;
}

#google_ads{
	position:absolute;
	left:40%;
	z-index:2;
	top:8px;
}