Body{
	background-color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 150%;
	text-align: center;
	margin: 0;
}

A{
	text-decoration: none;
	color: #00ff00;
	border-bottom: 1px dashed #00ff00;
}

A:hover{
	color: #00cc00;
	border-bottom: 1px dashed #00cc00;
}

#container{
	width: 780px;
	background-color: #222222;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

#header{
	height: 100px;
	background-image: url(img/header.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	color: #00ff00;
}

#header h1{
	font-size: 18pt;
	margin: 0;
	padding: 0;
	line-height: 100%;
}

#header h3{
	font-size: 12pt;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	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 left;
	background-repeat:no-repeat;
	color: #00cc00;
	margin: 10px 10px;
	padding: 5px 5px;
}

#footer{
	background-image: url(img/footer.gif);
	background-position: center;
	background-repeat: repeat-x;
	height: 30px;
}

#css_menu{
	width: 100pt;
	margin-left: auto;
	margin-right: auto;
}

#css_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#css_menu a {
	display: block;
	color: #009900;
	background-color: #333333;
	border: 0;
	border-left: 3pt solid #000000;
	border-right: 3pt solid #666666;
	width: 100pt;
	padding: 3pt 3pt;
	text-decoration: none;
}
#css_menu a:hover {
	display: block;
	color: #00ff00;
	background-color: #006600;
	border: 0;
	border-left: 3pt solid #003300;
	border-right: 3pt solid #009900;
	width: 100pt;
	padding: 3pt 3pt;
	text-decoration: none;
}