body {

	margin: 0px;

	padding: 0px;

}

table.main {

	border: 1px solid #000000;

	width: 100%;

	height: 100%;

	border-collapse: collapse;



	

}

table.main td.header1{

	border: 1px solid #000000;

	border-right: none;

	height: 100px;

	background: #F9E825;

	padding: 10px;

	padding: 0px;

}

table.main td.header2{

	border: 1px solid #000000;

	border-left: none;

	height: 100px;

	padding: 0px;

	background: #F9E825;

	vertical-align: middle;

}

table.main td.contents{

	border: 1px solid #000000;

	font-family: verdana;

	font-size: 10px;

	font-weight: bolder;

	background: #000000;

	height: 400px;

}

table.main td.footer{

	border: 1px solid #000000;

	height: 25px;

	background: #F9E825;

	font-family: verdana;

	font-size: 10px;

	font-weight: bolder;

	vertical-align: top;

	padding:4px;

	}

table.main td.menu{

	border: 1px solid #000000;

	border-bottom: none;	

	background:#F9E825;

	padding: 2px 0px 0px 10px;

	height: 0px;

	}

body{

	overflow: visible;

}



body.contents{

	background: #FFFFFF;

	font-family: verdana;

	font-size: 10px;

	font-weight: bolder;

	padding: 10px;

}

body.contents a{

	color: black;

}

body.contents a:hover{

	color: red;

}
div.right {

	background:#F9E825;
	color: #000000;
	width:200px;
}
