<style>
    .mainContainerStyle{
        width:100%;
    }
 
 	body{
		background:#788d8f url(../../resource/1246512001000/BackgroundImage) repeat-x;
		font-family:'Arial','Helvetica',sans-serif;
 	}
 	
 	body,td,a{
		color:#333;
 	}

	a:hover {
		color:#AAA;
		text-decoration:none;
	}
 	   
    .headerStyle{
        width:100%;
		text-align:right;
		margin:0 auto;
        z-index:400;
    }

    .headerStyleStatus{
        text-align:right;
        height:20px;
        position:fixed;
        top:8px;
    }
	
    .headerControllsStyle{
    	margin-top:40px;
    	text-align:center;
        width:100%;
        z-index:500;
        height:auto;
    }
        
    .contentContainerStyle{
    	margin-top:23px;
        width:100%;
        min-height:100px;
        max-height:1050px;
    }
    
    .leftContentStyle{
        width:100%;
        float:left;
    }

    .rightContentStyle{
        width:300px;
        float:right;
    }
    
    .footerStyle{
        width:100%;
        text-align:center;
		border:solid;
		border-width:1px 0 0 0;
		border-color:#000;
        float:left;
    }
    
    /* Nav Controlls Styles */

 	.navSiteControllsStyle{
 		width:100%;
 		text-align:center;
		font-family:'Arial','Helvetica',sans-serif;
			
 	}
 	
     .navSitePaginationStyle{
     
        text-decoration:none;
        font-weight:bold;
        font-size:35px;
        padding:0 18px 10px 18px;
        border-width:8px !important;
        border-bottom:solid #AAA;  
    }
    
         	    
 	.navControllsStyle{
 		width:100%;
		color:#333333;
 	}
 
     .PaginationStyle{

        text-decoration:none;
        font-weight:bold;
        font-size:20px;
        padding:0 18px 0px 18px;
    }

    
	/* Posts Container Styles*/

	.PostTop{
		height:35px;
		background:url('../../resource/1248053686000/TopBreadImage') no-repeat; 
		margin:0;
		padding:0;
		border:0;
		
	}
	
	.PostBottom{
		height:35px;
		background:url('../../resource/1248053686000/BottomBreadImage') no-repeat; 
	}
		
	.PostContainerMain{
    	margin:0 auto;
		width:600px;
		margin-top:10px;
		margin-bottom:10px;
		padding:9px;
		overflow:hidden;
	}
	
	
	.CommentContainerMain{
		
    	margin:0 auto;
		width:600px;
		margin-top:3px;
		margin-bottom:3px;
		padding:9px;
		overflow:hidden;
	}
	
	.PostTitle{
		font-weight:bold;
		font-size:25px;
       	text-align:center;
		background-color:#000;
		padding:6px;
		border:0;
		margin:0;
	}

	.PostTitle a{
		text-decoration:none;
       	color:#AAA;
	}

	.PostTitle a:hover{
		text-decoration:none;
       	color:#535353;
	}
		
	.PostContent{
		padding:10px 25px 5px 25px;
		background-color:#000;
		color:#eee;
	}

	.PostContent a{
		color:#fff;
	}

	.PostShare{
		border-top-style:solid;
		border-top-width:1px;
		font-size:90%;
		height:24px;
		padding:4px 0 0 0;
		font-weight:bold;
		text-align:left;
		margin-top:10px;
		width:50%;
		float:left;
	}
	
	.deliciousShare{
		width:24px;
		height:24px;
		background:url('../../resource/1248053686000/DeliciousShare') no-repeat; 
	}
	
	.PostFooter{
		border-top-style:solid;
		border-top-width:1px;
		font-size:90%;
		padding:4px 0 0 0;
		font-weight:bold;
		text-align:right;
		margin-top:10px;
		width:50%;
		float:right;
	}

	.PostTags{
		font-size:100%;
		text-align:right;
	}
	
	.PostTags a{
		text-decoration:none;
		color:#faff00;
	}
	


		
</style>