body {
	margin-top:0px;
	margin-right:5px;
	margin-bottom:100px;
	margin-left:5px;
}

div.box1 {
	position:relative;
	left:0px;
	width:345px;
	height:231px;
	border: 1px solid black;
	background: #FFFFBB;
}

div.box4 {
	position:relative;
	top: 0px;
	left: 0px;
	height: auto
	width: 380px;
	border: 1px solid black;
	background: #D7FFEB;
}


div.box2 {
	position:relative;
	top: 0px;
	left: 0px;
	height: 300px;
	width: 345px;
	border: 1px solid black;
	background: #D5D5AA;
}


div.box3 {
	position:relative;
	top: 0px;
	left: 0px;
	height: 261px;
	width: 345px;
	border: 1px solid black;
	background: #D5D5AA;
}



div.box5 {
	position:relative;
	top: 0px;
	height: 350px;
	width: 100%;
	border: 0px solid black;

}


div.box7{
        position:absolute;
        top: 50px;
        right: 5px;
	width:150px;
	height:60px;

        border: 4px solid black;
        border-style: dotted;
        border-color:#FF0000;
        background: #000000;

}

div.box8 {
        position:absolute;
        top: 0px;
        right: 5px;
        height: 93px;
        width: 230px;
        border: 4px solid #FF0000;
        border-style: dotted;
        background: #202000;

}



