/*CSS Document*/

body {
  background-image: url(website31.jpg);
  background-repeat: repeat-x;
  background-color: #2b2b2b;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

.header { background-image: url(images2/shorty-logo_01.jpg); background-repeat:no-repeat; }

h1 {
  font-size: 12px;
  color: #9933CC;
  text-align:left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 { font-size: 1.8em; }
h3 { font-size: 1.4em; }
a { color: #9933CC; }
a:hover { text-decoration: none; color: #FFCC99; }
a img { border: none; }

/*MENU*/

td.menucell { margin: 0 auto 0 auto;  height: 34px; width: 100%; text-align: center; }
.menu { width: auto; margin: 10px auto 0 auto; }
.menu td { width: auto; padding: 0 15px 0 15px; }
.menu a:link {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu a:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

.menu a:active {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FFCC99;
  font-weight: bold;
}
.menu a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FFCC99;
  font-weight: bold;
}

/* TEXT STYLES */


.style1 {
  Font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:13px;
  line-height:155%;
}
.style2 {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
}
.style4 {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #3F2D43;
}

.style5 {
  background-image: url(images2/shorty-logo_01.jpg);
  background-repeat: no-repeat;
  color: #2C2C2E;
  text-align: right;
}

.designlist td {
  text-align: left;
  vertical-align: top;
  line-height: 12px;
  font-size: 7px;
  padding: 1px;
  width: 33%;
}

/* FOOTER */

#footer {
  margin: 35px auto 30px auto;
  color: #FFF;
  text-align: center;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
}
#footer a {color: #FFF; text-decoration: none;}
#footer a:hover {color: #FFCC99; text-decoration: underline;}
