html {
	background: #333;
}
body 
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
	background: #333;
}
#wrapper 
{
	text-align: center;
	width: 1000px;
	position: relative;
	margin: 0 auto;
	background: url(../images/header_bg.gif) transparent no-repeat top center;
}

#wrapper #header 
{			
	width: 880px;
	margin: 0 auto;
	min-height: 40px;  /* Tell good browsers not to collapse */
	height: auto !important;  /* Tell good browsers that the total height is automatically determined */
	height: 40px;  /* IE 5.5-6 treats height: like min-height and doesn't respect !important */
}
#inner_wrap 
{
	width: 740px;
	margin: 0 auto;
	background: transparent;
}

#content_wrapper 
{
	width: 718px; /*740*/
	margin-left: auto;
	margin-right: auto;
	background: black;
	margin-top: 0px;
}
#player 
{
	margin: 0px auto;
	padding: 0px;
	height: 503px;
	width: 702px;
}
#header {
	position: relative;
}

#logo {
	position: absolute;
	top: 10px;
	left: 80px;
	text-indent: -9999px;
}
#logo a:link,
#logo a:visited,
#logo a:hover {
	background: url(../images/logo.gif) transparent no-repeat top center;
	display:block;
	border: none;
	width: 219px;
	height: 15px;
	text-decoration: none;
}

#contact_info {
	margin: 0px;
	position: absolute;
	top: 13px;
	right: 80px;
	
	width: 238px;
	min-height: 9px;  /* Tell good browsers not to collapse */
	height: auto !important;  /* Tell good browsers that the total height is automatically determined */
	height: 9px;  /* IE 5.5-6 treats height: like min-height and doesn't respect !important */
}


#contact_info a {
	display: block;
	border: none;
}

/* MAIN CONTENT $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */

#main_content {
	padding: 8px;
	text-align: left;
	color: #ccc;
	min-height: 500px;  /* Tell good browsers not to collapse */
	height: auto !important;  /* Tell good browsers that the total height is automatically determined */
	height: 500px;  /* IE 5.5-6 treats height: like min-height and doesn't respect !important */
}
#interior {
	margin: 10px 20px;
}
#main_content h1 {
	font-size: 40px;
	margin: 0px;
	padding: 0px;
	color: #333;
}

#main_content h2.about {
	font-size: 30px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 7px;
	padding: 0px;
	color: #333;
	padding-top: 15px;
	border-top: 1px solid #333;
}

#main_content p {
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-left: 0px;
}

#main_content p.ad {
	padding: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	color: #ccc;
	margin-top: 25px;
}

#main_content p.ad strong {
	margin-bottom:5px;
	color: white;
}

#main_content p a:link  /* sub */
{
	color: #3797bc;
	text-decoration: underline;
}
#main_content p a:visited /* sub */
{
	color: #3797bc;
	text-decoration: underline;
}
#main_content p a:hover /* sub */
{
	color: #ccc;
	text-decoration: underline;
}
#main_content p a:active /* sub */
{
	color: #ccc;
	text-decoration: underline;
}
.studiopic {
	border: 5px solid #333;
	margin-right: 5px;
}
.about {
	/*margin-right: 225px;*/
}
div p.quote {
	padding-bottom: 15px;
	border-bottom: 1px solid #333;
}
div p.quote.quote em {
	font-weight: bold;
	display:block;
	margin-top: 7px;
}

#contact_pola {
	float:right;
	width:200px;
	margin-right:10px;	
}


