@charset "utf-8";
/* CSS Document */
body {
	background-image: url(/conference/assets/images/Conference_01.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.gold {color: #cc9966}
.white {color: #FFFFFF}
.dkred {color: #7D2227}

#wrap {
	width:100%;
    }
	
#main {
	float:left;
	width:475px;
	padding-right: 5px;
	padding-left: 8px;
    }
	
#single {
	float:left;
	width:97%;
	padding-right: 5px;
	padding-left: 8px;
    }
	
#sidebar {
	float:right;
	width:195px;
	height:100%;
	border-left-color:#666633;
	border-left-style:solid;
	border-left-width:1px;
    }	

