/* 
	CSS Document for Casanyes
	By http://www.creatia.cat 2009
	
*/

/*
	RESET
*****************/
html, body, h1, h2, p, ul, li{
	margin:0px;
	padding:0px;
}
ul, li{
	list-style:none;
}


/* 
	LAYOUT
*****************/
body{
		background-color:#ffffff;
		font-family: "Century Gothic", Arial, Helvetica, sans-serif;
		font-size: 14px;
		color:#7d7584;
		}
#wrapper{
	overflow:hidden;
	width:958px;
	margin:70px auto;
	}
#nav{
	width:173px;
	float:left;
	}
#home{
	text-align:center;
	}
#content{
	width:763px;
	float:right;
	}
/*
	GENERAL STYLES
************************/
h1{}

p{
	color:#574e5f;
	margin-bottom:20px;
	line-height:20px;
	font-size:13px;
	text-align:justify;
	}

a, a:hover{
	color:#7d7584;
	text-decoration:none;
	}
.row{
	clear:both;
	display:block;
	overflow:hidden;
	}
/*
	NAV
*********************/
#nav h1{
	margin-bottom:45px;
	}
#nav ul{
	display:block;
	overflow:hidden;
	}
#nav ul li a{
	color:#625b67;
	font-size:19px;
	}
#nav ul li ul.second li{
	line-height:20px;
	}
#nav ul li ul.second li a{
	color:#7d7584;
	font-size:15px;
	}
#nav ul li ul.second li li a{
	color:#7d7584;
	font-size:11px;
	}
#nav ul li ul.second{
	margin:3px 0px 16px 0px;
	}
/*
	CONTENT
*********************/
#content h1{
	font-size:20px;
	font-weight:normal;
	margin:40px 0px 10px 64px;
	color:#b3b7c3;
	}
#content h2{
	font-size:17px;
	font-weight:bold;
	color:#7d7584;
	}
#content .flash{
	margin-left:64px;
	width:620px;
	}
#img_left{
	float:left;
	margin-right:20px;
	}
	
#img_right{
	float:right;
	margin-left:20px;
	}
	
/*
	FOOTER
**********************/
#footer{
	clear:both;
	margin-top:231px;
	}
