/* stylez by mh@thenextwave.net */
/* quitch - main website */

a:link { text-decoration:none; font-weight:bold; color:##B2B2B2; }
a:visited { text-decoration:none; font-weight:bold; color:##B2B2B2; }
a:hover { text-decoration:none; font-weight:bold; background-color:#333333; color: ##B2B2B2; }
a:active { text-decoration:none; font-weight:bold; background-color:#cff; }
a:focus { text-decoration:none; font-weight:bold; background-color:#080; }

body 
	{
	font-family: helvetica, arial, sans-serif;
    background-image: url(http://www.quitch.net/img/bg1quitch.gif);
	font-size: 11px;color: black;
	background-color: #ffffff;	
	margin: 1em;
	padding: 0;
	}
	


#bodycopy {
	width: 800px;
	margin: 10px auto 10px auto;
	padding: 0px 0px 0px 0px;
	/* Overrides inherited centered value from body */
	text-align: left;
	border-color: #B2B2B2;
	border-width: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	background-color: #ffffff;
	z-index:0;
	} 
	
p 
	{
	line-height: 1.5em;
	}
	
h1 
	{
	font-family: helvetica, arial, sans-serif;
	color: #ffffff;
	background-color: grey;
	font-size: 14px;
	font-weight:bold;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0.1em;
	padding-left: 1em;
	/* font-style: italic; */
	text-align: left;
	letter-spacing: 0.0em;
	border-bottom-style: solid;
	border-bottom-width: 0.5em;
	border-bottom-color: #eeeeee;
	}
	
h2 
	{
	color: white;
	background-color: grey;
	font-size: 1.5em;
	margin: 0;
	padding: 0.1em;
	padding-left: 1em;
	}
	
h3 
	{
	color: #999;
	font-size: 1.25em;
	}

a 	
	{
	text-decoration: none;
	}
	
strong 
	{
	font-style: italic;
	text-transform: uppercase;
	}
	
li 
	{
	color: #900;
	font-style: italic;
	}
	
table 
	{
	background-color: #ccc;
	}
	
#container {
	width: 680px;
	margin: 0 auto 0 auto;
	padding: 0 20px 20px 20px;
	/* Overrides inherited centered value from body */
	text-align: center;
	border-color: #F66;
	border-width: 0 2px 0 2px;
	border-style: none dotted none dotted;
	background-color: #FFF;
	z-index:0;

} 


	