Body{
	background-color: #bacbdc;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 180%;
	text-align: center;
	margin: 0;
}

A{
	text-decoration: none;
	color: #336699;
	border-bottom: 0px dashed #336699;
}

A:hover{
	color: #6699cc;
	border-bottom: 0px dashed #6699cc;
}

#container{
	width: 780px;
	background-color: #bacbdc;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

#header{
	background-image: url(img/bg_01.jpg);
	height: 100px;
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	color: #ffffff;
}

#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/bg_02_01.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#display{
	width: 580px;
	background-image: url(img/bg_02_02.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#display p{
	background-color: #dcedfe;
	color: #000000;
	margin: 10px 10px;
	padding: 5px 5px;
}

#footer{
	background-image: url(img/footer.jpg);
	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: #ffffff;
	background-color: #6699cc;
	border: 0;
	border-left: 3pt solid #4477aa;
	border-right: 3pt solid #88bbee;
	width: 100pt;
	padding: 3pt 3pt;
	text-decoration: none;
}
#css_menu a:hover {
	display: block;
	color: #ffffff;
	background-color: #77aadd;
	border: 0;
	border-left: 3pt solid #5588bb;
	border-right: 3pt solid #99ccff;
	width: 100pt;
	padding: 3pt 3pt;
	text-decoration: none;
}