* {
 margin: 0;
 padding: 0;
}
body{
	background:url(images/content-background.jpg);
	/*background-color:#21A1FC#29a9fc#21A1FC*/;
	font-family:"trebuchet MS";
	font-size:12px;
	}
#page{
	/*background-color:#29a9fc;
	background:url(rghtsidebg.jpg) repeat-y right;*/
	width:800px;
	margin:0;
	/*text-align:left;*/
	}
#header{
	background:url(images/header_18.jpg) no-repeat bottom;
	width:800px;
	height:230px;
	}
#menu{
	float:left;
	width:180px;
	margin: 0 10px 10px 20px;
	}
#content-primary{
	background:url(images/flower3.gif) repeat-y right #FFFFFF;
	width:530px;
	margin: 0 5px 20px 5px;
	border: 1px dashed /*#f66f06*/#21A1FC;
	padding:10px 10px 10px 10px;
	}
#content-primary img{
	
	 /*margin: 5px 0 0 -440px;*/
	 padding: 5px;
	 /*border: 1px solid #29a9fc;*/
	 background:  #fff;
	 border: 1px solid #333333;
	}
#toContestants{
	font-size:14px;
	font-style:italic;
	font-weight:900;
	color:#333333;
	text-align:center;
	/*border: 1px dashed #FF9900;*/
	}
#footer{
	background:url(images/flower.gif) no-repeat right bottom;
	text-align:right;
	margin: 20px 20px 20px 20px;
	height:110px;
	clear:both;
	}
#clear{
	clear:both;
	}