@charset "utf-8";
/* CSS Document */

.pageSubTitle,
.pageTitleStudio {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}

.pageSubTitle {
	font-style:italic;
}

.pageTitleStudio {
	color:#8aa151;
	font-weight:bold;
	text-transform:uppercase;
}

.studioFooter {
	background-color:#8aa151;
}

#mainContent {
	position:absolute;
	height:350px;
	width:480px;
	overflow:auto;
	padding:10px;
	margin:0 auto;
	top:13px;
	left:8px;
	z-index:4;
}

#mainContent a {
	color:black;
	font-weight:bold;
	text-decoration:none;
}

#mainContent a:hover {
	text-decoration:underline;
}

#boutiqueFlash {
	width:464px;
	height:215px;
	margin:0 auto;
	margin-top:25px;
	z-index:5;
}