
body{
	background-repeat: repeat-x;
	background-color:#565656;
	color: white;
	background-image: url("../images/backgroundone.jpg");
	font-family: Verdana;
	}



#container{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	width:800px;
	margin:auto;
		}

#header{
	height:55px;
	margin:auto;
	}

#headnav{
	height:341px;
	background:no-repeat url(../images/headtwo.jpg);
	}
	
#nav{
	float:right;
	}
	

	
#content{
	width:750px;
	margin:auto;
	text-align:left;
	color:#ffffff;
	padding-top: 20px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	clear:both;
	}
	
#content h1{
	text-align:left;
	font-size:xx-large;
	color:#000000;
	padding:5px;
	border-bottom: 1px solid #000000;	
	}

#content p{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 1.5em;
	font-size:small;
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
#content img{
	border:solid 3px #ffffff;
	margin:10px;
	}

	
#bwform{
	width:300px;
	margin-left: 50px;
	float:left;
	}
	
#cform{
	margin-right: 50px;
	width:300px;
	float:right;
	
	}

h6{
	text-align: center;
	color:#fff;
	font-size: 1.2em;
}

	
#columnone{
	text-align:center;
	}
#columnone img{
	border:solid 2px #ffffff;
	margin:10px;
	}

#columntwo{
	text-align:center;
	}
#columntwo img{
	border:solid 3px #ffffff;

	}

#columnthree{
	text-align:center;
	}
#columnthree img{
	margin:0px;
	padding:0px;
	border:none;
	}


#bwflowers{
	width:800px;
	height:250px;
	margin:auto;
	text-align:center;
	padding-top: 20px;
	background-image: url(../images/boxback.png);
	margin-top: 20px;
	border:solid 1px black;
	}
#bwflowers img{
	border:solid 2px #ffffff;
	}
	
#bwflowers p{
	font-size: small;
	text-align: inherit;
	}
	
#bwflowers h2{
	font-size: x-large;
	color:#66cccc;
	}	
	
#inside{
	width:750px;
	height:250px;
	background-color:#333333;
	}

.sampleflowers{
	background-image: url("../images/sampleflowerstop.gif");
	}	
.xsmallflower{
	padding-top:167px;
	width:83px;
	float:right;
	}
	
.smallflower{
	padding-top: 100px;
	width:150px;
	float:right;
	}
	
.mediumflower{
	padding-top: 50px;
	width:200px;
	float:right;
	}
	
.largeflower{
	padding-right:60.5px;
	width:250px;
	float:right;
	}	
	
#nucontent{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	width:210px;
	float:left;
	margin:auto;
	text-align:left;
	color:#ffffff;
	padding-top: 40px;
	}
	
#nucontent a:link{
	font-size: small;
	}

#nucontent a:hover{
	color: #b4f9a7
	}

#nucontentright{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	width:570px;
	float:right;
	margin:auto;
	color:#ffffff;
	padding-top:20px;
	line-height: 150%;
	}
	
#nucontentright h1{
	font-size:xx-large;
	color:#66cccc;
	padding:5px;
	border-bottom: 1px solid #ffffff;	
	}
	
#nucontentright p{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 1.5em;
	font-size: small;
	color:#ffffff;
	padding-bottom: 20px;
	}

#nucontent h1{
	font-size:xx-large;
	color:#669966;
	padding:5px;	
	}

#nucontent p{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 100%;
	font-size: small;
	color:#ffffff;
	padding-bottom:20px;
	}

	
#nucontent img{
	margin:5px;
	border:solid #eeeeee 2px;
	}
	
#footer{
	clear:both;
	padding-top:5px;
	border-top:1px #000000 solid;
	font-size:10pt;
	width:750px;
	margin:auto;
	}
	
#footerleft{
	float:left;
	padding:5px;
	font-size: 100%;
	}
#footerright{
	float:right;
	padding:5px;
	}
#footerright p{
	font-size:10pt;
	}


		/* homebutton rollover*/
#home{
	display:block;
	width:300px;
	height:50px;
	background:url("../images/homebt.jpg") no-repeat 0 0;
	margin:15px;
	}
#home:hover{
	background-position:0 -50px;
	}
#home:active{
	background-position: 0 -100px;
	}	
#home span{
	display:none;
	}
		/* end homebutton rollover */

		/* blogbutton rollover*/
#blog{
	display:block;
	width:300px;
	height:50px;
	background:url("../images/blogbt.jpg") no-repeat 0 0;
	margin:15px;
	}
#blog:hover{
	background-position:0 -50px;
	}
#blog:active{
	background-position: 0 -100px;
	}	
#blog span{
	display:none;
	}
		/* end blogbutton rollover*/

		/* children's book rollover*/
#children{
	display:block;
	width:300px;
	height:50px;
	background:url("../images/childrenbt.jpg") no-repeat 0 0;
	margin:15px;
	}
#children:hover{
	background-position:0 -50px;
	}
#children:active{
	background-position: 0 -100px;
	}	
#children span{
	display:none;
	}
		/* end children's book rollover*/

		/* about rollover*/
#about{
	display:block;
	width:300px;
	height:50px;
	background:url("../images/aboutbt.jpg") no-repeat 0 0;
	margin:15px;
	}
#about:hover{
	background-position:0 -50px;
	}
#about:active{
	background-position: 0 -100px;
	}	
#about span{
	display:none;
	}
		/* end about rollover*/

		/* artwork rollover*/
#artwork{
	display:block;
	width:300px;
	height:50px;
	background:url("../images/artworkbt.jpg") no-repeat 0 0;
	margin:15px;
	}
#artwork:hover{
	background-position:0 -50px;
	}
#artwork:active{
	background-position: 0 -100px;
	}	
#artwork span{
	display:none;
	}
		/* end artwork rollover*/
		
		/*blog posts*/
#posts{
	background-color:;
	border-style:;
	border-width:;
	
	}

#postmeat{
	width:550px;
	background-color:;
	float:left;
	}

#pdate{
	color:000000;
	text-align:right;
	float:right;
	font-size:small;
	}

#posts h1{
	font-size:1.4em;
	color:#ff0000;
	border-bottom:none;
	}

#posts a{
	color:#33cccc;
	}
#posts a:visited{text-decoration:none;color:#66cccc}
#posts a:hover{text-decoration:underline;color:#66cccc}

#posts p{
	margin-left:30px;
	}

#shrink{
	color:ffffff;
	font-size:.8em;
	margin-left:40px;
	}
#bmenu{
	background-color:;
	width:150px;
	float:right;
	padding-left:10px;
	padding-bottom:10px;
	}

#wordpress{
	background-color:;
	}

#bloglinks a{
	font-size:.8em;
	}
		/*blog posts*/
	
#centerit{
	text-align:center;
	}
#goback{
	position:relative;
	text-align:right;
	right:44px;
	top: -24px;
	}

a:link{text-decoration:none;color:#ffffff}
a:visited{text-decoration:none;color:#66cccc}
a:hover{text-decoration:none;color:#33cccc}
a:active{text-decoration:none;color:#ff00ff}
