@charset "utf-8";
/* CSS Document */
/*Fried Chillies */

body,	html {
	margin:0;
	padding:0;
	background:#fff;
	color:#000;
}
body {
	min-width:955px;
}
#wrapper {
	background:#fff;
	margin:0 auto;
	width:100%;		
}
#header {
	background:#D34135;
	width: 100%;
	background-image: url(/images/site/headerbg.png);
	background-repeat: repeat-x;	
}

#myheader {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	position: relative;    
}
	
#columns {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#lcolumn {
	background:#fff;
	float:left;
	width:575px;
	padding:0px;
}


#rcolumn {
	background:#fff;
	float:right;
	width:356px;
	padding: 0px;
}

#footer {
	background:#D34135;
	clear:both;		
	background-image: url(/images/site/footerbg.png);
	background-repeat: repeat-x;
}

#myfooter {
	width: 955px;
	margin-left: auto;
	margin-right: auto;    
}
	

