/* CSS Document */
* {
  margin: 0;
}
body {
	background-color: #669933;
}
.container {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 780px;
	background-color: #ffffff;
border: 1px solid black;
}
#banner {
	width: 780px;
	height: 191px;
	margin: 0;
}
.google_ads_1 {
	width: 780px;
	height: 90px;
	float: right;
text-align: center;
}
.google_ads_2 {
	width: 300px;
	height: auto;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}
.google_ads_3 {
	width: 780px;
	height: 15px;
	float: right;
text-align: center;
}
#nav{
	background-color: #66CC66;
	width: 150px;
	float: left;
	margin-right: 10px;
	margin-left: 0;
	text-align: left;
}
#optin_text {
	float: left;
	left: 0px;
	top: 0px;
	margin: 5px;
	padding: 5px;
	background-color: #66CC33;
	width: 128px;
	text-align: justify;
	line-height: 0.9em;
	border: 1px solid red;
}
#optin_input {
   float: left;
	left: 0px;
	top: 5px;
	background-color: #66CC33;
	width: 128px;
	text-align: center;
	font-size: small;
font: small courier-new;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	border: 1px dashed red;
}
.clear{
	clear: both;
	line-height: 2em;
}
#optin{
   float: left;
	left: 0px;
	top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFF00;
	width: 126px;
	text-align: center;
	border: 1px dashed red;
}
	.content {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: justify;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 160px;
  border-left: 1px solid black;
  font-size: 0.75em;
  padding-left: 10px;
  }
.contentAds {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 160px;
	border-left: 1px solid black;
	font-size: 0.75em;
	padding-left: 10px;
	text-align: left;
  }
.underline {
	text-decoration: underline;
}

#footer {
	margin: 0 auto;
	background-color: white;
}
.style {
font: 11px Tahoma;
color: #0000FF;
text-decoration: underline;}

.style:hover {
font: 11px Tahoma;
color: #000000;
text-decoration:none;
}
.style_ads {
/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
font-size: 1.2em;
}
#nav ul, li, a {
  list-style-type: none;
     padding-left: 10px;
    padding-right: 3px;
}
