/* ------------------------------------------------------------
 * Solo Conference (default) 
 ------------------------------------------------------------ */
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	}
	

.newsupdates {
	
	font-family: verdana,arial,sans-serif;
	color:#FFFFFF;
	background-color:#990000;
}

#container {
	position: absolute;
	width:100%;
	height:inherit;
	font-family: verdana,arial,sans-serif;
	font-size: 14px;		
	}
	
#container_2 {
	width:100%;
	height:100%;
	}

#container_3 {
	position: absolute;
	top:95px;
	left:33px;
	width:684px;
	height: 26px;
	
	}
	
#container_3 a:link,#container_3 a:visited,#container_3 a:active {
color:#333333;
text-decoration:none;
font-size:12px;
font-weight:bold;
}	
#container_3 a:hover {
color:#990000;
text-decoration:none;
font-size:12px;
font-weight:bold;
}	

#button_container {
	position: relative;
	top: 0px;
	left: 37px;
	width:640px;
	height:15px;
	text-align:right;
	margin-bottom:3px;
	}

#logo {
	position: relative;
	left: 15px;
	top: 12px;
	}

#powered {
	position: relative;
	left: 32px;
	top: 18px;
	}

#content {
	position: absolute;
	top: 114px;
	left: 68px;
	width: 565px;
	height: 540px;
	}	

#content a {
	text-decoration: none;
	}

#content a:hover {
	text-decoration: underline;
	}	
	

#container {
	background: url('background_cd.jpg');
	background-repeat: no-repeat;
	}
table a:link, table a:visited {
	color:#0066FF;
}

.vendors {
list-style:none;

}
.vendors li a:link, .vendors li a:visited {
text-decoration:none;
}

.vendors li {
margin-left:0px;
}

.boxx {
float: left;
padding:5px;
margin-right:15px;
background-color:#CCCCCC;
font-family: verdana,arial,sans-serif;
font-size: 12px;	
}

.clear {
clear: both;
}