html{

	background-image:url(../images/gradbg.jpg);
	background-repeat:repeat-x;
	background-color:#A9CBE6;
}


body{
	background-image:url(../images/gradbg.jpg);
	background-repeat:repeat-x;
	background-color:#A9CBE6;
}


h3{
	font-size:16px;
	padding:0px;
	margin:0px;
}

h2{
	padding:0px;
	margin:0px;
}


h6{
	padding:0px;
	margin:0px;
	font-size:18px;
}
p{
	margin-bottom:20px;	
}
#header{
	width:229px;
	height:190px;
	background:transparent url('../images/logo.jpg') no-repeat 0 0;
	text-indent: -9999px;	
	margin:0px;
}
#headerSub{
	display:none;
	margin:0px;
}
a{
 color:red;	
 text-decoration: none;
}
a:link{
	color:#0000ff;
}

a:visited{
	color:#0000ff;
}

a:hover{
	color:#ff0000;
	text-decoration:underline;

}


