@charset "utf-8";
/* CSS Document */

body {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px;
	color:#fff;
	background-color:#ccc;
}

img {border:0px;}
a {color:#fff;}

#wrapper {
	width:100%;
}

#container {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background-image:url(images/bg-y.gif);
	background-repeat:repeat-y;
}

#content {
	background-image:url(images/bg-top.gif);
	background-repeat:no-repeat;
}

/* header */
#header {
	height:90px;
	width:940px;
}

#header div.left {
	float:left;
	height:60px;
	width:300px;
	margin-left:25px;
	margin-top:25px;
	margin-bottom:5px;

}
#header div.right {
	float:left;
	height:60px;
	width:590px;
	margin-top:25px;
	margin-bottom:5px;
}

/* middle section */
#main {
	clear:left;
	width:910px;
	margin-left:15px;
}

/* Left Bar and Gallery */
#lbar {
	float:left;
	width:130px;
}

#lbar div.gal {
	width:120px;
	margin-left:10px;
	color:#fff;
	text-align:center;
	margin-top:20px;
}
#lbar a {color:#fff;}

/* Main Body */
#mb {
	float:left;
	width:650px;
}

#mb h1 {
	font-size:36px;
	text-align:center;
}
#mb p, h1, h2 {
	margin-left:20px;
	margin-right:20px;
}

/* Right Bar and Gallery */
#rbar {
	float:left;
	width:130px;
}

#rbar div.gal {
	width:120px;
	color:#fff;
	text-align:center;
	margin-top:20px;
}
#rbar a {color:#fff;}

/* footer */
#footer {
	clear:left;
	width:940px;
	height:36px;
	text-align:center;
	background-image:url(images/bg-footer.gif);
	background-repeat:no-repeat;
}

/* Meltonian Cream and Color Spray Color Charts */
#chart {
	background-color:#fff;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
}

#meltc {
	width:750px;
	height:825px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/meltcch.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
}
#meltcs {
	width:750px;
	height:900px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/meltcsch.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
}