/* css detail-1, for detail-sub1.dwt */
html{
    margin:0;
	padding:0;
}
body{
    font: 80% Verdana, Arial, Helvetica, sans-serif;
    margin: 0; 
	padding: 0;
	color: black;
}
h1{
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:300%;
	font-weight:bold;
	letter-spacing:4px;
	color:#446;
	margin:0;
	padding: 0.66em 0 0.33em 5%;
	background:rgb(100%,100%,100%);
	border-bottom:4px solid rgb(90%,90%,90%);
}
.style1{
    font-style:italic;
	color:rgb(80%,95%,85%);
}
#left{
    border:0px;
	padding:0px;
	margin:0px;
	position:absolute;
	top:100px;
	left:0px;
	height:auto;
	width:100px;
} 
#center{
	border:0px;
	padding:0px;
	margin:0px;
	position:absolute;
	top:100px;
	left:100px;
	height:auto;
	width:450px;
}

#right{
    font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color:#333;
	border:0px;
	padding:0px;
	margin:0px;
	position:absolute;
	top:100px;
	left:580px;
	height:auto
	width:200px;
	text-align:center;
}
#close{
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:white;
	text-align:center;
	background-color:#999;
	width:150px;
}
#close a{
    color:white;
	background-color:rgb(65%,65%,65%);
	text-decoration:none;
	padding:4px;
	display:block;
}
#close a:hover{
   color:white;
   background-color:rgb(65%,45%,45%);
   text-decoration:none;
} 
h2 {
    font-size:150%;
    color:#f00;
}
h3 {
    font-size:16px;
}
h4 {
    font-size:14px;
}



