@charset "UTF-8";
/*--------------------------------------------------------

Project:	Clarins : Ageless Beauty Contest
Date:		April 2008
Version:	1.0
Author:		Linette Mattei / Siite Interactive
Email:		info@siite.com
Website:	http://www.siite.com/
	
--------------------------------------------------------*/



* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 760px;
 border: 1px solid #ebebeb;
 overflow: hidden;
}
#headermain {
 color: #333;
 width: 760px;
 height: 122px;
 float: left;
 /*margin: 10px 0px 5px 0px;*/
 background: #fff url(images/header_main.gif) no-repeat;
}
#header {
 color: #333;
 width: 760px;
 height: 122px;
 float: left;
 /*margin: 10px 0px 5px 0px;*/
 background: #fff url(images/header.gif) no-repeat;
}
#leftcolumn { 
 color: #333;
 background: #fff;
 /*margin: 0px 5px 5px 0px;*/
 /*height: 380px;*/
 width: 370px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 background: #fff;
 /*margin: 0px 0px 5px 0px;*/
 /*height: 380px;*/
 width: 370px;
}
#divider { 
 width: 760px;
 height: 12px;
 clear: both;
 background: #d71635;
 margin: 0px 0px 5px 0px;
}
#boxsweeps {
 float: right;
 color: #fff;
 border: 5px solid #c2c2c2;
 margin: 5px 0px 5px 0px;
 background: #d71635;
 padding: 10px;
 height: 334px;
 width: 340px;
}
#boxoffer {
 float: left;
 color: #fff;
 border: 5px solid #ebebeb;
 background: #d71635;
 padding: 10px;
 height: 219px;
 width: 340px;
}
#boxsecret {
 float: right;
 color: #000;
 border: 5px solid #d71635;
 background: #fff;
 padding: 10px;
 height: 219px;
 width: 340px;
}
#boxtip {
 float: left;
 color: #000;
 border: 5px solid #ebebeb;
 background: #fff;
 padding: 10px;
 height: 219px;
 width: 340px;
}
#boxlearn {
 float: right;
 color: #000;
 border: 5px solid #ebebeb;
 background: #fff;
 padding: 10px;
 /*height: 219px;*/
 width: 340px;
}
#boxgray {
 float: left;
 color: #000;
 background: #ebebeb;
 padding: 8px;
 width: 340px;
 margin: 0px 0px 5px 0px;
}
#rules {
 float: left;
 color: #000;
 background: #fff;
 padding: 10px;
 width: 740px;
}
#boxarchive {
 float: left;
 color: #000;
 background: #ebebeb;
 padding: 8px;
 width: 720px;
 margin: 0px 0px 5px 0px;
}

/*--------------------------------------------------------TEXT--------------------------------------------------------*/

 
 .tipsred {
	font-family: Arial, Helvetica, sans-serif;
	color: #d71635;
}
.linkwhite {
	color: #FFFFFF;
	text-decoration: underline;
}
.linkwhite:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.linkred { 
	color: #d71635;
	text-decoration: underline;
}
.linkred:hover { 
	color: #333;
	text-decoration: none;
}
.formtext {
    font-size: 10px;
}