/* CONTACT $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
#contactform {
	margin-bottom: 50px;
}
#contactform input#sender_name,
#contactform input#sender_email
{
	width: 250px;
	font-size: 130%;
	color: black;
	background-color: #ccc;
	border: 1px solid white;
	margin-top: 3px;
}
#contactform textarea {
	width: 400px;
	font-size: 130%;
	color: black;
	background-color: #ccc;
	border: 1px solid white;
	margin-top: 3px;
}
#contactform em {
	color: #3797bc;
}
#contactform p.note {
	font-style: italic;
}
#contactform p.note strong {
	font-style: normal;
	color: white;
}

#contact_pola, #about_pola {
	float:right;
	width:200px;
	height:225px;
	margin-right:10px;	
}



/* FOOTER $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
#footer
{
	background: url(../images/footer.gif) transparent no-repeat top center;
	
	min-height: 63px;  /* Tell good browsers not to collapse */
	height: auto !important;  /* Tell good browsers that the total height is automatically determined */
	height: 63px;  /* IE 5.5-6 treats height: like min-height and doesn't respect !important */
	
	margin-top: 0px;
	margin-right: 10px;
	text-align: right;
	font-size: 11px;
	padding: 3px;
	color: #000;
}



/* NAVIGATION $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
#wrapper #nav 
{
	position: absolute;
	top: 110px; /*150*/
	left: 859px; /*870*/
	background: transparent;
}
#wrapper #nav ul /* side nav main */
{
	list-style: none;
	text-align: left;
	font-size: 12px;
	background: black;

	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#wrapper #nav ul li ul /* side nav sub */
{
	list-style: none;
	font-size: 10px;
	background: black;

	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 3px;
	
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

}
#wrapper #nav ul li ul li /* side nav sub links */
{
	margin-top: 4px;
	border: 1px solid black; /* hack to keep ie6 happy */
}
#wrapper #nav ul li  /* side nav main links */
{
	margin-top: 4px;
	border: 1px solid black; /* hack to keep ie6 happy */
}
#wrapper #nav ul li a /* main */
{
	display: block;
}
#wrapper #nav ul li ul li a /* sub */
{
	display: block;
}

#wrapper #nav ul li a:link /* main */
{
	color: #fff;
	text-decoration: none;
}
#wrapper #nav ul li a:visited  /* main */
{
	color: #fff;
	text-decoration: none;
}
#wrapper #nav ul li a:hover  /* main */
{
	color: #3797bc;
	text-decoration: none;
}
#wrapper #nav ul li a:active  /* main */
{
	color: #3797bc;
	text-decoration: none;
}
#wrapper #nav ul li ul li a:link  /* sub */
{
	color: #acacac;
	text-decoration: none;
}
#wrapper #nav ul li ul li a:visited /* sub */
{
	color: #acacac;
	text-decoration: none;
}
#wrapper #nav ul li ul li a:hover /* sub */
{
	color: #3797bc;
	text-decoration: none;
}
#wrapper #nav ul li ul li a:active /* sub */
{
	color: #3797bc;
	text-decoration: none;
}


#wrapper #nav #headshot_info {
	margin-top: 7px;
	margin-left: 3px;
	text-indent: -9999px;
}
#wrapper #nav #headshot_info a {
	display:block;
	background: url(../images/headshot_star.gif) transparent no-repeat top center;
	text-indent: -9999px;
	border: none;
	width: 91px;
	height: 65px;
}
h1#portfolio {
	height:0;
	line-height:0;
	padding:0;
	margin:0;
	text-indent: -9999px;
	font-size: 0;
}

/* -------------------------------------- */
.button {
       -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
       -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
       box-shadow:inset 0px 1px 0px 0px #ffffff;
       background:-webkit-gradient( linear, left top, left bottom,
color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
       background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',
endColorstr='#dfdfdf');
       background-color:#ededed;
       -moz-border-radius:6px;
       -webkit-border-radius:6px;
       border-radius:6px;
       border:1px solid #dcdcdc;
       display:inline-block;
       color:#777777;
       font-family:arial;
       font-size:15px;
       font-weight:bold;
       padding:6px 24px;
       text-decoration:none;
       text-shadow:1px 1px 0px #ffffff;
}.button:hover {
       background:-webkit-gradient( linear, left top, left bottom,
color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
       background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf',
endColorstr='#ededed');
       background-color:#dfdfdf;
       border:1px solid #dcdcdc;
}.button:active {
       position:relative;
       top:1px;
}

