#navcontainer {
	height: 30px;
	display:block;
	float:left;
	margin-top:5px;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	color: White;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
}

#navcontainer ul li { 
	display: inline; 
background: none;
padding: 0; margin: 0;
}

#navcontainer ul li a
{	
	padding: 20px 0 0 0;	
	width: 139px;
	height: 55px;	
	background: url(/images/registrar/registrar.sub.gif) 0 0 no-repeat;	
	color: White;	
	text-decoration: none;	
	float: left;	
	border-right: 1px solid #fff;	
	text-align: center;
}

#navcontainer ul li a:hover
{
	background: url(/images/registrar/registrar.sub.over.gif) 0 0 no-repeat;	
	color: #fff;
}

#RegistrarMessage  {
	clear: both;
	float:left;
	margin-top:35px;
}

#RegContent {
	clear: both;
	width: 560px;
}

#ContentAbout {
	width: 180px;
	float: left;
	margin:15px 0 0 20px;
}
#Downloads {
	width: 290px;
	float: right;
	margin-top:15px;
}
#Downloads2 
{
    width: 260px;
    float: left;
margin-top:15px;
}
#DownloadsContainer {
	background: url(/images/registrar/downloads.bg.gif) 0 0 no-repeat;	
}

#DownloadsContainer ul
{
	padding: 0;
	padding-left: 20px;
	margin: 0 0 7px 0;
	list-style-type: none;
	color: #82b566;
	float: left;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#DownloadsContainer ul li { 
	display: block; 
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #e0e2cf;
	width: 245px;
	margin: 0;
background: none;
}

#DownloadsContainer ul li a
{
	text-decoration: none;
	color: #219ef0;
}

#DownloadsContainer ul li a:hover
{
	text-decoration: underline;
	color: #219ef0;
}
#DownloadsHeader
{
margin-left: 15px;
margin-bottom: 15px;
}