body {
        background:#7D1B7E url('images/Middle.png') repeat;
        margin:0px;
        
}

a img {border: none; }

.box {
        position:relative;
        left:-5px;
}

#mainContent{
        background: url("images/ContentBox.png") no-repeat;
        width: 823px;
        height: 563px;
        position:relative;
        top:145px;
        left:15%;
}

#Gallery{
        width: 217px;
        height: 153px;
        position:absolute;
}

.Jewelry{
        background: url("images/Gallery_Jewelry.png") no-repeat;
        top:85px;
        left:85px;
}

.Paper{
        background: url("images/Gallery_Paper.png") no-repeat;
        top:85px;
        right:200px;
}

.Etsy{
        background: url("images/Gallery_Etsy.png") no-repeat;
        top:300px;
        left:85px;
}

.Blog{
        background: url("images/Gallery_FabricArts_CS.png") no-repeat;
        top:300px;
        right:200px;
}

#titleImg{
        background: url("images/Title.png") no-repeat;
        position:absolute;
        left:20%;
        top:50px;
        width: 683px; 
	height: 98px;  
}

#sideFlowerCont {
        position:absolute;
        left:0px;
        width: 226px; 
	height: 100%;
        overflow: hidden;

}
#sideFlower {
        background: url("images/SideFlower.png") no-repeat;
        position:relative;
        left:0px;
        top:15px;
        width: 226px; 
	height: 100%;
}

#lGrad {
        background: url("images/LeftSideShort.png") repeat-y;
        position:absolute;
        left:0px;
        top:0px;
        width: 303px; 
	height: 100%;               
}

#rGrad {
        background: url("images/RightSideShort.png") repeat-y;
        position:absolute;
        right:0px;
        top:0px;
        width: 303px; 
	height: 100%;               
}

#social {
        position:absolute;
}

.email {
        left:280px;
        top:500px;

}
.facebook {
        background: url("images/facebook.png");
        left:380px;
        top:495px;
        width: 32px;
        height: 32px;
}

.twitter {
        background: url("images/twitter.png");
        left:425px;
        top:495px;
        width: 32px;
        height: 32px;
}

.google {
        left:470px;
        top:500px;
        width: 90px;
        height: 20px;
}