body {
	margin: 0px;
	background: #999999;
	font-family: Verdena, Geneva, Arial, sans-serif;
	font-size: 12px;
	}

#boxfix {
       //height: 651px;
       width: 700px;
       margin-left: auto;
	margin-right: auto;
	background: #dddddd;
       
}

#header {
	height: 151px;
	width: 725px;
	//margin-left: auto;
	//margin-right: auto;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
}

#content {
        //height:700px;
        width: 725px;
	margin-left: auto;
	margin-right: auto;
	//background-image: url(img/01_bodybg.jpg);
	//background-repeat: repeat-y;
	background: #dddddd;
	padding-left: 10px;
	margin: 0px 10px 0px 0px;
	padding-right: 10px;
	
}
#main {
	//position:relative;
	//top: 0 px;
	//left:10px;
       //height: 550px;
       width:  470px;
       padding: 10px;
       float: left;
       background: #FFF3B3;
       border-width: thin;
       border-style: solid;
       border-color: #000000;
}

#rightcontent {
	position:relative;
	top: 0 px;
	left: 0px;
	width: 200px;
	padding: 10px;
	margin: 0px 0px 0px 500px;
	background: #FFF3B3;
	border-width: thin;
	border-style: solid;
       border-color: #000000;
       
       }
       
       
#quiz {
    width: 200px;    
	padding: 10px;
	margin: 5px 0px 0px 500px;
	background: #FFF3B3;
	border-width: thin;
	border-style: solid;
        border-color: #000000;

}

.date, .i{
      
      font-style: italic;
}

.bold {
 
   font-weight: bold;
 
}
img {

border: 0;

}
#footer {
	//height:13px;
	//width:700px;
        //margin-left: auto;
	//margin-right: auto;
	//background-image: url(img/01_footer2.jpg);
	//background-repeat: no-repeat;
	clear: left;
	text-align: center;
	font-size: 80%;
	margin: 10px 0px 10px 10px;
	}