Body{
	background-color: #DBEBF7;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: blue;
	font-size: 14px;
	font-style: oblique;
	font-weight: normal;		
	line-height: 150%;
	text-align: center;
	margin: 0;
}

A{
	text-decoration: none;
	color: blue;
	border-bottom: 1px dashed blue;
}

A:hover{
	color: white;
	border-bottom: 1px dashed white;
}

#container{
	width: 780px;
	background-color: #DBEBF7;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

#header{
	height: 100px;
	background-image: url(img/header1.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	color: #DBEBF7;
}

#names{
	height: 25px;
	background-image: url(img/bg2.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: top;
	padding-left: 10px;
	background-position: center center;
}

#content{
	vertical-align: top;
	color: blue;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;		
	text-align: center;
}

#menu{
	width: 150px;
	background-position: center center;
	background-repeat: no-repeat;
}

#display{
	width: 620px;
	background-image: url();
	background-position: bottom right;
	background-repeat: no-repeat;
}

#display p{
	background-color: #DBEBF7;
	background-image: url();
	background-position: top left;
	background-repeat: no-repeat;
	color: blue;
	margin: 10px 10px;
	padding: 5px 5px;
}

#footer{
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	color: blue;
}

#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: blue;
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	background-image: url(img/menu1.jpg);
	background-color: #DBEBF7;
	border: 0;
	border-left: 2pt solid blue;
	border-right: 2pt solid blue;
	width: 100pt;
	height: auto;
	padding: 2pt 2pt;
	text-decoration: none;
}
#css_menu a:hover {
	display: block;
	color: white;
	background-color: #DBEBF7;
	border: 0;
	border-left: 2pt solid white;
	border-right: 2pt solid white;
	width: 100pt;
	padding: 2pt 2pt;
	text-decoration: none;
}

#counter {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	background-image: url(img/bg1.gif);
	background-color: #DBEBF7;
	background-repeat: no-repeat;
	background-position: center center;
	
}

#copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: oblique;
	font-weight: normal;
	background-image: url(img/bg1.gif);
	background-color: #DBEBF7;
	background-repeat: no-repeat;
	background-position: center center;
	
}
