body{
	width: 900px; 
	margin: 0 auto;
	line-height: 28px;
}

/*
#contenedor{
	background-image: url('../images/bgshadow.png');
	background-repeat: repeat-y;
	width: 940px;
}
*/

#header{
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	height: 234px;
}

#search  {
	background-image:url("../images/search.png");
	background-repeat:no-repeat;
	margin-left:650px;
	margin-top:70px;
	padding-left:25px;
	position:absolute;
}
#searchbutton{
	background-image:url("../images/menu.jpg");
	font-family:"Verdana",Georgia,Serif;
	font-weight: bold;
}

#main{ 
	font-family:"Verdana",Georgia,Serif;
	font-size: 1em;
	background-image: url('../images/content_bg.png');
	background-position: bottom;
	background-repeat: no-repeat;
	min-height: 600px;
}

#titles {
	margin: 0 0 0 20px;
	width: 900px;
}

h1 {
	color: #00247e;
	font-size: 1.8em;
	margin-bottom: 0px;
}

h2 {
	color: #00247e;	
	font-size: 1.2em;
	font-style: italic;
	margin-top: 0px;
	
}

#left{
	/*background-color: red;*/
	float: left;
	margin-left: 20px;
	width: 410px;
	min-height: 470px;
}

#center{
	float: left; 
	/*background-color: navy; */
	width: 50px;
}

#right{
	/*background-color: blue;*/
	float: left;
	width: 410px;
}

#footer {
	font-size: 0.9em;
	font-weight: bold; 
	background-image: url('../images/footer.jpg');
	height: 74px;
	background-repeat: no-repeat;
}

#footer ul {
	padding-top: 18px;
	margin-top: 0px;
}

#footer li {
	display: inline;
	color: #5f9bcf;
	padding-left: 20px;
}

#footer a {
	text-decoration: none;
	color: #5f9bcf;
}






