/* ### OVERALL ### */
body {
	background-color: #333333;
	background-image: url(../gfx/backgroundCols.gif);
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: x-small;
}
/* ### AREAS ### */
#wrapper {
	position: absolute;
	width: 621px;
	left: 89px;
	top: 0px;
}
/* HEADER */
#header {
	display: block;
	margin-bottom: 20px;

}
/* CONTENT */
#content {
	display: block;
	width: 100%;
}	
#leftColumn1{
	float: left;
	width: 265px;
}
#rightColumn1{
	float: right;
	width: 265px;
}
#leftColumn2{
	float: left;
	width: 176px;
}
#rightColumn2{
	float: right;
	display: block;
	width: 443px;
	height: 445px;
}
/* FOOTER */
#footer {
	display: block;
	width: 100%;
	clear: both;
	margin: 20px auto auto auto;
}
#leftAdvert1 {
	float: left;
	width: 354px;
	height: 70px;
	background-color: #FF0066;
}
#rightAdvert1 {
	float: right;
	width: 265px;
	height: 70px;
	background-color: #FF0066;
}
#tag {
	margin: 20px auto 40px auto;
}
/* ### TEXT ### */
b{
	color: #FF0066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
/* ### LINKS ### */
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:active {
	color: #FF0066;
	text-decoration: none;
}