body{
	margin:0;
	padding:0;
	background-image:  url("../images/bg.gif");
}

.innerpad{
	margin: 0 10px 10px;
}

#maincontainer{
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
	height: 100%;
}

#topsection{
	height: 124px;
}

#headerHolder{
	height: 100px;
	background-color: #FFFFFF;
}

#strap{
	height: 20px;
	background-color: #000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
	background-position: center;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #999999;
}


#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin: 10px 190px 0px 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	padding: 0px 10px 10px 10px;
}


#leftcolumn{
	float: left;
	width: 185px; /*Width of left column in pixel*/
	margin-left: -800px;
	height: 1000px;
	background-color: #000;
}


#rightcolumn{
	float: left;
	width: 190px; /*Width of right column*/
	margin-left: -190px;
	height: 660px;
	background-image: url(../images/flower.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#box{
	float: right;
	width: 180px;
	margin-left: -180px;
	height: 640px;
	clear: right;
	padding-top: 10px;
}


#footer{
	clear: left;
	height: 20px;
	background-color: #C00;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 18px;
	background-position: center;
}

#gallery{
	float: left;
	width: 400px;
	background-color: #FFC;
	margin-bottom: 10px;
}

#offers{
	float: right;
	width: 150px;
	margin-left: -180px;
	margin-bottom: 10px;
	background-color: #FCF;
	margin-top: 140px;
	margin-right: 10px;
	color: #C03;
	border: 1px solid #999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

