body {
	font-size : 62.5%;
	font-family : "Lucida Grande", "Helvetice Neuw", Helvetica, Verdana, Arial, Sans-serif;
	background : whitesmoke;
}

a {
	text-decoration : none;
	color : #db214c;
}

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



/* for IE, with IE5/Mac backslash filter \*/
* html #header {
 height: 110px;
}
/* end filter */

#header {
	
	min-height : 110px;
	
}

#header {
	margin :0;
	padding : 0;
	
	
}

#header h1, #header h2 {
	margin : 0;
	padding :0;
	
}

#header ul {
	margin : 0;
	padding :0;
	width : 100%;
}

#header ul li {
	display : inline;
	padding-right : 8px;
}

#header a {
	font-size : 1.4em;
	
	
}

/* Hack to get IE to display fieldset/legend correctly */

html fieldset {
	position:relative;
}

html legend {
	position:absolute;
	top:-1em;
	left :.5em;
	
}

html fieldset {
	position:relative;
	margin-top:1em;
	padding-top:2em;
	padding-bottom:2em;
}

fieldset {
	display : block;
}
