/*CSS common.*/
* {
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style:none;
}
hr {
	display:none;
}
img {
	border:none;
}
html {
	height: 100%;
}
body.start {
	height: 100%;
	font-size:10px;
	background: url(../img/background.jpg) repeat top left;
}
body {
	height: 100%;
	font-size:10px;
	background-image: none;
}
fieldset {
	border:0;
	padding:0;
	margin:0;
}
form {
	padding:0;
	margin:0;
}
h1, h2, h3, ul, li, p {
	margin:0;
}
a {
	outline:none;
	text-decoration:none;
}
object {
	outline:none;
}
div.pusher {
	clear: both;
	height: 0;
	overflow: hidden;
}
strong {
	font-weight:bold;
}
div#wrapper {
	height:1px;
	width:100%;
	position:absolute;
	top:50%;
}
div#sound {
	height: 20px;
	width: 100px;
	float: right;
	clear: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#content 
{
	position:absolute;
	top:-306px;
	margin-left:-496px;
	left:50%;
	width: 992px;
	height: 645px;
	overflow: hidden;
}


#iframe {
	border:0;
	 width: 992px;
	 height: 615px;
	 overflow: hidden;
}
h1 {
	display:none;
}
/* CONTENT PAGES*/
div.content {
	width: 992px;
	height: 615px;
}
div.content.home {
	background:url(../img/home.jpg) no-repeat top left;
}
div.content.galleries {
	background: url(../img/galleries.jpg) no-repeat top left;
}
div.content.biography {
	background: url(../img/biography.jpg) no-repeat top left;
}
div.content.statement {
	background: url(../img/artist_statement.jpg) no-repeat top left;
}
div.content.contact {
	background: url(../img/contact.jpg) no-repeat top left;
}
/*MAIN MENU*/
ul.mainMenu {
	position:absolute;
	top:122px;
	left:94px;
	z-index:100;
}
ul.mainMenu li {
	margin-bottom:5px;
	padding-left:16px;
}
ul.mainMenu li a {
	font-size:16px;
	color:#EEE;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:2px;
}
ul.mainMenu li a:hover {
	background:url(../img/link_hover.gif) repeat-x bottom left;
}
ul.mainMenu li.selected {
	background: url(../img/menu_arrow.gif) no-repeat 0 0.2em;
}
ul.mainMenu li.selected {
	font-weight: bold;
	font-style:italic;
	font-size:16px;
	color:#EEE;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/*submenu galleries*/
ul.mainMenu li ul {
	margin:7px 0 7px 0;
}
ul.mainMenu li ul li {
	margin-bottom:5px;
	font-weight:normal;
	font-style:normal;
	padding-left:16px;
}
/*FLASH CONTAINER*/
div#flashContainer {
	width:630px;
	height:467px;
	position:absolute;
	top:50px;
	left:320px;
	z-index:200;
}
/*CONTENT CONTAINER*/
div#contentContainer {
	width:549px;
	height:349px;
	position:absolute;
	top:82px;
	left:340px;
	z-index:300;
}
/*PARAGRAPH*/
div#contentContainer p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color: #EEE;
	margin-bottom:1.2em;
	line-height:20px;
}
div#contactContentContainer/*CONTENT CONTAINER*/
 {
	width:549px;
	height:349px;
	position:absolute;
	top:82px;
	left:340px;
	z-index:300;
}
div#contactContentContainer  p {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #EEE;
	margin-bottom:1.2em;
	line-height:20px;
}
div#contactContentContainer  ul  li {
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	color: #EEE;
	margin-bottom:5px;
}
div#contactContentContainer  ul  li  a {
	font-size:12px;
	color: #EEE;
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom:2px;
}
div#contactContentContainer  ul  li  a:hover {
	background:url(../img/link_hover.gif) repeat-x bottom left;
}
/*FOOTER*/
div#footer {
	height:30px;
	position:absolute;
	top:585px;
	width:992px;
}
div#footer p.leftFooter {
	color:#ffcc66;
	font-size:14px;
	padding-left:111px;
	float:left;
	line-height:22px;
}
div#footer p.leftFooter a {
	color:#ffcc66;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:2px;
}
div#footer p.leftFooter a:hover {
	background: url(../img/footer_link_hover.gif) repeat-x bottom left;
}
div#footer p.rightFooter {
	color:#999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	float:right;
	padding-right:24px;
}
div#footer p.rightFooter a {
	color:#cc9933;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
