@charset "utf-8";
/* CSS Document */
/*

c699c6 purple
*/

* {margin: 0; padding: 0; outline:none;}
img {border: 0;}
a {
	color:#ee4c99;
	text-decoration:none;
}
a:hover{

	text-decoration:underline;
}
a:visited{

}
body {
	background-color:#fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	line-height: 16px;
}

h1{
	font-size: 16px;
}
h2{
	font-size:14px;
	color:#ad75b2;
}
h3{
	font-size:14px;
	color:#ee4c99;
	font-style:italic;
}
	
	
ul{list-style: none;}

/*START STRUCTURE*/

.container{
	width: 100%;
	height:auto;
	margin:0 auto;

}

.header{
	text-align:center;
	margin:0 auto;
	width:100%;
	height:217px;
}
.main{
	margin:0 auto;
	width:712px;
	min-height:500px;
	height:auto;
	background-image:url(../images/site/bgmain.png);
	background-repeat:repeat-y;
	background-position:center;
}
.mainCreate{
	margin:0 auto;
	width:815px;
	min-height:800px;
	height:auto;
	background-image:url(../images/site/bgmain.png);
	background-repeat:repeat-y;
	background-position:center;
}
.footer{
	margin:0 auto;
	width:715px;
	height:58px;
	background-image:url(../images/site/footer.png);
	background-position:center;
	background-repeat:no-repeat;
}
.banner{
	margin:0 auto;
	width:100%;
	height:47px;
	background-image:url(../images/site/banner.png);
	background-position:center;
	background-repeat:no-repeat;
}
.browseBox{
	margin:10px auto;
	width:650px;
	height:434px;
	background-image:url(../images/site/border1.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#fff6c3;
}

.browsePrints{
	float:left;
	margin:0px auto;
	margin-left:20px;
	width:300px;
	height:auto;
}

.shoppingCart{
	float:left;
	margin:0 auto;
	margin-left:20px;
	width:300px;
	height:400px;
}

.textBoxC{
	margin:0 auto;
	float:left;
	height:105px;
	width:207px;
	background-image:url(../images/site/textbox.png);
	background-repeat:no-repeat;
	text-indent:5px;
	padding-top:10px;
	margin-right: 20px;
}
.textBoxC1{
	margin-left: 27px;
	float:left;
	height:105px;
	width:207px;
	background-image:url(../images/site/textbox.png);
	background-repeat:no-repeat;
	text-indent:5px;
	padding-top:10px;
	margin-right: 20px;
}
.textBox2{
	float:left;
	height:292px;
	width:357px;
	background-image:url(../images/site/textbox2.png);
	background-repeat:no-repeat;
	text-indent:5px;
	padding-top:10px;
	margin-right: 5px;
}
.cover{
	float:left;
	margin:0 12px 0 27px;
}

	
.footerLinks{
	text-align:center;
	width:100%;
	height:50px;
	margin:5px auto;
	float:left;
	
}


