body {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.8em;
	background: #94E4E8;
	line-height: 1.3em;
	margin: 0;
}

/*************************
Layout
*************************/

#container {
	width: 810px;
	margin: 0 auto;
	background: #fff url(images/nav/page_bg.jpg) repeat-y;
}

/*************************
Header
*************************/

#header {
	background: #94E4E8;
}

#header p {
	margin: 0;
	padding: 0;
}	

/*************************
Menu
*************************/

#menu {
	
}

#menu table {
	
}

#menu .home a {
	background: url(images/nav/menu_home.jpg) no-repeat;
	width: 152px;
	height: 38px;
	display: block;
	outline: none;
}

#menu .home a:hover {
	background: url(images/nav/menu_home_hover.jpg) no-repeat;
}

#menu .presenters a {
	background: url(images/nav/menu_presenters.jpg) no-repeat;
	width: 185px;
	height: 38px;
	display: block;
	outline: none;
}

#menu .presenters a:hover {
	background: url(images/nav/menu_presenters_hover.jpg) no-repeat;
}

#menu .sponsors a {
	background: url(images/nav/menu_sponsors.jpg) no-repeat;
	width: 100px;
	height: 38px;
	display: block;
	outline: none;
}

#menu .sponsors a:hover {
	background: url(images/nav/menu_sponsors_hover.jpg) no-repeat;
}

#menu .schedule a {
	background: url(images/nav/menu_schedule.jpg) no-repeat;
	width: 99px;
	height: 38px;
	display: block;
	outline: none;
}

#menu .schedule a:hover {
	background: url(images/nav/menu_schedule_hover.jpg) no-repeat;
}

#menu .faq a {
	background: url(images/nav/menu_faq.jpg) no-repeat;
	width: 128px;
	height: 38px;
	display: block;
	outline: none;
}

#menu .faq  a:hover {
	background: url(images/nav/menu_faq_hover.jpg) no-repeat;
}

#menu .purchase a {
	background: url(images/nav/menu_purchase.jpg) no-repeat;
	width: 171px;
	height: 38px;
	display: block;
	outline: none;
}

#menu .purchase  a:hover {
	background: url(images/nav/menu_purchase_hover.jpg) no-repeat;
}

#menu .register a {
	background: url(images/nav/menu_register.jpg) no-repeat;
	width: 93px;
	height: 38px;
	display: block;
	outline: none;
}

#menu .register  a:hover {
	background: url(images/nav/menu_register_hover.jpg) no-repeat;
}

#menu .affiliates a {
	background: url(images/nav/menu_affiliates.jpg) no-repeat;
	width: 99px;
	height: 38px;
	display: block;
	outline: none;
}

#menu .affiliates  a:hover {
	background: url(images/nav/menu_affiliates_hover.jpg) no-repeat;
}

#menu .contact a {
	background: url(images/nav/menu_contact.jpg) no-repeat;
	width: 170px;
	height: 38px;
	display: block;
	outline: none;
}

#menu .contact  a:hover {
	background: url(images/nav/menu_contact_hover.jpg) no-repeat;
}

#menu td {
	margin: 0;
	padding: 0;
}

/*************************
Content
*************************/

#content {
	padding: 20px 40px;
}

/*************************
Footer
*************************/

#footer {

}

/*************************
Common
*************************/
h1 {
	font-family: tahoma;
	color: #cc0000;
	line-height: 1.2em;
	text-align: center;
	font-size: 19pt;
}

h2 {
	
}

li {
	
}

.blue_heading {
	font-family: tahoma;
	color: #000080;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.bold_italic {
	font-weight: bold;
	font-style: italic;
}

.highlight {
	background: yellow;
}

.bold_highlight {
	font-weight: bold;
	background: yellow;
}

.red {
	color: #cc0000;
}

.font_10px {
	font-size: 10px;
}

.font_12px {
	font-size: 12px;
}

.font_14px {
	font-size: 14px;
}

.font_16px {
	font-size: 16px;
}

.font_18px {
	font-size: 18px;
}

.font_20px {
	font-size: 20px;
}

.font_22px {
	font-size: 22px;
}

.font_24px {
	font-size: 24px;
}

.font_26px {
	font-size: 26px;
}

.spacer {
	border-bottom: 1px solid #ccc;
}

.clear {
	clear: both;
}

/*************************
Testimonials
*************************/

.testimonial_yellow {
	background: #FFFFDE;
	border: 1px solid #FFEC8A;
	padding: 20px;
	width: 500px;
	margin: 20px auto;
}

.testimonial_blue{
	background: #EAF0FF;
	border: 1px solid #B7C9FF;
	padding: 20px;
	width: 500px;
	margin: 20px auto;
}