html {
	margin-right:0px;
	margin-bottom:0px;
	background-image: url(../media/images/bg_new.gif);
	background-repeat: repeat-x;
	background-color:#ab7344;
}

body {

	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-top:10px;
	height:100%;
}



.sideSpeaker{
	font-size:12px;
	padding-left:2px;
}


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

a:hover {
	color: #cc6633;
}

.titleDiv{
	padding-top:50px;
}

.menuTable{

	margin-top: 25px;
}

.menuTable a{
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	font-style:italic;
	color: #454f47;
}

.menuTable a:hover{
	color: #ee9907;
	text-decoration:underline;
}

.mainContent{
	width: 950;
	padding-right:8px;

}

.sideBar{
	width:200px;
}


#content{
	width: 100%;
	padding-top:30px;
}

.speakersHome{
	padding-top:50px;
	width:95%;
}

#footer{
	padding-top:20px;
	width:98%;
	font-size:13px;
	position:relative;
}

h2 {
	font-size:17px;
	font-weight:bold;
	margin:0px;
	color:#cc6633;
	color:#402fe8;
}

hr{
	color: #cc6633;
	background-color: #cc6633;
	height: 3px;
}