/* CSS Document */

/* Created by Eleanor Grosch of Pushmepullyou Design 2006 */


/*general selectors */

*{

	margin: 0;
	padding: 0;

}

body {
	
	background: #fff url("../images/tile.gif") repeat-x;
	font-family: trebuchet ms;
	font-size: 62.5%;
	color: #000;
	text-decoration: none;
	line-height: 2.2em;
	
}

p, td{

	font-size: 1.3em;
	margin: 10px 0 15px 0;
}

a {

	
	text-decoration: none;
	color: #3399ff;
}

a:hover {
	
	color: #6699cc;


}


img {

	border: none;
}


h1{
	
	padding: 10px 0 0 0;
	font: normal 20pt Georgia;
	text-decoration: none;
	text-align: left;
	clear: both;
	border-bottom: 1px solid #333366;

}


h2{

	font: normal 15pt georgia;
	padding: 20px 0 0 0px;
	border-bottom: 1px solid #333366;
	
}




li {
	padding: 10px 0 0 0;
	font-size: 10pt;
}

li a{

	list-style-type: none;
	color: #000;
}




/*navigation*/



#header {

	float: left;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 100px;
	list-style-type: none;
	background: #fff;
	
}



#nav {
	
	background: #fff;
	float: left;
	list-style-type: none;
	
}


#nav, #nav ul {
	padding: 0;
	margin: 0px 0 0 -70px;
}             

	
.button {
	padding: 10px 0 0 0;
	
}	


#main{

	/*margin: 0 auto;*/
	margin: 50px 0 0 100px;
	width: 1300px;
	top: 0;
	
}


#index {

	width: 1500px;
	position: absolute;
	top: 100px;
	left: 117px;
}



.col1 {

	width: 600px;
	position: absolute;
	top: 60px;
	left: 100px;
}

.col2 {

	width: 370px;
	position: absolute;
	top: 550px;
	left: 550px;
	

}



\

