@charset "utf-8";
/* CSS Document */

body {
	background-image:url(img/costa-bg.png);
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#000;
}

#wrap {
	min-width:600px;
	max-width:900px;
	margin:0 auto;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed";
	font-size:16px;
	line-height:130%;
}

.nav {
	padding-left:140px;
}

.nav li {
	display:block;
	text-align:center;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed";
	font-size:18px;
	float:left;	
	margin-left:20px;
	margin-right:20px;
	color:#d6738c;
}
	

.contentbox {
	border-top-left-radius:30px;
	border-bottom-right-radius:30px;
	border: 2px #666 solid;
	margin-bottom:25px;
	margin-top:50px;
	background:rgba(51, 51, 51, 0.9);

}

.content_header {
	background-color:#4a1220;
	background-image:url(img/alliance-icon.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:44px;
	color:#FFF;
	font-size:30px;
	padding-top:20px;
	padding-left:40px;
	overflow:hidden;
	border-top-left-radius:30px;
	border-bottom:1px #666 solid;
}

.content {
	padding-left:60px;
	padding-right:60px;
	padding-top:20px;
	padding-bottom:25px;
	color:#DDD;
}

.content h1 {
	font-size:32px;
	color:#fff;
	margin-top:10px;
	margin-bottom:5px;
}

.content h2 {
	font-size:24px;
	color:#fff;
	margin-top:10px;
	text-align:center;
	margin-bottom:30px;
}

.content p {
	line-height:110%;
	margin-bottom:20px;
}

.content h3 {
	position:relative;
	bottom:20px;
	font-size:12px;
	margin-bottom:15px;
	text-align:center;
}

.img_cont {
	border: 1px solid #000;
	border-top-left-radius:30px;
	border-bottom-right-radius:30px;
	overflow:hidden;
	width:300px;
	height:300px;
	box-shadow:2px 2px 3px #111;
	margin: 0 auto;
	margin-bottom:30px;
}

.title_cont {
	border-top-left-radius:30px;
	border-bottom-right-radius:30px;
	overflow:hidden;
	width:665px;
	height:180px;
	box-shadow:2px 2px 3px #111;
	margin: 0 auto;
	margin-top:30px;
	
}

.mobinote {
	/*background:#777;
	border: 1px #000 solid;
	border-radius:15px;
	margin-left:50px;
	margin-right:50px;*/
}

.mobinote p {
	padding:10px;
	line-height:110%;
	margin-top:30px;
	margin-bottom:30px;
}
	

.mobi_img {
	float:left;
	width:100px;
	height:100px;
	margin-right:10px;
}

.delimiter {
	clear:both;
}

#wrap a:link {color:#b0beff; text-decoration:none;}
#wrap a:visited {color:#b0beff; text-decoration:none;}
#wrap a:hover {color:#FFFFFF; text-decoration:underline; text-shadow:0px 0px 7px #666;}
#wrap a:active {color:#FFFFFF; text-decoration:none;}

.nav a:link {color:#d6738c; text-decoration:none;}
.nav a:visited {color:#d6738c; text-decoration:none;}
.nav a:hover {color:#FFFFFF; text-decoration:underline; text-shadow:0px 0px 7px #666;}
.nav a:active {color:#FFFFFF; text-decoration:none;}