body {
	background-image:url(/images/events/bk.jpg);
} 
#loginAndSearch {
	/* here are tricks to make that white title look more like in the design, but the design is stupid using those fonts */
	padding:16px 0 0 17px;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:10px;
	text-transform: uppercase;
}

#loginAndSearch>img {
	margin-right:195px;
}

#contentColumn > h2 {/* this is the gray subtitle, with its border-bottom */
	color:#696969;
	border-bottom:solid 1px #e8e8e8;
	width:100%;
	margin:0px;
	/* height:18px; line-height:10px; */
}

#contentColumn a {
	color:#E86600; /* I remeber the colors of A were supposed to come automatically when you say "tab1/2/3/4" in codeBehind for the whole div,
	but now it's not running cause of changed ID of the right column (I think) */
} 
