﻿body 
{
    background-color:White;
  
}

#CenterPage 
{
    
   
	text-align: center;
	margin: 0px;
	padding: 0px;
	
}


#PageWrapper 
{
   
	width:790px;
	clear:both;
	margin:auto;
    text-align:left;
   
    
}


#Title
{
    width:780px;
    float:left;
    font-size: 0px;
    margin: 5px 5px 0px 5px;
    display: inline;
}

#ContentWrapper
{
    clear:both;
    float: left;
    width: 780px;
    margin: 0px 5px 0px 5px;
    background-image: url(images/nav/bg.jpg);
    background-repeat: repeat-y;
    background-position: 0px 0px;
    display: inline;
   
    }
    
#Main
{

	min-height:400px;
	height:auto !important;
    width: 540px;
    margin: 15px 20px 15px 20px;
    float: left;
    display: inline;
}
   
 
  
    
#RightBar
{
  width: 180px; 
  margin: 15px 10px 15px 10px;
  float: left;
   
    
    }
    
#Footer
    {
    
 
    clear: both;
    float: left;
    width: 780px;
    height: 16px;
    background-image: url(images/nav/footer.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin: 0px 5px 15px 5px;
    display: inline;
        
        }
        
.BlogItem
{
    margin-bottom: 20px;
    }
    
.ArticlesItem
{
    margin-bottom: 20px;
    }
    
.ItemFooter
{
    clear:both;
    width: 100%;
    
    }
    
.LeftImage
{
    float: left;
    margin: 0px 10px 10px 0px;
    }
    
.RightImage
{
    float: right;
    margin: 10px 0px 10px 5px;
    }
    
 .RightBarItem
 {
     width: 160px;
     margin: 0px 10px 10px 10px;
     
     }
     
 .RightBarImage
 {
     margin-top: 10px;
     width: 100px;
     clear: both;
     
     }