	body {
					
		font-family: Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
		background-color: #CCC;
				
		}
		
	#container {
		
		margin: 0 auto;
		max-width: 1266px;
		background-color: #FFFFFF;
		
		}
		
	.links {
		
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		
		}
		
	* {
		
		box-sizing: border-box;
		
		}
		
	.clearfix::after {
		
		content: "";
		clear: both;
		display: table;
		
		}
	
	#clearFloat {
						
		clear: both;
		
		}
	
	#logo {
					
		background-image: url(assets/free-printable-borders-small.gif);
		width: 250px;
		height: 72px;			
		margin-left: auto;
		margin-right: auto;
				
    	}
				
	#header {
				
		width: 100%;
		height: 72px;
		background-image: url(assets/header-texture-3-borders.gif);
		background-repeat: repeat-x;
				
		}
		
	h1 {
					
		font-size: large;
				
		}
		
	h2 {
					
		font-size: large;
				
		}
		
	h3 {
				
		font-size: large;
		text-align: center;
				
		}
		
	.homeAd {
		
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 30px;
		padding-bottom: 30px;
		
		}
		
	.img-container {
		
		width: 310px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 30px;
		
		}
		
	.img-containerVert {
		
		width: 300px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-top: 50px;
		margin-bottom: 50px;
		
		}
		
	.text-description {
		
		margin-bottom: 30px;
		padding-left: 30px;
		padding-right: 30px;
		text-align: center;
		
		}
		
	hr {
		height: 1px;
		width: 80%;
		color: #990000;
		background-color: #990000;
		border: none;
		}
		
	.textRegularThree {
					
		text-align: justify;
		padding-left: 5px;
		padding-right: 5px;
				
		}
		
	.textRegularFour {
					
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
				
		}
		
	.topnav {
		  overflow: hidden;
		  background-color: #FFF;
		  text-align: center;
		}
		
	.topnav a {
		  display: none;
		  color: #000000;
		  text-align: center;
		  padding: 15px 15px;
		  text-decoration: none;
		  font-size: 14px;
		  border-left: none;
		  border-right: none;
		  border-bottom: none;
		}	
	
	.topnav a:hover {
		  background-color: #990000;
		  color: #FFFFFF; 
		}
	
	.topnav a.icon {
		
    	float: right;
    	display: block;
    	font-size: 12px;
		
  	    }
	
	.topnav.responsive {position: relative;}
		
	.topnav.responsive .icon {
		
		  position: absolute;
		  right: 0;
		  top: 0;
		  
	    }
	
	.topnav.responsive a {
		
		  float: none;
		  display: block;
		  text-align: left;
		  
	    }
		
	.categoriesParagraph {
		
		padding: 0px 10px 0px 10px;
		
		}
		
	.categoriesParagraphTwo {
		
		padding: 0px 10px 0px 10px;
		
		}
		
	#footer {
		
		width: 100%;
		padding-top: 1px;
		height: 72px;		
		background-image: url(assets/header-texture-3-borders.gif);		
		padding-bottom: 10px;
		
		}
		
	.bottomLinks {
		
		font-size: small;		
	
		}
		
	.bottomLinks a:link {
					
		text-decoration: underline;
		color: #FFFFFF;
	
		}
				
	.bottomLinks a:visited {
					
		text-decoration: underline;
		color: #FFFFFF;
		
		}
				
	.bottomLinks a:hover {
		
		text-decoration: none;
		color: #FFFFFF;
	
		}
				
	.bottomLinks a:active {
		
		text-decoration: underline;
		color: #FFFFFF;
	
		}
		
	.bottomText {
				
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
		font-size: small;
		color: #FFFFFF;
				
		}
		
	.topLinkHoliday {
		
		padding-bottom: 10px;
		
		}
		
	.topLinkHoliday a {
		
		display: inline-block;
		width: 200px;
		height: auto;			
		margin: 10px;
		color: #FFFFFF;
		background-color: #990000;
		text-align: center;
		padding: 7px 5px;
		text-decoration: none;
		font-size: medium;
		border: #990000 solid 1px;
		border-radius: 8px;
		
		}
		
	.topLinkHoliday a:hover {
					
		color: #000000;
		background-color: #FFFFFF;
				
		}
		
	.topLink {
		
		padding-bottom: 10px;
		
		}
		
	.topLink a {
		
		display: block;
		width: 110px;
		height: auto;			
		margin-left: auto;
		margin-right: auto;
		color: #FFFFFF;
		background-color: #000000;
		text-align: center;
		padding: 7px 5px;
		text-decoration: none;
		font-size: medium;
		border-radius: 8px;
		
		}
		
	.topLink a:hover {
					
		color: #FFFFFF;
		background-color: #990000;
				
		}
		
	.topLink2 {
		
		padding-top: 10px;
		padding-bottom: 10px;
		
		}
		
	.topLink2 a {
		
		display: block;
		width: 110px;
		height: auto;
		margin: 20px;
		color: #FFFFFF;
		background-color: #000000;
		text-align: center;
		padding: 7px 5px;
		text-decoration: none;
		font-size: medium;
		border-radius: 8px;
		
		}
		
	.topLink2 a:hover {
					
		color: #FFFFFF;
		background-color: #990000;
				
		}
		
	.center {
					
		text-align: center;
				
		}
		
	.larger {
		
		font-size: x-large;
		font-weight: bold;
				
		}
		
	.textRegular {
					
		text-align: justify;
				
		}
		
	.textRegularTwo {
					
		text-align: justify;
		font-weight: bold;
				
		}
		
	.tipTitles {
					
		text-align: center;
		font-size: large;
		font-weight: bold;
				
		}
		
	.regularLinks a:link {
					
		text-decoration: underline;
		color: #000000;
	
		}
				
	.regularLinks a:visited {
					
		text-decoration: underline;
		color: #000000;
		
		}
				
	.regularLinks a:hover {
		
		text-decoration: none;
		color: #990000;
	
		}
				
	.regularLinks a:active {
		
		text-decoration: underline;
		color: #000000;
	
		}
		
	.bottomnav {
		  overflow: hidden;
		  text-align: center;
		}
	
	.bottomnav a {
		  display: inline-block;
		  color: #FFFFFF;
		  text-align: center;
		  padding: 11px 6px;
		  text-decoration: none;
		  font-size: 14px;
		}
	
	.bottomnav a:hover {
		  background-color: #990000;
		  color: #FFFFFF;
		}
		
