@charset "utf-8";
/* CSS Document */

body {
margin:0;
padding:0;
font-family:"Trebuchet MS", Helvetica, sans-serif;
font-size:0.9em;
background:#cfdef3 url(../_images/bg.jpg);
}

a img {border:1px solid #fff;}

a img:hover {border:1px solid #ccc;}

a {
text-decoration:none;
color:#c00;
}

a:hover {
text-decoration:underline;
}

h1, h2, h3 {
color:#c00;
padding-top:0;
margin-top:0;
}

h1 {font-size:1.5em}
h2 {font-size:1.2em}
h3 {font-size:1.1em;color:#000;}

#container {
margin:0 auto;
width:760px;
padding:10px 20px;
background:#fff;
overflow:auto;
}

#header {
padding-bottom:10px;
}

#nav {
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
padding:5px 0;
overflow:auto;
}

#navLeft {
width:400px;
float:left;
}

#navRight {
width:200px;
text-align:right;
float:right;
}

#contentHead {
padding-top:10px;
width:100%
}

#contentLeft{
width:400px;
float:left;
}

#contentRight {
width:300px;
float:right;
padding:10px;
background:#dce8f4;
border:3px double #999;
}

	table#eventDetails td {
	vertical-align:top;
	padding-top:5px;
	}
	
	table#eventDetails td.label {
	text-align:right;
	}
	
	table#eventDetails td.content {
	font-weight:bold;
	}

#sponsor {
clear:both;
float:left;
width:100%;
margin:10px 0;
}

#hotoccasionsAd {
width:326px;
height:70px;
margin-top:10px;
background:#CC9999;
float:right;
}

#footer {
clear:both;
float:left;
width:100%;
margin:10px 0;
border-top:1px solid #ccc;
font-size:10px;
}