@charset "utf-8";
/* CSS Document */
	@font-face{
		font-family : "Vivaldi"; 
		src: url(http://localhost/aav/font/VIVALDI.TTF);
	}

	@font-face{
		font-family : "Garamond"; 
		src: url(http://localhost/aav/font/GARAMOND.otf);
	}

	@font-face{
		font-family : "Heather"; 
		src: url(http://localhost/aav/font/HEATHER.TTF);
	}
	.art_frame
	{
		padding-left:20px; 
		padding-right:10px;
	}
	.aav_frame
	{
		padding-left:20px; 
		padding-right:10px;
	}

	.art_subtitle
	{
		font-family:Heather, "Times New Roman", Times, serif;
		font-style:italic;
		font-size:18pt;
		font-weight:600;
		color:#000000;
	}
	.art_image
	{
		text-align:center;
		border:2px solid #CC3300;
	}
	.art_cnt{
		font-family:Heather, "Times New Roman", Times, serif;
		font-style:italic;
		font-size:14pt;
		color:#000000;
	}
	.art_title{
		color:#000000;
		margin-top:10px;
		margin-bottom:10px;
		padding-top:0px;
		font-family:Heather, "Times New Roman", Times, serif;
		font-weight:600;
		font-size:24pt;
	}
	h1{
		color:#000000;
		margin-top:10px;
		margin-bottom:10px;
		padding-top:0px;
		text-align:center;
		font-family:Heather, "Times New Roman", Times, serif;
		font-weight:600;
		font-size:22pt;
	}
	.aav_cnt{
		font-family:Verdana;
		font-size:12pt;
		color:#979797;
	}
	.aav_title{
		font-family:Verdana;
		font-size:16pt;
		color:#979797;
	}

	a.nav:link{
		font-family:Verdana;
		font-size:9pt;
		color:#999999;
		text-decoration: none;
	}
	a.nav:hover{
		font-family:Verdana;
		font-size:9pt;
		color:#FFFFFF;
		text-decoration: underlined;
	}
	a.nav:visited{
		font-family:Verdana;
		font-size:9pt;
		color:#999999;
		text-decoration: none;
	}
	.cnt_style
	{
	 	 display: none;
	}

