/* Kysumi */
/* BEGIN BODY & WRAPPER */
html, body {
  background-color: #593a36;
  font-weight: bold;
  text-align: center; /* IE  doesn't center based on auto left/right margins, 
                          but 'text-align:center' does center top-level divs: */
  margin: 0;
  padding: 0;
  min-width: 500px;
}
#wrapper {
  position: relative;
  text-align: left; /* Reset alignment to compensate for 'text-align:center': */
  width: 1000px;
  margin-left: auto;   /* Set left and right margins to auto, thus centering the 
                          element in the containing (body) tag: */
  margin-right: auto;
  background-color: #e2f0cf;
  top: 20px;
}
/* END BODY & WRAPPER */

/* BEGIN GENERIC ANCHORS */
a {
  text-decoration: none;
  color: navy;
}
a:hover {
}
a:active {
}
/* END GENERIC ANCHORS */

/* BEGIN MAIN DIVISIONS*/
#header {
  width: 100%;
  height: 180px;
  background-color: #c8df9d;
}
#column1 {
  clear: both;
  float: left;
  width: 300px;

  text-align: center;
  min-height: 500px;
}
#column1 a {
  font-family: Casablanca Light SF;
  font-style: italic;
  color: navy;
  font-size: 36px;
  text-align: center;
}
#column2 {
  float: right;
  width: 700px;
  min-height: 500px;
}
#content {
  padding: 10 20 10 10;
}
#footer {
  clear:both;
  padding-bottom: 30px;
  height: 30px;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #003f87;
  background-color: black;
}
/* END MAIN DIVISIONS */

/* BEGIN SUBDIVISIONS */
#logo {
  float: left;
  position: absolute;
  padding-left: 50px;
  width: 25%;
  height: 40px;
  background-image: url(images/logopic.gif) no-repeat;
}
#top {
  float: right;
  width: 75%;
  height: 180px;
}
#bizpic {
  padding-top: 70px;
  float: left;
  height: 180px;
  font-family: Casablanca Light SF;
  font-style: italic;
  color: #593a36;
  text-align: center;
  font-size: 36px;
}
#contact {
  padding-top: 20px;
  float: right;
  padding-right: 50px;
  height: 180px;
  text-align: center;
  color: #593a36;
  font-variant: small-caps;
  font-size: 14px;
}

#store {
  margin-top: 10px;
  width: 100%;
  background-color: grey;
}
#store a {
  padding-left: 5px;
  padding-right: 5px;
  color: white;
  font-variant: small-caps;
  font-style: normal;
  background-color: black;
  font-size: 24px;
}
#store a:hover {
  padding-left: 5px;
  padding-right: 5px;
  color: black;
  font-variant: small-caps;
  font-size: 24px;
  background-color: white;
}
#heading {
  height: 107px;
  width: 100%;
  text-align: center;
  background-image: url(images/focus.jpg);
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}
#suzimiller {
  float: left;
  margin: 20px;
  height: 260px;
  width: 194px;
  background-image: url(images/SuziMiller.jpg);
}
/* END SUBDIVISIONS */

/* BEGIN NAVIGATIONS */
#mainnav {

  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: top;
  font-weight: bold;
}
#mainnav td {
  background-color: black;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
}
#mainnav a {
  padding-left: 5px;
  padding-right: 5px;

  color: white;
  font-variant: small-caps;
  font-size: 18px;

  vertical-align: middle;
}
#mainnav a:hover {
  padding-left: 5px;
  padding-right: 5px;
  color: black;
  font-variant: small-caps;
  font-size: 18px;
  background-color: white;
}

/* END NAVIGATIONS */

/* BEGIN STYLES */
.focus {                             /* MAIN FOCUS CATEGORIES */
  padding-top: 30px;
  width: 100%;
  font-family: Casablanca Light SF;
  font-style: italic;
  color: navy;
  font-size: 36px;
  text-align: center;
  font-variant: small-caps;
}
.focus1 {                             /* FOCUS WITH 1-LINE TEXT */
  padding-top: 35px;
  width: 100%;
  font-family: Casablanca Light SF;
  font-style: italic;
  color: navy;
  font-size: 24px;
  text-align: center;

}
.focus2 {                             /* FOCUS WITH 2-LINES TEXT */
  padding-top: 20px;
  width: 100%;
  font-family: Casablanca Light SF;
  font-style: italic;
  color: navy;
  font-size: 24px;
  text-align: center;

}
.name {
  font-size: 24px;
}
.job {
  font-size: 18px;
}
.toprow { 
  color: navy;
  font-size: 20px;
  border-color: white;
  font-weight: bold;
}
.services { 
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
  vertical-align: top;
}
#pricing ul { 
  width: 100%;
  list-style: none;
}
/* END STYLES */

