Body{
	margin: 33px 0px 33px 0px;  
	background-color: #233333;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	line-height: 140%;
	text-align: center;
}


#container{
	width: 790px;
	background-color: #222222;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

#header{
	height: 130px;
	background-image: url(img/header.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	color: #ffffff;
}

#header h1{
	font-size: 22pt;
	margin: 0;
	padding-left: 30px;
	line-height: 100%;
}

#header h3{
	font-size: 16pt;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding-left: 440px;
	line-height: 100%;
}

#content{
	vertical-align: top;
	
}

#menu{
	width: 200px;
	background-image: url(img/mcorn.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	
}

#display{
	width: 580px;
	background-image: url(img/dcorn.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#display p{
	background-color: #303030;
	background-image: url(img/pcorn.gif);
	background-position: top right;
	background-repeat:no-repeat;
	color: #ffffff;
	margin: 10px 10px;
	padding: 5px 35px;
}

#footer{
	background-image: url(img/footer.gif);
	background-position: center;
	background-repeat: repeat-x;
	height: 20px;
	font-size: 11pt;
}

A{
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px dashed #00ff00;
}

A:hover{
	color: #ffff00;
	border-bottom: 1px dashed #00cc00;
}

#css_menu{
	width: 111pt;
	margin-left: auto;
	margin-right: auto;
}

#css_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#css_menu a {
	display: block;
	color: #ffffff;
	background-color: #333333;
	border: 0;
	border-left: 3pt solid #000000;
	border-right: 3pt solid #666666;
	width: 111pt;
	padding: 3pt 3pt;
	text-decoration: none;
}
#css_menu a:hover {
	display: block;
	color: #ffff00;
	background-color: #006600;
	border: 0;
	border-left: 3pt solid #003300;
	border-right: 3pt solid #009900;
	width: 111pt;
	padding: 3pt 3pt;
	text-decoration: none;
	
}