@charset "ISO-8859-1";
body {
	background-image: url(images/dbmd-frame-bkd.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 13px;
}
#menu {
	width:100%;
	height:60px;
	text-align: center;
	font-weight: bolder;
	font-size: 17px;
	color: #CCCCCC;
}
#container {
	width: 565px;
	position: static;
	margin: 0 auto;
	padding-top: 70px;
}
#content {
	top:154px;
	width:540px;
	height:100%;
	z-index:1;
	padding: 15px;
	margin:0px;
}

a {
	color: #cc9999;
	text-decoration: none;
	}
a:hover {
	
	color:#FF6699
	}
