@charset "utf-8";
/*Color values:
	
	
	

***************************************/*/

/***************************************
1A: BASE STYLES
****************************************/
/* neutralize browser styles */
body, html {
	margin:0;
	padding:0;
	}
/* neutralize browser spacing for vertical elements
	we could do more elements, but this gives us the 
	most widely used block level elements so that we
	control main element spacing without having to 
	add margins back for every block element */
	
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0em 0 0.5em;
	padding: 0;
	}
	

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-attachment: fixed;
	background-image: url(../images/Listje2-background.jpg);
	background-repeat: no-repeat;
	background-position: center -450px;
}

/***************************************
2A: LAYOUT STYLES
****************************************/
	
/*------------------All Layout Generic Styles------------------------------*/

#container {
	text-align: left;
	margin: 0px auto;
	width: 780px;
}
.twoColSmSide #container, .twoColLgSide #container, .oneCol #container {
	text-align: left;
	margin: 0px auto;
	width: 780px;
}

.twoColSmSide #header, .twoColLgSide #header, .oneCol #header {
	height: 300px;
	position: relative;	
}

.twoColSmSide #sidebar, .twoColLgSide #sidebar {
	margin-bottom: 1em;
	padding-bottom: 1em; 

}
.twoColSmSide #footer, .twoColLgSide #footer, .oneCol #footer {
	padding: 20px 1em 0.5em;
	margin-bottom: 1em;
	clear: both;
}

/*------------------Large Sidebar Layout Styles------------------------------*/

.twoColLgSide #sidebar {
	float: left;
	width: 130px;
}
.twoColLgSide #mainContent {
	margin: 0 0 0 150px;    /* left margin allows space for sidebar*/
	padding: 0;
}


/* -----------------One column layout styles ----------------------------*/
.oneCol #mainContent {
	margin: 0; /*no margin needed in a one column layout*/
	padding:0;
	}
/*-------------------Classes for float clearing---------------------------*/
.clearFloat {
	clear: both;
	height: 0;
	font-size: 1px; 
	line-height: 0px;
}
.twoColLgSide #container #mainContent #puppies hi {
	font-family: "Lucida Calligraphy", "Lucida Handwriting";
}