@media only screen and (min-width: 900px) {
	
	#logo {
					
		background-image: url(assets/free-printable-borders-medium.gif);
		width: 480px;
		height: 100px;			
		margin-left: auto;
		margin-right: auto;
				
    	}
		
	#header {
				
		width: 100%;
		height: 100px;
		background-image: url(assets/header-texture-2-borders.gif);
		background-repeat: repeat-x;
		
		 }
		 
	.img-container {
		
		float: left;
		width: 50%;
		height: 502px;
		padding: 10px;
		text-align: center;
		
		}
		
	.img-containerVert {
		
		float: left;
		width: 50%;
		height: 602px;
		padding: 10px;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		
		}
		
	.bottomLinks {
		
		font-size: medium;		
	
		}
		
	.topnav a.icon {
		
		  font-size: 14px;
		  
	    }
		
	h1 {
					
		font-size: x-large;
				
		}
				
	h2 {
					
		font-size: x-large;
				
		}
					
	h3 {
					
		font-size: x-large;
					
		}
		
	.textRegularThree {
					
		text-align: justify;
		padding-left: 40px;
		padding-right: 40px;
				
		}
		
	.textRegularFour {
					
		text-align: center;
		padding-left: 40px;
		padding-right: 40px;
				
		}
		
	.categoriesParagraph {
		
		padding: 20px 40px 10px 40px;
		
		}	
		
	.categoriesParagraphTwo {
		
		padding: 10px 40px 10px 40px;
		
		}
		
	#footer {
					
		width: 100%;
		height: 100px;
		background-image: url(assets/header-texture-2-borders.gif);
		padding-top: 5px;
		
		}
		
	.bottomText {
					
		font-size: medium;
				
		}
					
}

@media only screen and (min-width: 1266px) {
				
	#logo {
					
		background-image: url(assets/free-printable-borders-main.gif);
		width: 1000px;
		height: 130px;			
		margin-left: auto;
		margin-right: auto;
					
		}
		
	#announcement {
		
		display: none;
		
	}
	
	.img-container {
		
		float: left;
		width: 33.33%;
		padding: 10px;
		
	}
	
	.img-containerVert {
		
		float: left;
		width: 33.33%;
		padding: 10px;
		
	}
	
	#header {
					
		width: 100%;
		height: 130px;
		background-image: url(assets/header-texture-1-borders.gif);
		background-repeat: repeat-x;
		
		}
	
	.topnav a {
		  display: inline-block;
		  color: #000000;
		  text-align: center;
		  padding: 15px 15px;
		  text-decoration: none;
		  font-size: 14px;
		  border-left: #990000 solid thin;
		  border-right: #990000 solid thin;
		  border-bottom: #990000 solid thin;
		}
	
	.topnav a.icon {
		
    	display: none;
		
  	    }
	
}