html {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    color: #ffffff;
    background-color: #750000;
    font-family: "Verdana", sans-serif;
    font-size: small;
}
a:link {
	color: #ff0000;
	text-decoration: none;
}
a:visited {
	color: #ff8080;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
/* Bullet-Proof Rounded Corners from http://www.albin.net/CSS/roundedCorners/ */
.roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    10px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 10px; height: 10px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -10px 0px 0px 0px; }
.borderBR { margin: -10px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .borderTL {
    margin-left: -1px;
}
.borderTR {
    margin-right: -4px;
    ma\rgin-right: -1px;
}
html>body .borderTR {
    margin-right: -1px;
}
.borderBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.content {
    margin: 0px;
    padding: 0px;
    border: 1px solid #ffffff;
    background-color: #000000;
}
.content p {
    padding-left: 14px;
    padding-right: 10px;
}
.contentWrapper1 {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
    border: 0px;
    margin-top: 30px;
    margin-left: 150px;
    width: 420px;
}
.contentWrapper2 {
    width: 500px;
    margin-top: 20px;
    margin-left: 30px;
    padding: 0px;
    border: 0px;
}
.contentWrapper3 {
    width: 500px;
    margin-top: 20px;
    margin-left: 200px;
    padding: 0px;
    border: 0px;
}
.contentWrapper4 {
    width: 250px;
    margin-top: 20px;
    margin-left: 250px;
    text-align: center;
    padding: 0px;
    border: 0px;
}
.contentWrapper5 {
    width: 500px;
    margin-top: 20px;
    margin-left: 100px;
    padding: 0px;
    border: 0px;
}
.contentWrapper6 {
    width: 350px;
    margin-top: 20px;
    margin-left: 350px;
    padding: 0px;
    border: 0px;
}
.contentWrapper7 {
    width: 500px;
    margin-top: 20px; margin-bottom: 30px;
    margin-left: 50px;
    padding: 0px;
    border: 0px;
}

