
/* Raphaelwebscapes.com */

body {
  background:#fff;
  background-image: url("images/background.jpg");
  background-repeat:repeat-x;
  font-family:verdana,arial,helvetica,san-serif;
  }

#container {
  width:850px;
  margin-left:auto;
  margin-right:auto;
  }

#content {
  margin-left:250px; 
  font-size:12px;
  line-height:200%;
  color:#444444;
  }
  
  

#content h1 {
  font-family:Century Gothic,Trebuchet,Verdana,arial;
  font-weight:normal;
  font-size:24px;
  color:#680f79;
  margin-top:-50px;
  margin-bottom:10px;

  }

#content h3 {
  font-family:Century Gothic,Trebuchet,Verdana,arial;
  font-weight:normal;
  font-size:16px;
  color:#680f79;
  

  }

#sidebar {
  position:relative;
  float:left;
  font-size:11px;
  width:200px;
  margin-right:20px;
  line-height:200%;
  color:#444444;
  }


#sidebar h3 {
  font-family:Century Gothic,Trebuchet,Tahoma;
  font-weight:normal;
  font-size:18px;
  color:#680f79;
  margin-bottom:0px;
  } 
#sidebar p {
  margin-top:0px;
  }

#header {
  height:200px;}
#header img {position:absolute;}

#header ul
  {
  margin:0px;
  margin-left:190px;
  width:720px;
  padding-bottom:8px;
  padding-left:10px;
  }


#header li
  {
  background:url(images/navigationhooks.gif) 
  no-repeat center top;
  height:30px;
  margin-top:20px;
  font-size:11pt;
  color:#680c7a;
  min-width:80px;
  list-style-type:none;
  float:left;
  letter-spacing:1px;
  padding:35px 10px 10px 20px;
  }

#header .navigation-right {
  background:url(images/navigationhooks-right.gif) 
  no-repeat center top;height:30px;margin-top:20px;
  
}



#header li:hover a 
{font-color:#fff;}


#header a {
  text-decoration:none;
  color:#680c7a;
  }
#header a:hover
  {color:#000;
  border-color:#680c7a;
  border-bottom:dotted;
  }

.clearfix {clear:both;}

a {
  text-decoration:none;
  color:#680c7a;
  }
  
.hangingindent p{
  text-indent:-10px;
  padding-left:10px;
  margin-bottom:0px;
  margin-top:0px;
  }