#wrap {
	background-color: #FFF;
	margin: auto;
	width: 700px;
	overflow: auto;
	padding: 10px;
}
#header {
	background-image: url(images/success.jpg);
	background-repeat: no-repeat;
	height: 120px;
}
#header1 {
	background-image: url(images/top1.jpg);
	background-repeat: no-repeat;
	height: 120px;
}

#nav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #660000;
	text-align: right;
	width: 200px;
	padding-top: 90px;
	float: right;
	padding-right: 30px;
}
#content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	line-height: 1.5em;
	color: #333;
	width: 700px;
	margin-top: 10px;
	text-align: justify;
}

a:link {

	color: #000066;
	outline:none;
}
a img {border:none;
}
a:hover {
	color: #660000;
	text-decoration:underline;
}
a:visited {
	color: #000066;
	text-decoration: underline;
	
}
#footer {
	background-color: #ffffff;
	width: 680px;
	margin-top: 10px;
	margin-right:10px;
	margin-left: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
	text-align: center;
	color: #660000;
}
h1 {
	color: #660000;
	font-size: medium;
	text-align: center;
	
}
