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


/*colours--------------

-----------------------*/

/*----General---*/


html {
height: 100%;
width: 100%;
 }



body {
width: 940px;
text-align: center;
font-size:16px;
font-family: Arial, Helvetica, sans-serif;
border:none;
margin: 0 auto;
background: url(images/wooden-background.jpg);
}


/*-- General Type Styles--*/

h1 {
font-size: 30px;
font-family: "Courier New", Courier, monospace;
margin-bottom: 0px;
padding-bottom: 0px;
}


h2 {
font-size: 21px;
font-family: "Courier New", Courier, monospace;
font-weight: bold;
}

p {
font-family: "Courier New", Courier, monospace;
color: #000;
font-size:16px;
font-weight: bold;
}

a {
font-family: "Courier New", Courier, monospace;
color: #000;
text-decoration: underline;
}

ul {
margin: 0px;
padding: 0px;
list-style: none;
}

img {
border: none;
}

/*--Layout--*/

/*--------------
Outercontainer
----------------*/

#outercontainer {
position: relative;
width: 940px;
margin-top: 70px;
}



#blurb{
width: 700px;
margin: 0 auto;
padding: 0;
}

.top{
background: url(images/jamjarlabel_top.png) top center no-repeat;  
height:34px;
}

#inner {
background-color: #fff8f0;
padding-left: 85px;
padding-right: 85px;
}

#inner h2 {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 10px;
}

#inner p {
margin-top: 0px;
padding-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}


.bottom {
background: url(images/jamjarlabel1_03.png) bottom center no-repeat;
height: 35px;
}

#jumpers {
position: absolute;
top: -35px;
left: -28px;
z-index: 56;
}


#socks {
position: absolute;
top: 126px;
left: -30px;
z-index: 55;
}

#bridesmaid {
position: absolute;
top: 272px;
left: 10px;
z-index: 54;
}

#teacosies {
position: absolute;
top: 280px;
right: 25px;
z-index: 54;
}

#patterns {
position: absolute;
top: 135px;
right: -18px;
z-index: 55;
}

#childrens {
position: absolute;
top: -65px;
right: -8px;
z-index: 56;
}


/*--------------
Main Content
----------------*/


/*--------------
Footer
----------------*/

#footer {
}

#footer p {
font-size: 1.2em;
text-align:right;
padding: 50px 10px 10px 10px;
margin: 0px;
color: #000;
}


#home #footer p {
font-size: 1.2em;
text-align:right;
padding: 15px 10px 10px 10px;
margin: 0px;
color: #000;
}



/*Classes*/

.clear {
clear: both ;
}



/*-----Social Networking Badges-------*/





