﻿body {
	background-color: #E8B36D
}
#container{
	width: 700px ;
    margin-left: auto ;
    margin-right: auto ;
    border-bottom-width: 7px;
    border-bottom-color: #E4A44D;
    border-bottom-style: solid;
    border-left-width: 7px;
    border-left-color: #E4A44D;
    border-left-style:solid;
    border-right-width: 7px;
    border-right-style: solid;
    border-right-color: #E4A44D;
}
#header{
	height:200px;
	width:700px;
	background-image:url('LOGO FINAL.jpg');
	background-repeat:no-repeat;
	background-color: #F1CE68
	
}
#main_content{
	width: 700px;
	background-image:url('con_background.jpg');
	background-repeat:repeat
	font-family: "Segoe Script";
	font-size: 36pt;
	border-bottom-width: 5px;
	border-bottom-color: #9FD162;
	border-bottom-style: solid;
	border-top-width: 5px;
	border-top-color: #9FD162;
	border-top-style: solid
	

	
}

#navbar {
	height: 20px;
	width: 700px;
}
#footer {
	background-color:#F1CE68;
	width:700px;
	height: 61px;
}
#header_content{
	height: 180px;
	width: 530px;
	margin-left: 170px;
}
#main_text {
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom:10px;

	
}
#kids_can_sew_img {
	background-image:url('kids-can-sew.gif');
	width: 198px;
	height: 61px;
	
}
#footer_content{
	margin-left:198px;
	height: 61px;
	width: 502px;
	background-color: #F1CE68;
}
#smalltext {
	font-size:10pt;
	text-align: center;
}
