body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	background-color: #2c5aa0;
/* 	background: #ff562a url("images/back.png") top left repeat-x; */
	/*min-width:600px;*/		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	
	font-family:Luxi Sans,Helvetica,Arial,sans-serif;
	font-size:14px;
		
}








.center {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	background:#fff;
	margin: 0px auto;
	width:900px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	text-align:justify;
}

.left {
	width:250px;
	float:left;
	min-height:600px;
	padding:10px 20px 50px 20px;
}

.right {
	width:580px;
	float:left;
	padding:0px 0px 20px 0px;
}





.nav {
	font-size:16px;
	float:left;
	padding-bottom:10px;
	background: transparent url("images/navNormal.png") top left no-repeat;
	height:25px;
}
.nav:hover {
	color:#2a78aa;
	/*background:#369;*/
	text-decoration:none;
	background: transparent url("images/navHover.png") top left no-repeat;
}
.copy {
	font-size:8px;
	text-align:right;
	margin-top:-9px;
	

}


#title {
	margin:32px 0px 20px 0px;

}

.turnedtitle {
   -moz-transform: rotate(-90deg) translate(0, 100%);
   -moz-transform-origin: 0% 100%;
   -o-transform: rotate(-90deg) translate(0, 100%);
   -o-transform-origin: 0% 100%;
   -webkit-transform: rotate(-90deg) translate(0, 100%);
   -webkit-transform-origin: 0% 100%;
   transform: rotate(-90deg) translate(0, 100%);
   transform-origin: 0% 100%;
   text-align:center;
}

#upf {
	margin:32px 0px 10px 0px;
	position:absolute;
	bottom:0px;

}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	padding-top:10px;
	height:87px;/*120px bcnScapes*/
	background: transparent url("images/bcnScape.png") bottom left repeat-x;

}
#footer p {
	padding:10px;
	margin:0;

}










a {
	color:#4b2d2c;
	text-decoration:none;
}
a:hover {
	color:#2a78aa;
	/*background:#369;*/
	text-decoration:none;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
}


