body {
    margin: 0px;
    background-image: url(/images/bg.jpg);
    background-repeat: repeat-x;
    background-color:#ffffff;
    font-family:Arial;
    height: 100%;
}

h1 {
    font-family:Georgia;
    font-size:24px;
    font-weight: bold;
    color: #C51B1B;
    margin: 0px;
    padding: 0px;
    margin: 5px 0px 5px 0px;
}

h2 {
  font-family:Georgia;
  font-size:16px;
  font-weight: bold;
  color: #C51B1B;
  margin: 12px 0px 4px 0px;
  padding: 0px;
}

h3 {
  font-family:Georgia;
  font-size:15px;
  font-weight: bold;
  color: #C51B1B;
  margin: 5px 0px 4px 0px;
  padding: 0px;
}
h4 {
    font-family:Georgia;
    font-size:16px;
    font-weight: bold;
    color: #666666;
    margin: 0px;
    padding: 0px;
    margin-top: 1px;
}
h5 {
  font-family:Georgia;
  font-size:14px;
  font-weight: bold;
  color: #C51B1B;
  margin: 0px;
  padding: 0px;
}

A:link    { color: #C11919;	text-decoration: underline;}
A:active  { color: #C11919;	text-decoration: underline;}
A:visited {	color: #C11919;	text-decoration: underline;}
A:hover   { color: #666699; text-decoration: underline;}

A.biz:link    { color: #FFFFFF;	text-decoration: underline;}
A.biz:active  { color: #FFFFFF;	text-decoration: underline;}
A.biz:visited {	color: #FFFFFF;	text-decoration: underline;}
A.biz:hover   { color: #FFFFFF; text-decoration: underline;}

.siteTitle {
    font-family:Times New Roman;
    font-size: 65px;
    font-weight:bold;
    font-style:italic;
    margin:0px;
    padding:0px;
}


div.contentClass{
    width: 920px;
    position: relative;
    left: 50%;
    margin-left: -460px; /* half the width of the div */
    margin-top:0px;
    top: 100px;
}

div.insideContentClass{
    width: 800px;
    position: relative;
    left: 50%;
    margin-left: -290px; /* half the width of the div */
    margin-top:0px;
    top: 180px;
    font-family:Arial;
    font-size:14px;
}
div.navClass{
    width: 920px;
    height:30px;
    position: absolute;
    left: 50%;
    margin-left: -460px; /* half the width of the div */
    margin-top:0px;
    top: 25px;
}

div.copyrightClass {
	font-family:Arial;
	font-size:11px;
	color: #ededed;
    width: 920px;
    position: relative;
    left: 50%;
    margin-left: -460px; /* half the width of the div */
    text-align:center;
}

div.shoeClass{
    width: 257px;
    position: absolute;
    left: 50%;
    margin-left: -500px; /* half the width of the div */
    margin-top:0px;
    top: 60px;
}

div.insideDonateClass{
    width: 161px;
    height: 32px;
    position: absolute;
    left: 50%;
    margin-left: -475px; /* half the width of the div */
    margin-top:0px;
    top: 270px;
}

div.insideTitleClass{
    width: 800px;
    position: absolute;
    left: 50%;
    margin-left: -300px; /* half the width of the div */
    margin-top:0px;
    top: 80px;
}

div.insideRegClass{
    width: 10px;
    position: absolute;
    left: 50%;
    margin-left: 406px; /* half the width of the div */
    margin-top:0px;
    top: 90px;
}

div.roadClass {
    position: fixed;
    width: 920px;
    left: 50%;
    height: 100%;
    margin-left: -460px; /* half the width of the div */
    bottom: 40;
    background-image: url(/images/road.png);
    background-repeat: no-repeat;
    background-position:bottom center;
}

div.footerClass {
    position: fixed;
    width: 100%;
    height: 51px;
    right: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-image: url(/images/bottombg.png);
    background-repeat: repeat-x;
}



/* Cover Elements */
div.donateClass{
    width: 161px;
    height: 32px;
    position: absolute;
    left: 50%;
    margin-left: -96px; /* half the width of the div */
    margin-top:0px;
    top: 255px;
}

div.coverTitleClass{
    width: 400px;
    position: absolute;
    left: 50%;
    margin-left: -300px; /* half the width of the div */
    margin-top:0px;
    top: 80px;
}
div.coverIntroClass{
    width: 575px;
    position: absolute;
    left: 50%;
    margin-left: -500px; /* half the width of the div */
    margin-top:0px;
    top: 333px; /* put back to normal */
    xtop: 350px;

}

div.coverStoryClass{
    width: 575px;
    height:283px;
    position: absolute;
    left: 50%;
    margin-left: -500px; /* half the width of the div */
    margin-top:0px;
    top: 810px;
    background-image: url(/images/coverstory.png);
    background-repeat: no-repeat;
    background-position:bottom center;
    xdisplay: none;
}

div.coverStoryTxtClass{
    cdisplay: none;
    width: 550px;
    height:208px;
    position: absolute;
    left: 50%;
    margin-left: -500px; /* half the width of the div */
    margin-top:0px;
    top: 812px;
    background-position:bottom center;
    font-family:arial;
    font-size: 14px;
    padding-top:50px;
    padding-left:20px;
    padding-right:10px;
}

div.coverRegClass{
    width: 400px;
    position: absolute;
    left: 50%;
    margin-left: 56px; /* half the width of the div */
    margin-top:0px;
    top: 168px;
}

div.coverTextClass{
    width: 350px;
    position: absolute;
    left: 50%;
    margin-left: 120px; /* half the width of the div */
    margin-top:0px;
    top: 80px;
    font-size: 14px;
}

input.btn {
  color:#ffffff;
  font-size:20px;
  font: bold 84% 'verdana',helvetica,sans-serif;
  border: 0px none #6389A8;
  background-image: url(/images/frmbtn0.jpg);
  width: 161px;
  height:48px;
}

input.btn:hover {
/* inherits properties from btn */
    background-image: url(/images/frmbtn1.jpg);
}

input.btnhov {
/* inherits properties from btn */
    background-image: url(/images/frmbtn1.jpg);
}

.sidePic {
  float:right;
  border: 2px solid #cccccc;
}

li {
    margin-top:8px;
}

.framePic {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 10px;
    border-width: 1px;
    padding:3px;
   	border-style: solid;
	border-color: #ccc #aaa #aaa #ccc;
}
