/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-image:url(images/studioaa_bg3.gif);
	}
	
h1 {
	font-size: 16px;
	border-bottom: 1px dashed #CCC;
	}
	
h2 {
	font-size: 14px;
	margin-top: 25px;
	}

#studioaa {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7475A7;
	width: 900px;
	}
	
#studioaa table td {
	text-align: left;
	vertical-align: top;
	}
	
#studioaaText {
	background-color: #f5f5f5;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin: 10px;
	width: 400px;
	line-height: 1.5em;
	}
	
#studioaaText p {
	margin-bottom: 8px;
	}
	
#studioaaText a {
	text-decoration: none;
	color:#009;
	}
	
#studioaaText a:hover {
	text-decoration: underline;
	}

#studioaaNAV {
	text-align: right;
  }	
	
#studioaaNAV ul {
	margin: 0;
	padding: 0;
  }	

#studioaaNAV ul li {
	display: inline;
	list-style: none;
	margin-right: 10px;
	padding: 0;
	}
	
#studioaaNAV a {
	text-decoration: none;
	border-bottom: 3px solid #CCC;
	color:#999999;
 }	
 
#studioaaNAV a:hover {
	color:#7475A7;
	border-bottom: 3px solid #7475A7;
 }	
	
#studioIntro {
	font-size: 24px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7475A7;
	width: 800px;
	text-align: center;
	}
