/* CSS style sheet for QuickShotArtist.com */

/***************************************/
/* body, wrapper, banner at top, links */
/***************************************/

body {
  background-color: #FFFFFF;
  color: #333333;
  font-family:"Times New Roman","Lithos Regular",serif;
  font-size: 12pt;
  margin: 0;
  padding: 0;
  border: 0;
}

.wrapper {
  background-color: #FFFFFF;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  border: 1px solid black;
  overflow: auto;
}

.banner_bground {
  width: 100%;
  height: 172px;
  background-color: #FFFFFF;
}

.banner_image {
  position:relative;
  top:10px;
  width: 798px;
  height: 152px;
}

a:link {color: #770077; font-weight: bold; text-decoration:none}
a:visited {color: #770077; font-weight: bold; text-decoration:none}
a:hover {color: #009900; font-weight: bold; text-decoration:underline}
a:active {color: #770077; font-weight: bold; text-decoration:none}

/* headings */

h1 {
  font-family:Helvetica,Arial,sans-serif;
  font-size: 12pt;
  color: #550055;
}

h2 {
  font-family:Helvetica,Arial,sans-serif;
}

h3 {
  font-family:Helvetica,Arial,sans-serif;
}

h4 {
  font-family:Helvetica,Arial,sans-serif;
}

h5 {
  font-family:Helvetica,Arial,sans-serif;
}

h6 {
  font-family:Helvetica,Arial,sans-serif;
}

/* standard text, serif and sans-serif */

.sans_serif_large {
  font-family:Helvetica,Arial,sans-serif;
  font-size: 14pt;
}

.sans_serif_medium {
  font-family:Helvetica,Arial,sans-serif;
  font-size: 11pt;
}

.sans_serif_small {
  font-family:Helvetica,Arial,sans-serif;
  font-size: 9pt;
}

.sans_serif_tiny {
  font-family:Helvetica,Arial,sans-serif;
  font-size: 8pt;
}

.sans_serif_teensy {
  font-family:Helvetica,Arial,sans-serif;
  font-size: 7pt;
}

.serif_large {
  font-family:"Times New Roman","Lithos Regular",serif;
  font-size: 26pt;
}

.serif_medium {
  font-family:"Times New Roman","Lithos Regular",serif;
  font-size: 13pt;
}

.serif_small {
  font-family:"Times New Roman","Lithos Regular",serif;
  font-size: 12pt;
}

.serif_tiny {
  font-family:"Times New Roman","Lithos Regular",serif;
  font-size: 10pt;
}

.serif_teensy {
  font-family:"Times New Roman","Lithos Regular",serif;
  font-size: 9pt;
}

.home_menu_heading_text {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 11pt;
}

.home_menu_topic_text {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

/* content table for topic pages (4 column table) */

.spacer_left {
  width:2%;
}
  
.main_content {
  width:80%;
}

.ad_column {
  width:16%;
}

.spacer_right {
  width:2%;
}

/* trailer at bottom of main page */

.trailer {
  width: 100%;
  text-align: center;
}
