html, body {
  padding: 0;
  margin: 0;
}

body {
  font-size: 100%;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #444;
  text-align: center; /* hack to centre wrapper in IE (see wrapper) */
}

#wrapper_1 {
  background: url(images/mystic-mae-background.jpg);
}

#wrapper_2 {
  width:  965px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; /* hack to centre wrapper in IE */
  background: #ffffff url(images/horsocopes-background.gif) repeat-y;
  background-color: #ffffcc;
}

/* @group Content */
#content {
	display: inline;  /* End IE hack */
float: left;  width: 514px;
margin-left: 190px;
  padding: 7px;
}
/* @end */

/* @group Left Sidebar */

#left_sidebar {
display:inline;
  float: left; 
  width: 190px;
  margin-left: -710px;
  }
 
 
.menu{background:url(images/menu_bg.jpg) no-repeat; width:179px; padding-top:10px; padding-bottom:20px; color:#FFFFFF; text-align:center; font-size:18px; font-weight:bold; font-family:Helvetica;}
.menu a{text-decoration:none; color:#FFFFFF;}
.menu a:hover{text-decoration:none; color:#000000;}

 
/* @end */

/* @group Right Sidebar */
#right_sidebar {
display:inline;
  float: right; 
  width: 200px; 
}
/* @end */

/* @group footer */
#footer {
	text-align: center;
	font-size: .8em;
	margin-left: 200px;
	width: 500px;
clear:  both;
}
/* @end */

.blue_bld{font-size:20px; font-family:Helvetica; font-weight:bold; color:#2363BF;}

.purple_txt{color:#83288F;}

.light_purplttxt{font-size:14px; color:#B551F5; font-weight:bold;}

/* @group paragraphs */

p, Li, Blockquote {
  font-size: .76em;
  line-height: 1.3em;
}

p a {
  font-size: 1em;
}

center p  a {
  font-size: 1em;
}

center a {
  font-size: .76em;
}

ul li li {
  font-size: 1em;
}

ul li a {
  font-size: 1em;
}


a:hover {
  color: red;
}


/* @end */

/* @group h1,2,3 */

H1 {
  font-size: 1.6em;
  color: #009;
  font-style: italic;
  letter-spacing: 3px;
  text-align: center; 
  margin-top: 20px;
  margin-bottom: 0px;
}

H2 {
  font-size: 1.2em;
  color: #060;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
}

H3 {
  font-size: 1em;
  color: #060;
  margin-bottom: 5px;
}

/* @end */


.photo-labels {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif
}



/* @end */

