/* main elements */
html, body {
	background: url('../bg.gif') repeat;
	font: 11px "Arial", Lucida Grande, Verdana, Sans-Serif;
	margin: 0;
	padding: 0;
}

/* wrapper */
#container {
	background: #fff;
	width: 725px;
	margin: 0px auto;
}


/* blockquote design */
blockquote {
	background: #FFDFFF;
	border-left: 1px solid #CD1076;
	border-right: 1px solid #CD1076;
	border-bottom: 1px solid #CD1076;
	border-top: 1px solid #CD1076;
	padding: 5px;
}


/* testemonies signatures */
.quotename {
	text-align: right;
}


/* banner */
#banner {
	background: url('../pinktoque_sept09_banner.jpg') top left no-repeat;
	height: 100px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 4px solid #ccc;
}	


/* right */
#content {
	float: right;
	background: #fff;
	width: 525px;
	/*border-bottom: 2px solid #ccc;*/
	margin: 0;
	padding: 5px;
}

/* bottom box */
.bottom {
	float: left;
	background: #f0f0f0;
	border: 1px solid #ccc;
	width: 245px;
	margin: 10px 5px 5px 0px;
	padding: 5px;
}

/* left */
#leftbar {
	float: left;
	width: 175px;
	margin: 3px;
	padding: 0;
}	

/* news box / whatever */
#box {
	border: 1px dotted #ccc;
	background: #FFDFFF;
	width: 160px;
	padding: 7px 5px 7px 5px;
	margin: 3px 0px 5px 3px;
}

/* news box2 / whatever */
#box2 {
	border: 1px dotted #ccc;
	background: #FFDFFF;
	width: 90%;
	padding: 7px 5px 7px 5px;
	margin: 3px 0px 5px 3px;
}


/* footer */
#footer {
	background: #ddd url('../footerbg.jpg') no-repeat;
	clear: both;
	border-top: 2px solid #ccc;
	color: #000;
	margin: 5px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

/* secondary elements */
#banner h1 { font-size: 45px; color: #fff; margin: 0; padding: 0px 0px 0px 5px; letter-spacing: -0.12cm; }
.bannertag { color: #fff; float: right; margin: 5px 15px 0px 0px; }
#content h2 { font-size: 1.3em; margin: 0; padding: 0px 0px 0px 17px; color: #CD1076; background: url('../article.jpg') top left no-repeat; height: 16px; }
#content h1 { padding:0px; font-size: 1.5em; margin: 0; color: #CD1076; height: 20px; top  }
#content p { margin: 0px 0px 10px 0px; }
#leftbar ul { margin: 5px 0px 10px 0px; padding: 0; border-top: 1px solid #ccc; } #leftbar li { margin: 0; padding: 5px 0px 5px 0px; list-style: none; border-bottom: 1px solid #ccc; text-align: center; }
#leftbar a { color: #CD1076; display: block; text-decoration: none; } #leftbar a:hover { color: #db7093; text-decoration: underline; } #box p { margin: 0; }
#content a { color: #db7093; } a:hover { color: #CD1076; } .bottom a { color: #db7093; } a:hover { color: #CD1076; }
.title { font-size: 1.2em; margin:0px 0px 7px 0px; padding: 0px 0px 0px 20px; color: #CD1076; background: url('../pinktoque.png') top left no-repeat; height: 16px; } .bottom p { margin: 0px 0px 5px 0px; }
acronym { color: #db7093; }
.detail { color: #CD1076; font-variant: normal; padding: 2px; }
#footer a { color: #CD1076; text-decoration: none; } #footer a:hover { text-decoration: underline; }
* html #footer { padding: 4px 0px 10px 0px; }
