@charset "UTF-8";
/* CSS Document */


*,h1,h2,h3,p,li,html,body,div {
	margin:0;
	padding:0;
	}

img {
	border: none;
	}
	
html{
	background: black center top;
	}





/* Start homepage layout*/
div.allcontent {
	padding: 0px 0px 0px 200px;
	margin: 0px auto 0px auto;
	width: 900px;
	}

div.elcmens {
	width: 197px;
	height: 215px;
	background-repeat: no-repeat;
	margin: 0px 117px 0px 0px;
	float: left;
	}

div.divider {
	width: 41px;
	height: 80px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	float: left;
	}

div.hundreddayscollection {
	width: 197px;
	height: 215px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 100px;
	float: left;
	}



	
/* Start dotted lines*/
div.dottedlines {
	background-image: url(images/homepage_dashes.jpg);
	background-repeat: repeat-y;
	width: 712px;
	height: 297px;
	margin: 0px 0px 0px 1px;
	}	
	
div.dottedlines_auto {
	background-image: url(images/homepage_dashes.jpg);
	background-repeat: repeat-y;
	width: 712px;
	height: 500px;
	margin: 0px 0px 0px 1px;
	}	
	
div.clear {
	clear: both;
	}