* {
    margin: 0;
    padding: 0;
}

a {
	font-weight: bold;
    text-decoration: none;
    color: #EE22AA;
    outline: none;
}

a:hover {
	color: blue;
    text-decoration: underline;
}

dd {
	 padding-left: 70px;
	  color: #880099;
}


li {
	 padding-left: 10px;
}

#main {
    position: relative;
    margin: 0 auto;
    width: 800px;
    text-align: left;
}

#main1 {
    position: relative;
    margin: 0 auto;
    width: 800px;
    text-align: left;
}

#main1  h2{ 
	font-weight: bold;
    font-size: 40px;
    letter-spacing: 1px;
	color: #550033;
}

#main1  a{
    position: relative;
    margin: 0 auto;
    width: 800px;
    text-align: left;
	color: #661155;
}

#header {
    height: 200px;
    background: white url(henina.jpg) no-repeat;
    overflow: hidden;
}


#header h1 {
    padding: 100px 0 0 10px;
    font-weight: normal;
    font-size: 40px;
    letter-spacing: -1px;
    color: White;
}



#header h2 {
    position: relative;
    top: -5px;
    padding: 0 0 0 20px;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #B5A5C2;
}

#content {
	 position: relative;
    margin: 0 auto;
    width: 450px;
    text-align: center;
    padding: 0 20px;
	background: white url(images.jpg) no-repeat top;
}

#content p {
    font-weight: normal;
    text-decoration: none;
    color: #991188;
}
