/* Default CSS Layout */
* {
	padding:0;
	margin:0;
}
body {
	background: #fff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #501001;
	text-align:justify;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #e22d00;
}

a:hover {
	color: #501001;
}
img {
	border:0;
}

#wrapper {
	width: 953px;
	margin: 0 auto;
	background: #ffffff;
}
#header {
	height:125px;
	background: #ffffff url(../images/...) top center no-repeat;
}
#savvy-tickets {
	width: 309px;
	float: left;
	padding: 34px 0 0 20px;
}
#tickets {
	width: 245px;
	float: left;
	padding: 34px 0 0 52px;
}
#contact {
	width: 245px;
	float: right;
	padding: 34px 52px 0 0;
}
#logo {
	width: 272px;
	margin: 0 auto;
	padding-top: 20px;
}
#top-nav {
	height: 35px;
	background: #08479a;
	color: white;
	margin: 0;
}

#top-nav ul {
	margin: 0;
	padding: 5px 0 0 14px;
	list-style: none;
}

#top-nav li {
	float: left;
	margin: 0;
}

#top-nav li:hover {

}

#top-nav li a {
	float: left;
	display: block;
	padding: 5px 30px;
	color: #ffffff;
	text-decoration: none;
}

#top-nav li a:hover {
	color: #239bcf;
}
#side-nav {
	float: right;
	width:179px;
	height: auto;
	border-right: solid 3px #dea212;
	border-left: solid 3px #dea212;
}
#side-nav-top {
	height:172px;
}
.side-nav-link {
	border-bottom: 3px solid #dea212;
	height: 39px;
}
.side-nav-link img{
	padding:0
	margin:0
	border:0
}
#left-col {
	float: left;
	height: 645px;
	width: 248px;
	background: url(../images/left_col_bg.jpg) top center no-repeat;
}
#content-wrapper {
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background: #fff url(../images/pg_bg.jpg) top center repeat-y;
}
#content-top {
	height: 29px;
	background: #fff url(../images/page_top_bg.jpg) top center no-repeat;
}
#content {
	padding: 0 30px;
}
#table-wrapper {
	padding: 18px 15px;
}
/*
#content table#events {
	padding: 18px 15px;
}
	*/

#content table#events td {
}
td#event-box-top, td#details-box-top, td#sponsors-box-top {
	height: 32px;
	border: 1px solid #cd2c16;
}
td#event-box-content, td#details-box-content, td#sponsors-box-content {
	border: 1px solid #cd2c16;
	padding: 10px;
}
td#event-box-content {
	text-align: center;
	padding: 10px 0;
	line-height: 40px;
	font-family: Verdana;
}
td#event-box-content span.style1 {
	font-size:16px;
	font-weight: bold;
	color: #501001;
}
td#event-box-content span.style2 {
	font-size:20px;
	font-weight: normal;
	color: #e22d00;
}
td#event-box-content span.style3 {
	font-size:20px;
	font-weight: normal;
	color: #501001;
}
td#event-box-content span.style4 {
	font-size:25px;
	font-weight: bold;
	color: #e22d00;
}
td#sponsors-box-content {
	text-align: center;
}
td#sponsors-box-content img {
	padding: 15px 0;
}
td#details-box-content ul{
	padding: 5px 10px;
	line-height: 18px;
}
	border: 1px solid #cd2c16;
}
#content h1 {
}
#content h2 {

}
#content h3 {
}
#content h4 {
	font-size: 11pt;
	font-weight: bold;
	line-height: 1em;
	padding-bottom: 0;
	marging-bottom: 0;
}
#thankyou, #error {
	font-size:25px;
	font-weight: bold;
	color: #e22d00;
	padding: 100px;
	text-align: center;
}
#content hr {
	width: 80%
	text-align:center;
}
#contact-form {
	width: 400px;
	margin: 0 auto;
	padding: 20px 0;
}
#content-bottom {
	height: 29px;
	background: #fff url(../images/page_bottom_bg.jpg) top center no-repeat;
}
.clr {
	clear: both;
}
#bottom-nav {
	padding-left:25px;
	background: #08479a;
	height: 24px;
	font-size: 10px;
	text-align: center;
	color: white;
}
#bottom-nav ul {
	list-style: none;
}

#bottom-nav li {
	float: left;
	margin: 0;
	padding: 5px 25px;
}

#bottom-nav li:hover {

}

#bottom-nav li a {
	
}

#bottom-nav li a {
	float: left;
	display: block;
	padding: 0 10px;
	color: #ffffff;
	text-decoration: none;
}

#bottom-nav li a:hover {
	color: #239bcf;
}
#bottom-addr {
	float: right;
	padding-right: 5px;
}
#footer {
	background: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

#copyright {
	width: 45%;
	float: left;
	text-align: left;
	padding-left: 10px;
}
#design {
	width: 45%;
	float: right;
	text-align: right;
	padding-right: 10px;
}
.clr {
	clear:both;
}

