/*
Generic
*/


body{
	min-width: 640px;
	color: Black;
	background-color: White;
  	font-family: verdana;
	font-size: 12px;
	text-align: center;	
}

.container{
	width: 800px;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	overflow: hidden;
}

.midimg{
	margin: 0px 124px 0px 4px;
}

.clearfloats{
	clear: both;	
}

a img {
	 border: none;
}

/*
End of generic
*/

/*
For the banner
*/
.banner{
	position: relative;
	height: 72px;
	width: 786px;
	margin: 0;
	padding: 0;
}

.googlesearch{
	height: 30px;
	width: 375px;
	position: relative;
	top: 80px;
	/* if you want it to have a white background use this -> background-color: #fff;*/
}

.bannerleft{
	width: 318px;
	float: left;
}


.bannerright{
	width:468px;
	float: left;
}

.logo{
	text-align: center;
	width: 318px;
	height: 40px;
	font-size: 32px;
	font-weight: bold;
	color: #000066; 
}

.strapline{
	text-align: center;
	width: 318px;
	height: 32px;
	font-size: 18px;	
	color: #000066; 
}









/*
End of the banner
*/


/*
For the left section of the homepage
*/





#left {
	float: left;
	width: 150px;
}


div.googleadsense1{
	width: 120px;
	float: left;
	padding: 5px;
}

div.paypal{
	width: 120px;
	float: left;
	padding: 0px 0px 0px 5px;
}

/*
End of the left section of the homepage
*/




/*
For the middle section of the homepage
*/


#middle{
	z-index: 1;
	float: right;
	/*width: 620px;	*/
	width: 468px;	
}

.content{
	margin: 0px;
}

.latestarticleheader{
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-size: 18px;	
	color: #000066; 
	font-weight: bold;
}

.comments{
	margin: 15px 0px 5px 0px;
	padding: 0px;
	font-size: 18px;	
	color: #000066; 
	font-weight: bold;
}


.articleline{
	height: 1px;
	border-style: solid;
	border-color: #000066;
	border-width: 0px 0px 1px 0px;
	margin: 5px 0px 5px 0px;
	padding: 0;
}


.contentad{
	margin: 9px 0px 7px 0px;
}


/*
End of the left section of the homepage
*/




/*
For the right section of the homepage
*/
#right{
	float: right;
	width: 170px;
	padding-bottom: 20010px;  /* X + padding-bottom */
	margin-bottom: -20001px;  /* X */

}

div.newsletterreg{
	height: 80px;
	width: 160px;
	color: #636563;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	background: #efe7e7 none;
}

div.newslettercontent{
	margin: 3px;	
}

div.newsletterform{


}

h1.subscribe{
	font-size: xx-small;
	font-weight: bold;
}


div.rightadverts{
	width: 160px;
	padding: 0px 0px 9px 0px;
}



/*
End of the right section of the homepage
*/


/*
For the CONTENT specific styles only
*/
img.floatleft{
	float: left;
	margin: 4px;
}

img.floatright{
	float: right;
	margin: 4px;
}

/*
End of the right section of the homepage
*/

/*
For the footer
*/
.footerwrapper{
	float: left;
	position: relative;
	padding-bottom: 10010px;
	margin-bottom: -10000px;
	width: 786px;
	background: #fff;
}



.footer{
	width: 786px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px 0px 0px 0px;	
	background: #fff;
}

.footertext{
	float: right;
	font-size: 10px;
}
/*
End of the footer
*/