@charset "utf-8";
/* Ice-cream stiluri pentru structura */

* {
	padding:0; 
	margin:0;
}

html{
	background:url(../images/body_bg.png) bottom repeat-x;
}

a{ 
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}
a:hover{
	color:#F90;}
h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#cc0000;
	font-weight:normal;
}

p{
		font-family:verdana;
	font-size:12px;
	color:#333333;
}
#structura {
	margin:0 auto;
	text-align:center;
	width:1024px;
}

#antet{
	
	height:374px;
	width:1024px;
}

#continut{
	
	width:1024px;
	height:auto;
	padding-left:54px;
	padding-right:54px;
	text-align:left;
}

#subsol{
	background:url(../images/subsol_bg.png) top no-repeat;
	height:114px;
	width:1024px;
	
}
	
.copyright{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#999;
	text-decoration:none;
	font-weight:normal;
	}

.link_litoral{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#999;
	text-decoration:none;
	cursor:pointer;
	font-weight:normal;
}
.link_litoral:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#666;
	text-decoration:none;
	cursor:pointer;
	font-weight:normal;
}
.link_creative{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#666;
	text-decoration:none;
	cursor:pointer;
	font-weight:normal;
}

.link_creative:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#cc0000;
	text-decoration:none;
}
	
