body {
background-color: #000000;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}
a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
font-size: 11px;
text-transform:uppercase;
background-color: #E0A3B7;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0px }

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}

#pusher {
width:200px;
}
div#pusher { 
min-height:100px;
height:expression(this.scrollHeight > 100 ? "auto":"100px"); 
}

/* ----------container to center the layout-------------- */
#container {
width: 800px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #000000;
}

/* ----------banner for logo-------------- */
#banner {
background-color: #ffffff;
text-align: center;
padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;} 

/* -----------------content--------------------- */
#content {
background-color: #000000;
padding: 10px;
margin-left: 0px;
margin-right: 0px;
}
div#content { 
min-height:400px;
height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
text-align:center;
}

#content img {

}

p, pre{
padding: 5px 10px;
margin:0px;
}


/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 5px;
text-align: right;
color:white;
 }
 
 /* img rollovers */
 
 a.rolloverWE {
	display: block;
	width: 131px;
	height: 89px;
	text-decoration: none;
	background: url("imgs/we_css.jpg");
	}

a.rolloverWE:hover {
	background-position: 0 -89px;
	}
	
	
 a.rolloverLOVE {
	display: block;
	width: 91px;
	height: 84px;
	text-decoration: none;
	background: url("imgs/heart_css.jpg");
	}

a.rolloverLOVE:hover {
	background-position: 0 -84px;
	}
	
	
 a.rolloverLLAMAS{
	display: block;
	width: 104px;
	height: 151px;
	text-decoration: none;
	background: url("imgs/llama_css.jpg");
	}

a.rolloverLLAMAS:hover {
	background-position: 0 -151px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

