#wraper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 780px;
/*
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;*/ 
	background-color: #BBD1FF;
	
}
#header {
	height: 200px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(header_bgr.png);
}

/*********** sideBar Styles  ************************/
#sideBar {
	float: left;
	margin: 0;
	padding: 0;
	height: 200px;
	width: 200px;
	margin-left: 10px;
	background-image: url(header_bgr.png);
	background-repeat: repeat-x;
}

#sideBar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
}
#sideBar li a {
	text-decoration:none;
	display:block;
	padding: 0.5em; 
	color: #FFFFFF;
}

#sideBar li {
	margin: 10px; 
	display:block;
	text-align:center;
	background-color:#6666FF;
}
#sideBar li a:hover{
	background-color:#000066;
	color:#FF0000;
}
#sideBar #activo{

}
#sideBar #activo a{
	background-color:#000066;
	color:#FF9900;
}

/*********** Content Styles  ************************/
#content {
	height: auto;
	width: 510px;
	margin-left: 250px;
	padding-top:20px;
}
#content h1{
	font-family: Arial, Helvetica, sans-serif;
	padding .3em;
	color:#000066;
}
#content p{
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color:#333333;
}
#content ul{
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	color:#333333;
}
	

/*********** footer Styles  ************************/
#footer {
	height: 50px;
	width: 780px;
	margin-top: 20px;
	margin-bottom: 1em;
	overflow: hidden;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
	color: #333333;
	clear:both;
}
#footer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-top:10px;
}
#footer li{
	display:inline;
	border-left: 1px solid #000;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
}
#footer #fisrt{
	border: 0px;
}
/************ misc ******************************/
body {
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #D5E2FF;
} 


#branding a img{
	text-decoration: none;
	border:none;
}
