/*---------GLOBAL STYLES---------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	outline: 0;
	}

body {
	background-image: url('../images/plastic-texture.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	}

p {
	font-family: "Helvetica", Arial, sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
	}

a {
	color: #f03d06;
	line-height: 24px;
	}

a:hover{
	color: #25c7ee;
	}

h1 {
	height: 136px;
	width: 900px;
	background-image: url('../images/header-fablastic.png');
	repeat: no-repeat;
	text-indent: -9999px;
	margin: 37px auto 0 auto;
	}
	
#wrapper {
	width: 950px;
	height: auto;
	margin: 0 auto;
	}



/*---------FLASH BANNER---------*/

#flashPlaceholder {
	width: 950px;
	height: 70px;
	margin: 100px auto 50px auto;
	}



/*---------THE BIG GRAY BOX---------*/

#lightGrayBox {
	width: 950px;
	height: 340px;
	background-image: url('../images/box-lightgray-top.jpg');
	background-position: top;
	background-repeat: no-repeat;
	background-color: #f2f2f2;
}

#lightGrayBoxLeft {
	width: 170px;
	height: 300px;
	padding-top: 50px;
	padding-left: 50px;
	display: inline;
	float: left;
	}

#lightGrayBoxMid {
	width: 50px;
	height: 310px;
	background-image: url('../images/divider-line.gif');
	background-repeat: repeat-y;
	margin-top: 25px;
	display: inline;
	float: left;
	
	}

#lightGrayBoxRight {
	width: 600px;
	height: 300px;
	padding-right: 50px;
	padding-left: 0px;
	padding-top: 50px;
	display: inline;
	float: right;
	}

#lightGrayBoxBottom {
	width: 950px;
	height: 25px;
	background-image: url('../images/box-lightgray-bottom.jpg');
	background-position: top;
	background-repeat: no-repeat;
	background-color: #f2f2f2;
	margin-bottom: 50px;
	}

h2 {
	font-family: "Helvetica", Arial, sans-serif;
	color: #000;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	}



/*---------BOTTOM BROWN BAR---------*/

#bottomBar {
	width: 100%;
	height: 284px;
	background-image: url('../images/gradient-bottom.png');
	background-repeat: repeat-x;
	background-position: bottom;
	margin: auto 0 0 0;
	}

#insideBottomBar {
	width: 950px;
	height: 284px;
	margin: 0 auto;
	}

#bottomBarLeft {
	width: 345px;
	height: 234px;
	padding-top: 50px;
	padding-right: 25px;
	padding-left: 25px;
	display: inline;
	float: left;
	}

#bottomBarRight {
	width: 505px;
	height: 234px;
	padding-top: 50px;
	padding-right: 25px;
	padding-left: 25px;
	display: inline;
	float: right;
	}



/*---------BOTTOM BROWN BAR STYLES---------*/
	
p.bottomBarType {
	font-family: "Helvetica", Arial, sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	}

h3 {
	font-family: "Helvetica", Arial, sans-serif;
	color: #fff;
	font-size: 24px;
	line-height: 21px;
	font-weight: bold;
	}

.bottom a {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 13px;
	color: #999;
	line-height: 24px;
	text-decoration: underline;
	}

.bottom a:hover {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 13px;
	color: #c6f05e;
	text-decoration: underline;
	}
	
.bottom p {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	text-decoration: none;
	margin: 0;
	display: inline;
	}



/*---------FLICKR SIDE---------*/

#flickrImageWrapper {
	width: 345px;
	height: 106px;
	margin-bottom: 25px;
	}
	
#flickrImages1 {
	width: 106;
	height: 106px;
	margin-right: 3px;
	display: inline;
	}
	
#flickrImages2 {
	width: 106;
	height: 106px;
	margin-left: 3px;
	margin-right: 3px;
	display: inline;
	}
	
#flickrImages3 {
	width: 106;
	height: 106px;
	margin-left: 3px;
	display: inline;
	}



/*---------WEAVING WORKSHOP SECTION---------*/

#weavingTop {
	width:505px;
	
	}

#time1 {
	width:160px;
	float: left;
	margin-bottom: 40px;
	}

#time2 {
	width:160px;
	float: left;
	margin-bottom: 40px;
	}

#time3 {
	width:160px;
	float: right;
	margin-bottom: 40px;
	}
	
#links {
	width:505px;
	}
	
	
	
/*---------IE FIX THAT DOESN'T WORK.---------*/

#flickrFix {
     width: 18px;
     height: 8px;
     display: inline;
}

#flickrFix a {
    display: inline;
    width: 18px;
    height: 8px;
}

html>body #flickrFix a {
    background: url('../images/icon-flickr.png') no-repeat;
}