body
{
	background-color: #e9182f;
	background-repeat:repeat-y;
	background-position:center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1
{
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #e9182f;
}
h2
{
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #e9182f;
	line-height: 1.3em;
}
h3
{
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #e9182f;
	line-height: 1.3em;
}
p, ul, li
{
	font-family: "Century Gothic",Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	line-height: 1.5em;
	margin: 0px;
}
td
{
	font-family: "Century Gothic",Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	line-height: 1.5em;
}

.speakers-img-padding
{
	margin: 0px 10px 0px 0px;
	border-radius: 10px;
	border: 1px solid #eeeeee;
} 

.white
{
	color: #ffffff;
}
.red
{
	color: #e9182f;
}

#logo
{
	margin-left:auto;
	margin-right:auto;
	width:800px;
}
#menu-bg
{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	background-color: #000000;
}
#menu
{
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	background-color: #000000;
}
#container-bg
{
	float:left;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	background-color: #000000;
}
#container
{
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	background-color: #ffffff;
}
#footer
{
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
a:link
{
	color: #e9182f;
	text-decoration: none;
	border-bottom: 1px dotted #e9182f; 
}
a:visited
{
	color: #e9182f;
	text-decoration: none;
	border-bottom: 1px dotted #e9182f; 
}
a:hover
{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000; 
}
a:active
{
	color: #e9182f;
	text-decoration: none;
	border-bottom: 1px dotted #e9182f; 
}
a.homepage:link
{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff; 
}
a.homepage:visited
{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff; 
}
a.homepage:hover
{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff; 
}
a.homepage:active
{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff; 
}
.footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
}
a.footer:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a.footer:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a.footer:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.footer:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.box-bg-red
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #e9182f;
	color: #ffffff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    overflow: hidden;
 	padding: 10px;
    border-radius: 0px; 
}