
/* Global Styles for Basement59 */

body {
	font-family:Times, Georgia, serif;
	font-size:62.5%;
	/*background: #fbf7e1 url(../images/bg-graphic.png) no-repeat 50% 0;*/
	background-color: #fbf7e1;
	color:#333;
}

h1, h2, h3, h4, h5	{
	margin: 0.8em 0 0.4em 0;
	font-weight:normal;
	line-height:normal;
}
h1	{
	font-size:2.6em;
	margin: 0.6em 0;
	color:#000;
}
h2	{
	font-size:2.3em;
	font-weight:bold;
}

h3	{
	font-size:2.1em;
}

h4	{
	font-size:1.8em;
}
h5	{
	font-size:1.6em;
}

p	{
	margin: 0 0 0.8em 0;
	font-size:1.5em;
	line-height:normal;
	color:#000;
}
em	{
	font-style:italic;
}
.hidden {
  display:none;
}

/*------------  Text Links */
a 	{
	color:#4e5a5f;
	text-decoration:none;
}
a:hover 	{
	color:#b8c14d;
	text-decoration:underline;
}

/* _____________________________________________________________________________________Layout */

#pagewrapper { 
   /*background: red url(../images/bar.png) repeat-x left 50%;*/
   text-align:center;
} 
