@charset "utf-8";
/* CSS Document */

body {
	background-color: #1082BA;
	margin-top: 0px;
	padding-top: 0px;
}
#container {
	background-color: #FFFFFF;
	width: 800px;
	position:relative;
}
#header {
	background-image: url(images/header.png);
	height: 275px;
}
#header h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #A8EAF8;
	margin-left: 250px;
	padding-left: 100px;
	letter-spacing: 0.4em;
	border-bottom: thin inset #04B3E8;
}
#header h2 {
	font-family: "Times New Roman", Times, serif;
	color: #06508D;
	margin-left: 320px;
	letter-spacing: 0.5em;
	font-size: 16px;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #78D6F6;
}
#header h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	margin-left: 300px;
	letter-spacing: 0.3em;
}
#intro {
	width: 500px;
	padding: 20px;
	margin-top: -100px;
	border: thick outset #68CDF4;
	float:right;
	margin-right: 5px;
}

#intro h2 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height:18px;


}
#main {
	padding: 5px;
	width: 520px;
	margin-left: 250px;
	margin-top: 0px;
	float:right;
}
#main p {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
/*	font-size: 12px;
	text-align: justify;

	padding-left: 25px;
	padding-right: 25px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 20px;
font-weight:600;*/
	font-size: 14px;
	text-align:justify;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:20px;


}

#main h3 {
	color: #FFFFFF;
	background-color: #3A72A3;
	font-size: 16px;
	border: outset thick #68CDF4;
	text-align: left;
	padding-left: 20px;
}
#main em {
/*	text-decoration: underline;*/
	border-bottom: outset thick #68CDF4;
	letter-spacing: 0.2em;
	color: #3A72A3;
}
#main strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3A72A3;
/*	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #82E1FD;*/
	border-bottom: outset thick #68CDF4;
}
#review {
	width: 800px;
}
#intro strong {
	color: #FF0000;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-decoration: underline;
}
#review #list {
	width: 150px;
	float:left;
/*	margin-top: 278px;*/
	margin-top: 467px;
	margin-left: 10px;
text-align: left;
}
#review #list ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#review #list li {
	padding: 5px;
	border: thin groove #04B3E8;
	background-color: #F6F4CE;
	font-weight: bolder;
}
#review #list p {
	margin-top: -300px;
	font-weight: bolder;
	border: thin groove #04B3E8;
	background-color: #F6F4CE;
	padding: 5px;
}
#review #registry_easy, #registry_fix, #registry_clean {
	width: 230px;
	margin-left: -30px;
	float: left;
}
#review #registry_easy h1, #registry_fix h1, #registry_clean h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #1082BA;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #39c;
	border-right-color:#39c;
	border-right-width: thin;
	border-right-style: solid;
	padding-bottom: 15px;
}
#review #registry_easy a:link, #registry_easy a:active, #registry_easy a:visited, #registry_fix a:link, #registry_fix a:active, #registry_fix a:visited, #registry_clean a:link, #registry_clean a:active, #registry_clean a:visited {
	color: #2793DF;
	text-decoration: none;
}
#review #registry_easy a:hover, #registry_fix a:hover, #registry_clean a:hover {
	color: #024E92;
	
}
#review #registry_easy ul, #registry_fix ul, #registry_clean ul {
	list-style-type: none;
}
#review #registry_easy li, #registry_fix li, #registry_clean li {
	border: thin groove #04B3E8;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bolder;
	color: #FF0000;
}
/*highlight the registry easy review*/
#review #registry_easy li {
	background-color:#1CC9FB;
}
#review #registry_easy a:link, #registry_easy a:active, #registry_easy a:visited {
	color:#FFFFFF;
}
#review #registry_easy a:hover {
	color:#B2F206;
}
#banner{
	/*margin-left: 275px;*/
	margin-left: 0px;
}
#left_ad{
	text-align: center;
	position: absolute;
	top: 325px;
	float:left;
	left:0;
}
#scan{
	float: right;
}
#footer {
	clear:both;
	background-color:#1BBBEE;
	text-align: center;
}
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover{
	color:#FFFFFF;
	font-weight:bolder;
}
#footer p{
	color:#FFFFFF;
}