@charset "utf-8";
/* CSS Document */

.body{
	background-image:../images/conference/background.png);
	
}

#content{
	width:980px;
	height:auto;
	border: medium solid #054B81;
	background-color: #FFF;
	margin:0px auto;
 
 
}

#top{
	
}

#mainContent{
	width:100%;
	height:1050px;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #00F;
	border-right-color: #00F;
	border-bottom-color: #00F;
	border-left-color: #00F;
}
#mainleft{
	width:67%;
	float:left;
	background-color: #FFF;
}


#mainright{
	width:30%;
	float:right;
	background-color: #FFF;
}
#mainR{
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	color: #06C;
}
#mainL{
	width:100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #06C;
	text-align: justify;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #FFF;
}


