@CHARSET "UTF-8";

body{
    font-size:smaller;
    font-family:verdana,arial,helvetica,sans-serif;
    background-color: #eee;
    margin: 0px;
    padding:0px;
	text-align:center;
}

.clear {
	clear:both;
}

#website{
	position:relative;
	width:980px;
	min-height:100%;
	display:block;
	background-color:#fff;
	margin:auto;
	text-align:left;
}

#footer{
	position:relative;
	left:0px;
	width:980px;
	border-top:solid 1px #8a151b;
	text-align:right;
	
	display:block;
}

	#footer ul{
		list-style-type: none;
	}
	
	#footer li{
		float:right;
		margin-left:10px;
	}
	
	#footer a{
		color:#000000;		
		font-size:10px;
		text-decoration:underline;
	}
	
#shopContent{
	float:left;
	width:740px;
}

	#shopContent .contentFrame{
		border: solid 1px #b1b1b1;
		padding:10px 10px 10px 10px;
		display:block;
		width:738px;
		float:left;
	}
	* html #shopContent .contentFrame {
		width:718px;
	}
	*+html #shopContent .contentFrame {
		width:718px;
	}


