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


html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, a, div, img, blockquote 
{
	border:0px none;
	margin:0px;
	padding:0px;
}

body
{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ed014c;
}

div#container
{
	margin: auto;
	width: 875px;
}
div#header
{
	height: 173px;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
}

div#body-content
{
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	width: 875px;
}

/* challenge header -- index.php only -- */

div#challenge
{
	padding: 10px 0 24px 0;
	clear: both;
}


div#main
{
	width: 618px;
	margin: auto;
}

div#main p img
{
	margin: auto;
}

/* sub pages */

div#subcol
{
	float: left;
	display: inline;
	width: 269px;
	margin: 55px 0 0 0;
	padding: 0 0 0 15px;

}

div#maincol
{
	float:left;
	display: inline;
	width: 579px;
	margin: 55px 0 0 12px;
}

/* sign up box */

div#signup
{
	width: 253px;
	height: 80px;
	background-image: url(../images/signup-box-bg2.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-top: 24px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


/* why choose */

div#whychoose
{
	background-image: url(../images/whychoose.jpg);
	background-repeat: repeat-x;
	width: 550px;
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #cccccc;
}


/* footer */

div#footer
{
	background-image: url(../images/footer.jpg);
	background-repeat:no-repeat;
	clear: both;
	height: 41px;
}
