@charset "utf-8";
/* CSS Document */

.myframe2 {

width:670px; height:555px; overflow: hidden;
	margin:0px;
	border-bottom-color:#000000;
	position:relative;
     hidden!important; 
	border: none!important;}
	
body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		margin:0px; 
		padding: 0px;
		} 
a:link, a:visited {
	color: #36F;
	text-decoration:none
	}
 
a:hover, a:active {
	color: #36F;
	text-decoration:underline;
	}
 
a img {
	border:0;
	}

.style1 {
	display: none;
}

h1{

	color: #36F;
	font-weight: bold;
	font-size:36px;

}
.logo {
width:500px;
margin-left:10px; 
margin-top:0px; 
height:100px;  
float:left;}
.ads { float:right; margin-top:25px; margin-right:20px; width:468px; height:68px; }

.logo img {
	float:left; padding-top:9px; padding-right:5px;
}
.footer { border-top:1px solid #CCC; padding-top:4px; padding-left:5px; }
.footer #credits { width:260px; float:right; font-size: x-small; text-align:right; margin-right:5px;}
.logo p {margin-top:-25px; margin-left:118px;}

.content { padding:20px; padding-top:0px}
h2 { 
	background: url('img/bg.png') repeat-x;
	height: 37px;
	font: 15px Verdana;
	margin-top:0px;
	padding: 0 10px 0 10px;
	line-height: 40px;}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

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

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

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

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

#tabs a span {
	float:left;
	display:block;
	background:url("img/right.png") no-repeat right top;
	padding:2px 15px 2px 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;
	}


