body
	{
	width: 600px;
	height: 600px;
	color: #000;
	font-size: 13px;
	font-family: Arial; Verdana;
	line-height: 22px;
	text-align: left;
	background-image: url(bg.jpg);
	}


.homebox
	{
	position: absolute; 
	top: 1px; 
	left: 1px;
	}

.title
	{
	width: 236px;
	height: 57px;
	position: absolute; 
	top: 25px; 
	left: 50px;
	border-color: grey;
	border-style: solid;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 3px;
	border-right-width: 0px;

	}

.titlebox1
	{
	width: 100px;
	height: 57px;
	position: absolute;
	top: 25px;
	left: 286px;
	background: transparent;
	border-color: grey;
	border-style: solid;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 3px;
	border-right-width: 0px;
	}

.titlebox2
	{
	width: 100px;
	height: 57px;
	position: absolute;
	top: 25px;
	left: 386px;
	background: transparent;
	border-color: grey;
	border-style: solid;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 3px;
	border-right-width: 0px;

	}

.titlebox3
	{
	width: 100px;
	height: 57px;
	position: absolute;
	top: 25px;
	left: 486px;
	background: transparent;
	border-color: grey;
	border-style: solid;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 3px;
	border-right-width: 0px;

	}

.titlebox4
	{
	width: 100px;
	height: 57px;
	position: absolute;
	top: 25px;
	left: 586px;
	background: transparent;
	border-color: grey;
	border-style: solid;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 3px;
	border-right-width: 3px;

	}

.bar
	{
	width: 636px;
	height: 10px;
	position: absolute;
	top: 82px;
	left: 50px;
	background-image: url(bg.jpg);
	}

.main	
	{
	width: 500px;
	height: 420px;
	background-color: #fff;
	position: absolute;
	top: 95px;
	left: 50px;
	overflow: auto;
	border-color: grey;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 5px;
	border-right-width: 5px;
	}

.right {
	position: absolute;
	left:    560px;
	top:     95px;
	width:  133px;
	height: 420px;
	overflow: auto;
	border-color: grey;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 5px;
	border-right-width: 5px;
	background-color: #fff;
	}	

.bottombar
	{
	width: 636px;
	height: 25px;
	position: absolute;
	top: 525px;
	left: 50px;
	background-color: #fff;
	}

