
* 
{
    padding:0;
    margin:0;
} 
a img 
{
    border:none;
}
.clear
{
    font-size:1px;
    width:1px;
    height:1px;
    position:relative;
    clear:both;
    display:block;
}
ul,li
{
    list-style-type:none;
}
.display 
{
    display:none;
}
body, html
{
    height:100%;
    font-size:100%;
}
/*----------------------------------------------------------------------*/
/*--------*//* BODY */
body
{
	font:95% Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#414042;
	background:url(../images/backgrounds/white.gif) top center no-repeat;
}
body.pink, body.blue
{
    color:#fff;
}
body.pink
{
    background:#c92382 url(../images/backgrounds/pink.gif) top center no-repeat;
}
body.blue
{
    background:#0083b4 url(../images/backgrounds/blue.gif) top center no-repeat;    
}
body.home
{
    background:url(../images/backgrounds/panties.jpg) top center no-repeat;    
}
/*----------------------------------------------------------------------*/
/*--------*//* WRAPPERS */
#container1
{
	width:100%;
	text-align:center;	
}
#container2
{
	margin:0 auto;
	position:relative;
	padding:65px 0 20px 0; 
	width:940px;
	text-align:left;
}
/*----------------------------------------------------------------------*/
/*--------*//* COLUMNS */
#subNav
{
    float:left;
    width:160px;
}
#content
{ 
	float:right;		
	width:750px;
}
#content .left
{
    float:left;
    width:370px;
}
#content .left img
{
    margin:0 0 10px 0;    
}
#content .right
{ 
	float:right;
	width:370px;
}
#content .right .greyBox
{ 
	padding:10px;		
	w\idth:350px;
	height:250px;
	he\ight:230px;
    font-family:Times New Roman, Times, serif;
	font-size:1.365em;
	font-weight:bold;
	color:#636363;
	background:#cccccc;
}
/*----------------------------------------------------------------------*/
/*--------*//* NAVIGATION */
#navigation
{  
    position:absolute;
    top:0px;
    left:0;
    width:940px;
} 