/* Default Stylesheet */

body {
	text-align: center;
}

/** MAIN CONTAINERS **/

div#container {
	background: #FFFFFF;
	color: #A1248C;
	margin: 1em auto; /* align the contents centrally */
	text-align: left;
	width: 991px;
}

body.fullwidth div#container { width: 100%; }
body.spiceguide div#container {width: 917px;}
body.spiceguide-inner div#container {width: 730px;}

div#header {

}

div#header-in img{
	float: left;
}

div#content-wrap {

}

div.content {

}

div.content-in {

}

div.rlcol div.content 	{ margin: 0 288px 0 152px; }			/* three column */
div.lcol div.content 	{ margin: 0 0 0 142px; }		/* left column  - sets margin distance between left and center columns*/

div.column { width: 152px; }

div.rlcol div.cleft 	{ float: left; }				/* three column left */
div.rlcol div.cright 	{ float: right; width: 288px !important;}				/* three column right */

div.column-in {

}

div.lcol div.column 	{ float: left; }				/* left column */

div#footer {

}

div#footer-in {

}

/** SUB CONTAINERS **/
* { }

/** LISTS **/
* { }

/** TYPOGRAPHY **/
* { }

/** FORMS **/
* { }