body {
font-size: 62.5%;  /* resets 1em to 10px */
padding: 0;
margin: 0;
background-color: #f954b0;
/*background-image: url(../img/body.jpg);
background-position: center;
background-repeat: repeat-y;*/
}

#wrap {
padding: 0;
margin: 0;
background-image: url(../img/wrap.jpg);
background-position: center;
background-repeat: repeat-y;
/*background-color: transparent;*/
display: block;
height: auto;
}


#end {
background-image: url(../img/footer.jpg);
background-position: center bottom;
background-repeat: no-repeat;
display: block;
margin: -20px auto 0 auto;
height: 70px;
clear: both;
float: none;
position: relative;
}

#top {
background-image: url(../img/top.jpg);
background-position: center top;
background-repeat: no-repeat;
display: block;
margin: 0 auto 0 auto;
height: 70px;
}

/*  header css */

#header {
background-image: url(../img/header.jpg);
background-repeat: no-repeat;
background-position: center;
width: 760px;
height: 118px;
margin: -30px auto 5px auto;
position: relative;
display: block;
}

/*  end header css */

/* begin content css */

#content {
width: 760px;
position: relative;
display: block;
margin: 5px auto 0 auto;
/*background-color: #fff;*/
height: auto;
}

#contentright {
padding: 15px 5px 5px 5px;
width: 550px;
margin: 0 5px 5px 5px;
float: right;
}

p, li, td, dt, dd {
font: 1.2em/1.5em Verdana, Arial, Helvetica, sans-serif;
}

p {
text-align: justify;

}

p, dd {
line-height: 1.75em;
}

h1, h2, h3, h4, h5, h6 {
font-family: Georgia, "Times New Roman", serif;
}

h1 {
font-size: 2.5em;
}

h2 {
font-size: 2.0em;
background-image: url(../img/fader.jpg);
background-position: left;
background-repeat: repeat-y;
padding: 7px;
border-left: 5px solid #f93e7a;
}

h3 {
font-size: 1.8em;
}

h4 {
font-size: 1.6em;
}

h5 {
font-size: 1.5em;
font-weight: bold;
}

h6 {
font-size: 1.4em;
font-weight: bold;
}

.left {
float: left;
margin: 5px 5px 5px 0px;
}

img {
border: none;
}

.right {
float: right;
margin: 5px 0px 5px 5px;
}

.center {
display: block;
margin: 0 auto 0 auto;
text-align: center;
}

.clear {
clear: both;
}

#events {
position: relative; 
display: block; 
clear: both; 
float: none; 
width: 100%; 
padding-bottom: 10px;
}

h3.upcoming {
position: relative; 
display: block; 
width: 90%; 
margin: 10px auto 10px auto; 
border-bottom: 1px solid #333; 
font: 1.8em Georgia, serif; 
font-style: italic;
}

#contentleft {
width: 160px;
float: left;
/*margin-left: 3px;*/
/*background-color: #fff;*/
}

ul.linkbox {
list-style: none;
margin: 0 0 0 5px;
padding: 0;
display: block;
position: relative;
}

ul.linkbox a {
text-decoration: none;
display: block;
color: #fff;
padding: 4px 3px 4px 15px;
margin: 0;
width: 100%;
}

ul.linkbox a:hover {
text-decoration: underline;
background-image: url(../img/over.jpg);
background-position: left center;
background-repeat: repeat-y;
text-decoration: none;
color: #ddd;
}

ul.linkbox li {
display: block;
/*background-image: url(../img/boxli.png);*/
background-repeat: repeat-x;
color: #4d525d;
/*padding: 3px 4px 3px 5px;*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.3em;
font-weight: bold;
margin: 0;
}

ul.linkbox li ul {
margin: 0 0 0 0;
padding: 0;
/*background-color: #edf0f9;*/
display: block;
list-style: none;
}

ul.linkbox li ul li {
display: block;
background-image: url(../img/under.jpg);
background-repeat: repeat-x;
background-position: top;
font-weight: normal;
font-size: 1em;
border-bottom: none;
margin: 0;
padding: 0;
background-color: #000;
}

span#google {
text-align: center;
line-height: 1.25em;
margin-top: 10px;
float: right;
border: 1px solid #ddd;
background-color: #eee;
padding: 4px;
margin-top: -10px;
}

span#google a,
span#google a:visited {
font-size: 1.2em;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#contentright a:hover {
color: #f93e7a;
}