html, body
    {
	height: 100%;
        margin: 0px auto;
    }

body 
    { 
    width: 950px; 
    margin: 0px auto;
	font-family: Arial;
	font-size: 12px;
	background-color: #bddef7;
	color: #474747;
	line-height: 20px;

    }

a:link
    {
	font-family: Tahoma;
	color: #3686d8;
	text-decoration: none;
    }

a:hover
    {
	font-family: Tahoma;
	color: #3686d8;
	text-decoration: none;
	font-weight: bold;
    }

a:visited
    {
	font-family: Tahoma;
	color: #3686d8;
	text-decoration: none;
    }
 
#sitetitle
    {
	width: 600px;
	height: 100px;
	background: url(images/sitetitle.jpg);
	float: left;
    }

#googlelogo
    {
	width: 160px;
	height: 120px;
	background: url(images/googlelogo.jpg);
	float: left;
    }

#miniads
    {
	width: 150px;
	text-align: center;
	float: right;
	padding-top: 20px;
	font-family: Tahoma;
	font-size: 9px;
    }


#header 
    { 
        width: 950px; 
        height: 120px; 
        border-left: 1px solid #888888; 
        border-right: 1px solid #888888; 
	background-color: #ffffff;
    } 


#content
    {
        width: 950px; 
        margin: 0px auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
    border-left: 1px solid #888888; 
    border-right: 1px solid #888888; 
	background-color: #ffffff;
    }

#content1
    {
	width: 800px;
	float: left;
	padding: 10px; 
    }

#ads
    {
	width: 130px;
	float: left;
	margin-top: 0px;
	padding-left: 0px;
	font-family: Tahoma;
	font-size: 9px;
	text-align: center;
    margin: 0px auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
    }

#footer
    {
	width: 950px;
    border-left: 1px solid #888888; 
    border-right: 1px solid #888888; 
	text-align: center;
	padding-bottom: 10px;
	background-color: #ffffff;
    margin: 0px auto;
    }

#googleads
    {
	width: 650px;
	height: 300px;
	float: left;
    }

#gads1
    {
	width: 300px;
	float: left;
    }

#gads2
    {
	width: 200px;
	float: left;
    }

#tabs {
	float:left;
	width:950px;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #666;
	margin-bottom:1em; /*margin between menu and rest of page*/
	overflow:hidden;
	padding-left: 3px;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("images/left.png") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	font-size: 12px;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("images/right.png") no-repeat right top;
	padding:6px 15px 4px 6px;
	margin-right:2px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}
	

h2
{
	font-size: 14px;
	color: #398bde;
	font-weight: bold;
}

h3
{
	font-size: 12px;
	color: #398bde;
	font-weight: bold;
}

img
    {
	border: 0px;
    }

	#
