* {
	padding:0;
	margin:0;
	font-size:1em;
}

body {
	font-family:"Trebuchet MS", "Lucida Bright", Arial, Helvetica, serif;
	font-size:11px;
	color:#333;
	background:#515151 url(/templates/imgs/n1_bodyback.jpg) repeat-y top center;
}

p, td {
	line-height:1.5em;
	text-align:justify;
	margin-bottom:1.2em;
}

li {
	margin-bottom:0.7em;
	line-height:1.3em;
}

ul {
	margin-left:1.8em;
}

h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	clear:left;
}

h1 {
	font-size:3em;
	margin-bottom:0.3em;
}

h2 {
	font-size:2.1em;
	margin-bottom:0.5em;
}

h3 {
	font-size:1.6em;
	margin-bottom:0.7em;
}

a:link, a:visited {
	color:#304978;
	border-bottom:1px dotted #5682d6;
	text-decoration:none;
}

a:hover {
	border-bottom:1px solid #3e5e9a;
}


/* Layouts */

#wrapper {
	width:840px;
	margin:0 auto;
	background:#FFFFFF;
}

#topnav {
	float:right;
	width:460px;
	margin-top:0.6em;
}


/* Header */

#toplogo {
	float:left;
	margin-left:1em;
	border:0;
}

#topnav ul {
	list-style:none;
}

#topnav ul li {
	display:inline;
	float:left;
	margin-right:0.5em;
	margin-bottom:0.9em;
}

#topnav ul li a {
	display:block;
	width:80px;
	height:18px;
	font-size:1.1em;
}

#header a img {
	border:0;
}

/* Content */
#content {
	margin:1.5em;
}

/* Footer */

#footer {
	clear:both;
	margin-top:2em;
	background-color:#CCCCCC;
	text-align:center;
	padding:2em;
}

#footer ul li {
	display:inline;
	float:left;
	margin-right:0.4em;
	margin-bottom:1em;
}

#footer ul {
	display:block;
	width:600px;
	height:50px;
}

/* Other */

.sideimageleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}

.formstyle {
	border:1px dotted #5682d6;
	padding:1.5em;
	background-color:#d5e4ff;
	margin-bottom:1.5em;
}

.bottomtable {
	width:100%;
	
}

.bottomtable td {
	padding:1em;
	vertical-align:top;
	width:30%;
	background-color:#F4F4F4;
}

.tickettable {
	width:100%;
	margin-bottom:1.5em;
}

.tickettable tr {
	margin-bottom:0.6em;
	
}

.tickettable td {
	width:150px;
	border-bottom:1px dotted #cccccc;
	
}

/*tooltip*/

div.tooltip {
	width: 200px;
	color: #fff;
	text-align: center;
	background:#666666;
}

div.tooltip h4 {
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 13px 10px 5px;
}

div.tooltip p {
	margin: 0;
	padding: 0 10px 15px;
	background:#666666;
}