     body {
		text-align:center;
		background: #000000;
		}
	
	a:link {
	color: #000000;
    }

    a:hover {
	text-decoration: none;
	color: #FF0000;
    }
    
	#frame {
		width:800px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		}
		
	#contentleft {
		width: 214px;
		height: 2000px;
		padding:0px;
		float:left;
		background:#33ffff;
		}
	
	#contentcenter {
		width: 500px;
		height: 2000px;
		padding:0px;
		float:left;
		background:#ffffff;
		}
	
	#contentright {
		width: 86px;
		height: 2000px;
		padding:0px;
		float:left;
		background:#33ffff;
		}
	
	#contentheader {
		
		width: 800px;
	    height: 136px;
	    background: url(images/banner.jpg) no-repeat;
		}
		
		h1 {
	font-size:13px;
	font-family: "Times New Roman", Times, serif;
		}
		
	
	#off {
	clear: both;
	height: 66px;
	margin-right:auto;
	margin-left:auto;
	background: url(images/footer.jpg) repeat-x;
	text-align: center;
	width: 800px;
    }

    #off p {
	margin: 0;
	color: #000000;
    }
    
    #updates ul {
	margin: 0;
	list-style: none;
    }

    #updates h3 {
	margin: 0;
    font: bold small Verdana, Arial, Helvetica, sans-serif;
    }

    #updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
    }
    
    .boxed {
	margin-bottom: 20px;
    }

    .boxed .content2 {
	padding: 10px;
    }
