﻿body {margin:0;padding:0;
}

#mainColumn
{
	
	width:900px;
	margin: 10px auto;
	/*border: solid 1px black;*/
}
#header
{
	
	background-image:url(css_images/headerBackground.gif);
	background-repeat:no-repeat;
	background-position: center top;
	text-align:right;
}


/*Nav (and some footer nav) section */
#nav
{
	padding-top:165px;
	width:800px;margin:auto;
	text-align:center;
	font-family:Centaur, Arial;
	margin-bottom:0;
	padding-bottom:0;
}

#nav ul
{
	margin-right:40px;
}
#footer ul
{
	margin-right:100px;
}

#nav li, #footer li
{
	margin:0 15px;
	display:inline;
}
#footer li.first
{
	margin-right:535px
}

#nav a, #footer a
{
	text-decoration:none;
	font-size:22px;
	color:#811111;
}

#nav a:hover, #footer a:hover
{
	border-bottom:solid 2px #9caef1;
}






#indexcontent
{
	min-height:300px;
	background-image:url(css_images/indexBackground.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}
#sitecontent
{
	min-height:300px;
	width:650px;
	margin:5px auto;
	border:solid 10px #9caef1;
	color:White;
	background-color:#4a3111;

}
#sitecontent h3, h2, h4
{
	width:95%;
	margin:auto;
	border-bottom:solid 1px white;
}
#sitecontent h4.productCategory
{
	text-decoration:underline;
	width:85%;
	border-bottom-width:0px;
	font-size:larger;
}
#sitecontent h4.product
{
	width:75%;
	border-bottom-width:0px;
	margin:0 inherit;
	padding:0;
}

#sitecontent p
{
	padding:15px;
	text-align:justify;
	line-height:130%;
	
}
#sitecontent p.product
{
	width:70%;
	margin:0 auto 40px;
	padding:0 0 0 25px;
}

#sitecontent h4.contact, #sitecontent p.contact
{
	width:95%;
	
	border:0;
	text-align:center;
	padding:0px;
	margin:5px;
}




#sitecontent table.contact
{
	width:90%;
	margin:5px auto;
	text-align:left;
	font-size:small;
}



#portfoliocontent
{
	min-height:350px;
	width:650px;
	margin:5px auto;
	border:solid 10px black;
	color:White;
	background-color:#9caef1;
	
}
#portfoliocontentmain
{
	min-height:350px;
	width:650px;
	margin:5px auto;
	border:solid 10px #9caef1;
	color:White;
	background-color:#4a3111;
}
#gallerycontent
{min-height:350px;
	width:650px;
	margin:5px auto;
	border:solid 10px #9caef1;
	color:White;
	background-color:black;
}
#portfoliocontentmain p.mainimage
{
	margin:30px auto 20px;
	width:475px;
	height:294px;
	min-height:294px;
}
#portfoliocontentmain div.about
{
	margin:30px auto 20px;
	width:475px;
	height:200px;
	min-height:200px;
	
	background-repeat:no-repeat;
	color:White;
}
#portfoliocontentmain div.aboutKids
{
	margin:30px auto 20px;
	width:475px;
	height:295px;
	min-height:295px;
	
	background-repeat:no-repeat;
	color:White;
}
#portfoliocontentmain div.aboutKids p
{
	margin:15px 10px 10px 40px;
}
#portfoliocontentmain div.about p
{
	margin:15px 10px 10px 40px;
}




#portfoliocontentmain p.buttons
{
	margin:auto;
	width:350px;
	text-align:center;
}



/*   Footer Area    */
#footer
{
	min-height:100px;
	background-image:url(css_images/footerBackground.gif);
	background-repeat:no-repeat;
	background-position: top center;
	text-align:right;
	font-family:Centaur, Arial;
}

.copyright
{
	text-align:center;
	margin-top:35px;
	color:#811111;
	font-size:small;
}




.portMainImgBackground
{
	background-color:#4a3111;
	color:white;
	border:1px solid black;
	height:150px;
	width:150px;
}
.portMainImgBackground p
{
	margin-top:0px;
}

.portMainImgBackground img
{
	border: solid 2px black;
}

.portFlower
{
	background-image: url(css_images/galleryFlower.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	
}
