body {
  background: #55124d repeat-x left top url(images/bg.png) fixed;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #484848;
}
* { 
  font-family: Georgia, Palatino Linotype, Book Antiqua, Palatino, serif;
}

a {
  color: #000000;
}

.purple {
  color: #8d257b;
}

#mainmenu {
  width: 880px;
  background-color: #3E0E44;
  height: 58px;
  list-style-type: none;
  margin: 0 auto 0 auto;
  padding: 0;
}
#mainmenu li {
  margin-top: 9px;
  float: left;
  width: 220px;
  text-align: center;
}
#mainmenu a {
  background: center center no-repeat;
  width: 120px;
  height: 40px;
  display: block;
  margin: 0 auto 0 auto;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 38px;
}
#mainmenu a:hover { background-color: #210D23; }

#titles {
  width: 850px;
  margin: 20px auto 0 auto;
  height: 68px;
}
h1 {
  margin: 0;
  background: url(images/title.png) no-repeat left center;
  width: 490px;
  height: 49px;
  float: left;
}
h2 {
  margin: 5px 0 0 0;
  background: url(images/bobquick.png) no-repeat center center #000000;
  width: 290px;
  height: 40px;
  float: left;
}
h1 em, h2 em { display: none; }

#contenttop { 
  width: 850px;
  background-color: #FFFFFF;
  height: 31px;
  margin: 0 auto 0 auto;
}
h3 {
  margin: 0 auto 0 auto;
  width: 880px;
  background-color: black;
  color: #FFFFFF;
  font-size: 28px;
  font-weight: normal;
  text-align: left;
}


h3 span {
  display: block;
  padding: 10px 20px 10px 20px;
}

h4 {
  color: #292929;
  font-size: 18px;
  font-weight: strong;
  text-align: left;
}

h5 {
  color: #8e257b;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
}
h6 {
  color: #8e257b;
  font-size: 14px;
  font-weight: bold;
}

#bannershadow {
  height: 14px;
  width: 880px;
  margin: 0 auto 0 auto;
}
#bannershadow .left, #bannershadow .right {
  width: 15px;
  height: 14px;
  background: url(images/corners.png) left top no-repeat;
  float: left;
  margin: 0;
  font-size: 1px;
}
#bannershadow .right {
  background-position: right top;
  float: left;
}
#bannershadow .middle {
  background-color: #FFFFFF;
  width: 850px;
  height: 14px;
  float: left;
  margin: 0;
  font-size: 1px;
}

#content {
  background-color: #FFFFFF;
  width: 850px;
  margin: 0 auto 0 auto;
  text-align: left;
}
#contentinner {
  padding: 10px;
}

#footer {
  width: 850px;
  margin: 0 auto 0 auto;
  text-align: right;
  color: #FFFFFF;
}
#footer a {
  color: #D0B2D2;
  font-size: 14px;
  text-decoration: none;
  margin: 10px;
  line-height: 30px;
}
#footer a:hover { color: #FFFFFF }
#footer .declan, #footer .declan a {
  font-size: 11px;
  line-height: 20px;
  margin: 0;
}

#wave {
  height: 103px;
  background: url(images/wave.png) no-repeat;
}
#copyright {
  background-color: #210D23;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  color: #DDDDDD;
}

img.wrapleft
{
	float: left;
	
}

img.wrapright
{
	float: right;
		margin: 0em 0.3em 0.3em 0.3em;
	
}



