/* --------- 1. defaults  --------- */

*  	{
		margin: 0;
		padding: 0;
		}

html {font-size: 100%;}

body {
		font-family:	"Lucida Grande", Verdana, Arial, sans-serif; 
		margin-top: 20px;
		color: #990099;
		background: #d3d3d3;
		font-size: 62.5%;
		}

/*  --------- 2. structure  --------- */

#wrapper {
		width: 845px;
		margin: 0 auto;
		color: #990099;
		background: #d3d3d3;
		padding: 10px;
		}

#content {
				 border-top: 1px solid #b8860b;
				 padding-top: 10px;
				 }

		
#introductoryText {
		float: left;
		height: 498px;
		width: 180px;
		margin: 0 0 0 10px;
		border: 1px solid #b8860b;
		padding: 0.3em;
		}

#textblocks div {
		width: 200px;
		height: 160px;
		float: right;
		color: #990099;
		border: 1px solid #b8860b;
		margin-right:10px;
		margin-bottom:10px;
		}

#footer {clear: both;}
		
#footer p {
		margin-bottom: 0;
		margin-top: 5px;
		line-height: 1.3em;
		color: #990099;
		background: #d3d3d3;
		text-align: center;
		}		

.spacer20			{height: 20px;}				
.spacer30			{height: 30px;}				
.spacer40			{height: 40px;}				
		
.pink 	 {background: #ffb6c1; text-align: center;}
.grey  	 {background: #d3d3d3; text-align: center;}

.lefting	{float: left;}	
.righting {float: right;}
.center   {text-align: center;}

p {
	font: 1.2em/1.6em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	margin-bottom: 0.8em;
	padding:0 10px;
	}

h1 {font: normal 1.8em/1.8em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;}
h2 {font: normal 1.6em/1.6em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;}
h3 {font: normal 1.4em/1.4em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;}
h4 {font: normal 1.2em/1.2em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;}
h5 {font: normal 1.0em/1.0em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;}

	
ul {padding-left: 20px;}	
li {margin-bottom: 1.3em;}


a:link {color: #990099; background: transparent;}	 		/* unvisited link */		
a:visited {color: #990099; background: transparent;}	/* visited link */ 
a:hover {color :#990099; background: #8c8c8c;}		/* mouse over link */
a:active {color: #990099; background: transparent;}		/* selected link */

