/* CSS Document */
body{margin:0px;
	 padding:0px;
	 border:none;
	 background:#2d2d2d;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:13px;
	 color:#333333;
	 }
 

/*Centering The Template and setting properties for it */
#wrapper{width:922px;
		 margin:0px auto;
		 background:#FFFFFF;
		 }

/*Position Nav to the left */
#left{
      width:180px;
	  float:left;
	  background-color:#282828;
	  background:url(images/left-bg-small.jpg) repeat-y;
	  }
	  
/*Removing the Border that appears when you add link to image of navigation */	  
#navigation img{
border:none;
margin:0px;

}

/*Bg for the vertical googlead*/
.leftbg
{
background:url(images/left-bg-small.jpg) repeat-y;
background-color:#282828;
width:180px;
height:788px;
margin:0px;
}

/*leftbg Text */
.leftad{margin-left:25px;
		  margin-right:25px;
		  color:#FFFFFE;
		  padding-top:20px;
		  width:120px;
		  height:600px;
		  }


/*Position The Right Section of the template */
#right{width:725px;
	   margin-left:181px;
	  }
	  
/*Text Properties For The Headings Of The Articles */
.sectiontitle{color:#f93d03;
			  font-weight:bold;
			  font-size:13px;
			  font-family:Arial, Helvetica, sans-serif;
			  margin-left:10px;
			  margin-bottom:10px;
			  }
			  
/* Properties for the section text */
.sectiontext{margin-left:10px;
			 line-height:15px;
			 }
			 
/*Background for Horizontal Ads */
.rightads{		width:728px;
				 height:90px;
				 padding-bottom:10px;
				 padding-top:10px;
				 padding-left:10px;
				 }
				 
			  
/*Footer Properties */
.footer{background:url(images/footer.jpg) no-repeat;
		width:922px;
		height:38px;
		clear:both;
		}

.footertext{color:#FFFFFE;
		    width:914px;
			text-align:center;
			line-height:38px;
			font-weight:bold;
			}
