/* Chez Geek */

body {
	line-height: 1.25em;
	text-align:center;
	background-color:#17a34a;
	background-repeat:repeat;
}
#contentwrapper{
	width:90%;
	margin:auto;/* center the page*/
	text-align:left;/* reset text back to left due to ie5.x fix */
	min-width:900px;
}
h2{
	font-size:1.6em;
/*	padding-left:30px; */
}
h3{
	font-size:1.2em;
/*	padding-left:30px; */
}
#header{
	text-align: center;
	display: block;
    margin-left: auto;
    margin-right: auto;

    background-repeat: repeat-x;
    width:100%;
    height:174px;
    background-position:left top;
}

#content{
	float:right;
	width:100%;
	background-image: url(/img/chez/sideRight.jpg);
	background-position:right;
	background-repeat:repeat-y;
		background-color:white;
	min-width:900px;
	}

#content p{
	padding:10px 30px 10px 0;
}

#leftcol{
	margin: 15px 10px 0 25px;
	width:265px;
	float:left;
	text-align:center;
	font:80% black;
}

#excerpts{
	font:1.2em black;
}
#leftcol ul{
	text-align:left;
	padding-left:40px;
}
#rightcol{
/*	margin-left:265px; */
	margin-left:300px;
	background-repeat:repeat-y;
	background-position: right;
	padding-right:20px;
}
#footer{
	clear:both;
	text-align: center;
	margin-bottom: 8px;
}
#centerleft{
	background-image: url(/img/chez/sideLeft.jpg);
	background-repeat:repeat-y;
	float:left;
	width:100%;
}
#centertop{
	float: left;
	width: 100%;
	background-image: url(/img/chez/sideTop.jpg);
	background-repeat:repeat-x;
}
#centerfoot{
	float: left;
	width: 100%;
	background-image: url(/img/chez/sideBottom.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;

}

.topright{
		float: right;
}
.topleft{
	float:left;
	position:relative;

	}
.bottomright{
	float: right;


}
.bottomleft{
	float: left;
}

#other{
	width:200px;
}

.cardcols {
	padding-left: 30px;
	width: 46%;
	float: left;
	margin: 10px 0;
}

.cards {
	padding-left:30px;
}

.rollover a {
display:block;
width: 149px;
height: 107px;
background: url(/chezgeek/img/buy.jpg) 0 0 no-repeat;
margin:10px auto;
}
.rollover a:hover {
background-position: 0 -107px;
}
