	body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
	}

	#container {
 		width:1244px;
		height: 880px;
		border:2px solid #bbb;
		margin:0px auto;
	}

	#header {
		height:79px;
		border:0px solid #bbb;
		padding:auto;
		clear:both;
		font-size:40px;
		line-height: 79px;
		text-align:center;
		background-image:url('header.png');
	}

	#menu {
		height:759px;
		width:200px;
		float:left;
 		border:0px solid #bbb; 
		padding:10px;
		background-image:url('menu.png');
	}

	#content{
		height:759px;
		width:1000px;
		float:left;
		border:0px solid #bbb;
		padding:10px;
	}

	#footer {
		height:20px;
		border:2px solid #bbb;
		padding:auto;
 		clear: both;
		line-height: 20px;
		text-align: center;
    }

	#Stdtable {
		border:2px solid #bbb;
    }

