/*

Core CSS Written for Saint Lutherie Webpage by:
www.blee-ree-eyed.com
2007

*/

body{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background-image:url(../images/site_ground.jpg);
	background-repeat:repeat-x;
	background-color:#918D7D;
	line-height:1.5em;
}

A:link {
	text-decoration: none;
	color:#669933;
	font-weight:bold;
}

A:visited {
	text-decoration: none;
	color:#AA6600;
	font-weight:bold;
}

A:active {
	text-decoration: none;
	font-weight:bold;
}

A:hover {
	text-decoration: underline overline; color:#00CCFF;
	font-weight:bold;
}



h1{
	font-size: 1.4em;
	color:#2C6790;
}

h2{
	font-size: 1.2em;
	text-decoration:none;
	color:#000000;
	padding:0px;
	margin:0px;
}

img{
	border:1px #000000;
	}

.header{
	height:150px;
	width:670px;
	background-image:url(../images/headerground.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}

.header img{
	padding-right:5px;	
	}
	
.core{
	width:700px;
	background-image:url(../images/core_ground.png);
	background-repeat:repeat-y;
	margin: 20px auto 0px auto;
	padding:0px;
	display:table;
}
	
.leftCol {
	padding:20px 20px 20px 50px;
	width: 390px;
	display:inline;
	float:left;
	text-align:left;
}

.rightCol{
	padding:20px 50px 20px 20px;
	width:150px;
	display:inline;
	float:right;
	text-align:left;
}
.rightColHead{
	width:164px;
	margin:-20px -20px -20px -28px;
	padding:13px 20px 20px 20px;
	height:35px;
	background:url(../images/right_head_ground.png);
	background-repeat:repeat-x;
	font-size:1.2em;
	color:#FFFFFF;
	font-weight:bold;
}
.itemName{
	font-size:1.05em;
	font-weight:bold;
	margin:15px 0px 5px 0px;
}
.itemDesc{
	font-size:0.8em;
	line-height:1.3em;
	margin:5px 0px;
}
.price{
	color:#CC0000;
	text-align:right;
	font-weight:bold;
	margin-bottom:-5px;
}
.itemLink{
	color:#669933;
	text-align:right;
	font-weight:bold;
}

.footer{
	width:702px;
	height:50px;
	padding-top:8px;
	text-align:center;
	font-size:0.8em;
	color:#FFFFFF;
	background:url(../images/footer_ground.png);
	margin:0px auto 0px auto;
	}
