html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #330066;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #735AB5;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
  background: #330033;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #330066;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 20px auto;
	width: 914px;
  position: relative;
}


/** Header **/
h1 {
  color: #FDE7C2;
  background: #FFE3E8;
  border: 2px solid #C4B888;
  padding: 8px;
  text-align: center;
  font: 25px "Times new roman", sans-serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 0 2px 21px;
}
#search {
  width: 148px;
  background: #FFE3E8 url(images/search_top.jpg) no-repeat;
  text-align: center;
  position: absolute;
  bottom: -1px;
  left: 558px;
  padding: 6px 0;
}
#search .text {
  width: 63px;
}


/** Body **/
#body {
  position: relative;
  width: 100%;
}

#nav {
  position: absolute;
  top: 0px;
  left: 4px;
  width: 219px;
  padding-top: 147px;
  background: top right url(emc3_007.jpg) no-repeat;
}
#nav ul {
  background: bottom center #FFE3E8;
  margin: 0 7px 0 28px;
  padding: 5px 20px 15px 20px;
}
#nav li {
  list-style: none;
    background: bottom center  repeat-x;
}
#nav a {
  color: #330066;
  font: bold 18px "times new roman", serif;
  font-style: italic;
  background: #FFE3E8;
  padding-right: 8px;
}

/** content **/

#content {
  background: #FFE3E8;
  width: 662px;
  margin-left: 254px;
  min-height: 278px;
}

#content .main, #content .main2 {
  float: center;
  width: 625px;
  margin-top: 14px;
  margin-left: 20px
  padding-right: 28px;
}

#content .main {
  padding-bottom: 1em;
    margin-left: 18px;
  border-bottom: 1px solid #D6D3BA;
}

#content .main p, #content .main2 p {
  margin: 0em 1em 0 0;
    margin-left: 18px;
}
#content .main2 .right {
  margin-left: 18px;
}
#content .main .clear, #content .main2 .clear {
  height: 20px;
  margin-bottom: -10px;
    margin-left: 18px;
}

h2 {
  font: bold italic 24px "Times new roman", serif;
  color: #330066;
  margin: 0 0 0.5em 0;
}

h3 {
  font: normal 18px "Times new roman", serif;
  color: #330066;
  margin: 0 0 0.5em 0;
}

h4 {
  font: bold italic 20px "Times new roman", serif;
  color: #330066;
  margin: 0 0 0.5em 0;
}

/** Footer **/

#footer {
  color: #E8E7DA;
  margin: 2px 0 0 275px;
