/* -------- Design -> Andrew Strojny -> http://www.andrewstrojny.com ------------ please do not remove ---------- */


/* -----IE Hack----- */
html { 
	font-size: 100%; 
}

/* -----Body, Container, Header----- */

body {
	font-family: helvetica, arial, sans-serif;
	min-width: 800px;
	text-align: left;	
	font-size: .8em;
	background-color: #261CE7;
	color: #333333;
	/* background-image: url(images/ThaiLily.gif);
	background-repeat: repeat-y;
	background-position: top left; */
}

/* ------Main Content Box----- */

#content {
	width: 860px;
	margin-left : auto;
	margin-right : auto;
	padding:0 0 2.5em 0;
	background-color: #DCA2FB;
}

