* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #C6D9F1;
	color: #000;
	font-size: 100%;
	font-family: "arial", helvetica, sans-serif;
	
}
a {
	text-decoration: none;
	/*color: #798B94;*/
     color: #5B6970;
	font-variant: small-caps;
	font-size: 79%;
	letter-spacing: .1em;
	border-bottom: 1px dashed #eee;
}

img a:hover {
	text-decoration: none;
	color: #fff;
	background: #c60000;
	border-bottom: 0px;
}

a:hover {
	background-color: blue;
	text-decoration: none;
	color: #fff;
	border-bottom: 0px;
}
p {
	margin-bottom: 25px;
}
/* Header */
#header {
	background: #eee;
	float: left;
	width: 100%;
	background: url(images/header_bg.jpg) repeat-x;
	height: 75px;
	margin: 0;
}
#header h1 {
	margin-top: 15px;
	text-transform: lowercase;
	font-size: 39px;
	color: #fff;
	font-weight: normal;
	letter-spacing: -2px;
	font-family: "arial", helvetica, sans-serif;
	padding-left: 10px;
}
#header h1 span {
	background: inherit;
	color: #DADADA;
}
#search {
	margin-top: -35px;
	float: right;
}
#header input {
	border: 0px solid #9bb2be;
	padding-left: 2px;
	padding-top: 2px;
	width: 105px;
	height: 19px;
	background: url(images/search.png) no-repeat;
}
#header .buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #333333;
	color: #FFFFFF;
	margin-right: 6px;
	height: 20px;
	width: 50px;
	background: url(images/submit.png) repeat-x;
}
#wrap {
	width: 800px;
	margin: 0 auto;
}
.hii{
font-size:12pt;
font-family: Verdana;
font-weight: bold;
position: absolute;
left: 120px;
top: 33px;
}
