body {
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 2.3em;
	color: #666;
	margin:0;
	}

.wrapper {
	margin: 0px auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 930px;
	}

a, a:visited {color: #000; text-decoration: underline; }
a:hover {color:#c89955; text-decoration: none;}
#mygallery a {color: #ccc; text-decoration: none; }

h1 {font-size: 24px; color: #ccc; margin: 0 auto; width: 800px; padding: 0 0 20px 0; }
h2 {font-size: 18px; color: #000; }
h3 {font-size: 15px; color: #333; }
h4 {font-size: 12px; color: #666; }
h5 {font-size: 10px; color: #999; line-height: 1em;}

p{width:600px; width: 790px;}

/*----Text styling / Paragraphs-----*/

#content p img {background: #f5f5f5; border: 1px solid #e9e9e9; float: right; padding: 5px; margin: 5px 10px 10px 0px;}
#content p img.right {float: right; margin: 5px 0px 10px 10px;}
#content p img.simple {background: none; border: none; padding:0; margin: 0}

.home {padding-top: 10px;}
.home img {margin: 0px 5px;}

blockquote {
  background: url(../images/quote1.gif) left top no-repeat;
}
blockquote p {
  padding: 0 60px;
  background: url(../images/quote2.gif) right bottom no-repeat;
  font-style: italic;
}

/* newsletter bar */
div#newsletter{
	background-color:#c4e174;
	padding: 0 10px;
	color: black;
	font-size: 12px;
	text-align: center;
}
	


/*---------------Header Part----------------*/
	
#bigheader {
	height: 400px;
	background: #000 url(../images/bgorange.jpg) repeat center top;
	overflow: hidden;
	}

#logo {
	float: left;
	width: 465px;
	height: 75px;
	padding-top: 25px;
	overflow: hidden;
	}

#logocenter {
	width: 930px;
	padding-top: 0;
	text-align: center;
}
	

/*---------------Content Part----------------*/

#contentpart {
	border-top: 1px solid #fff;
	background: #fff  url(../images/bg_1.jpg) repeat-x;
	}

#content {
	clear: both;
}



		/*---------------Menu----------------*/
		
		.menuCentre{
			width:600px;
			margin:0 auto;
		}
		
		.menu {
			height: 50px;
			margin-bottom: 30px;
			list-style: none;
			width:100%;
			}
		
		.menu li {
			float: left;
			
			}
		
		.menu li a{
			float: left;
			
			text-decoration:none;
			display: block;
			padding-left: 15px;
			padding-right: 15px;
			height: 36px;
			padding-top: 14px;
			min-width: 35px;
			text-align: center;
			}
		
		.menu li a:hover{
			
			
			}
		
		.menu li.current a {
			background: #c89955;
			color: #fff;
			}
			
					
					/*---------------3 Column Layout (3 equal columns)----------------*/
					
					#column1 {
						float: left;
						width: 279px;
						border-right: #c89955 1px solid;
					}
					
					#column2 {
						float: left;
						width: 279px;
						margin-left: 45px;
						margin-right: 45px;
						border-right: #c89955 1px solid;
					}
					
					#column3 {
						float: left;
						width: 280px;
					}
					
					/*---------------2 Column Layout (with small sidebar)----------------*/
					
					#main {
						float: left;
						width: 585px;
					}
					
					
/*---------------Footer----------------*/

#bottom {
	clear: both;
	margin: 30px 0px 30px 0px;
	padding-top: 10px;
	border-top: 1px solid #e9e9e9;
	text-align: right;
}
	p.footer{text-align: left;}
						
						
						
table.kidThumbs{width:90%; margin: 0 auto;}
	table.kidThumbs img{border: #c4e174 2px solid;}
	table.kidThumbs img:hover{border: #ccc 2px solid;}
			
			
div.category-blog .first_image relative .thumbnail a img{
	width:50% !important;
	float:left;
	padding-right:20px;
}		
						
