/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#333333;
	text-decoration:none;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}


h1 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size:18px; color:#333333; line-height: 22px;}

h2 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size:14px; color:#333333; line-height: 22px;}

h3 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size:12px; color:#333333; line-height: 20px;}

p {font-family: Geneva, Arial, Helvetica, sans-serif; font-size:11px; color:#333333; line-height: 20px;}

/** Profile Page **/

body {
	text-align:center;
    font-size:75%;
    font-family:Arial, Helvetica, sans-serif;
    color:#6e6e6e;
}

#whatson_page{
width: 1000px;
height: 700;
padding: 0px;
margin-left: auto;
margin-right: auto;
}

#whatson_banner{
width: 1000px;
height: 43px;
padding: 0 0 25px 0;
}

#whatson_banner_bottom{
width: 1000px;
height: 43px;
background-image: url(../images/events-banner-bg.gif);
background-repeat: no-repeat;
padding: 0px;
margin: 25px 0 0 0;
bottom: 0px;
float: left;
}

#whatson_banner_bottom p{
font-family: Geneva, Arial, Helvetica, sans-serif;
color:#FFFFFF;
line-height:35px;
font-size:11px;
height: 43px;
}


#whatson_RightCol {
width: 457px;
height:600px;
padding: 0px;
margin: 0px;
float: right;
}

#whatson_image{
width: 457px;
height: 342px;
padding: 0 0 50px 0;
margin: 0px;
}

#info_right {
width: 457px;
height: auto;
padding: 0px;
margin: 0px;
text-align: left;
}


#whatson_LeftCol {
width: 500px;
height: 600px;
padding: 0px;
margin: 0px;
float: left;
}

#info_left {
width: 500px;
height: auto;
padding: 0px;
margin: 0px;
float: left;
text-align: left;
}

