@charset "UTF-8";
/* CSS Document */

body {
  font-size:62.5%;
  text-align:center;
  background:#999 url(../images/layout/body.png) 0 0 repeat-x;
  color:#000;
  font-family:Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4 {
  padding-bottom:5px;
}
h1 {
  padding-bottom:20px;
}
h3 {
  padding-bottom:10px;
}
/* LoVe HAte */
a:link {
  color:#8f248d;
}
a:visited {
  color:#6F046D
}
a:hover,
a:active {
  color:#aF44aD
}
#page {
  font-size:1.3em;
  line-height:1.8em;
  text-align:left;
}
#sidebar-left,
#sidebar-right {
	line-height:normal;
}
#sidebar-left h2,
#sidebar-right h2 {
	background:url(../images/layout/sidebar-h.png) 0 0 repeat-x;
	font-size:1.6em;
}
#footer {
  text-align:center;
  background:url(../images/layout/foot.png) 0 100% no-repeat;
  padding:10px 0 20px;
  font-family:Baskerville, Georgia, "Times New Roman", Times, serif;
  font-style:italic;
}
p,
ul {
  padding-bottom:15px;
}

