@charset "utf-8";
/**
* css for bodywalkmassage.com
*
* Web Rodeo : webrodeo.com : wm
* 1/2009
*
*/

body {
  background:#2f368f;/*#0D72B9;*/
  color:#2f368f;
  font-family:"Goudy Old Style", "Times New Roman", serif;
  font-size:100%;
  /*margin:20px 0;*/
}

/* contains everything except body bg */
#container {
  margin:20px auto;
  padding:0;
  width:890px;
}

/* contains everything except top and bottom gradients and footer */
#content {
  background:#faf8f2 url(graphics/bodywalk_logo.jpg) no-repeat;
  width:890px;
  float:left;
  padding-bottom:20px;
}

#gradient-top {
  background:url(graphics/gradient_top.jpg) no-repeat;
  clear:both;
  height:6px;
  width:890px;
}

#gradient-bottom {
  background:#ccc url(graphics/gradient_bottom.jpg) no-repeat;
  clear:both;
  height:6px;
  width:890px;
}


#top-right {
  background:#faf8f2;
  float:right;
  height:100px;
  text-align:right;
  width:470px;
}

#sidebar {
  float:left;
  margin-top:80px;
  padding:10px 10px 20px 20px;
  overflow:auto;
  white-space:nowrap;
  width:145px;
}

#page {
  background:url(graphics/rays.jpg) no-repeat;
  float:right;
  /*height:425px;*/
  min-height:425px;
  width:715px;
}

#page-left {
  float:left;
  padding:44px 20px 0 20px;
  width:435px;
}

#page-full {
  float:left;
  padding:44px 20px 0 20px;
}

#page-right {
  float:right;
  padding:44px 0 0 0;
  width:240px;
}

#footer {
  clear:both;
  color:#e2e9de;
  padding:0.75em;
  text-align:center;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
  color:#e2e9de;
  outline:none;
  text-decoration:none;
}

#footer a:hover {
  color:#00a89c;
}

a, a:link, a:visited, a:hover, a:active {
  color:#2f368f;
  outline:none;
  text-decoration:none;
}

a.photo-caption {
  color:#999;
  outline:none;
  text-decoration:none;
}

a.spirit,
a.pdf,
a.pdf:link,
a.pdf:visited,
a.pdf:active,
a.pdf:hover {
  color:#c03;
  outline:none;
  text-decoration:none;
}

a:hover,
a.photo-caption:hover,
a.spirit:hover,
a.pdf:hover {
  color:#00a89c;
}

div#videos {
  margin:15px 15px 15px 40px;
  text-align:center;
}

p.top {
  margin-top:15px;
}

p#webrodeo {
  margin-top:30px;
}

table#gallery {
  margin-top:40px;
  text-align:center;
}

table#prices {
  margin-top:20px;
  margin-bottom:40px;
  text-align:center;
}

table#prices th {
  font-weight:bold;
}

table#prices td.align-left {
  font-weight:bold;
}

ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

ul ul {
  margin:0 0 0 1em;
  padding:0;
}

.align-center {
  text-align:center;
}

.align-left {
  text-align:left;
}

.align-right {
  text-align:right;
}

