body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	max-width: 1400px;
}


#container {
	width: inherit;
	margin: 0, auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	
} 



h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 150%;
}

p {
}

ol {
}

ul {
}

blockquote {
	margin: 0;
	padding-left: 20px;
	border-left: 10px solid #E6E6E6;
	font-style: italic;
	color: #999999;
}

blockquote * {
	line-height: normal;
}

a {
	color: #D50000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 1200px;
	height: 90px;
}

#header_audio {
	width: 1200px;
	height: 40px;
}


/* Logo */

#logo {
	float: left;
	padding-top: 0px;
	background: url(../images/header_test.jpg) no-repeat left bottom;
	width: 100%;
	height: 100px;
}

#logo h1, #logo h2 {
	margin: 0;
	padding-left: 60px;
	font-weight: normal;
	color: #E06529;
}

#logo h1 {
	font-weight: bold;
}

#logo h2 {
	font-size: 92%;
}

#logo a {
	text-decoration: none;
}

/* Top Menu */

#topmenu {
	float: right;
}

#topmenu ul {
	margin: 0;
	padding: 32px 0 0 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline;
}

#topmenu a {
	padding: 0 20px;
	border-left: 1px solid #E06529;
	text-decoration: none;
	font-size: 92%;
}

#topmenu a:hover {
	text-decoration: underline;
}

#topmenu .first a {
	border: none;
}

/* Header 2 */

#header2 {
	width: 100%;
	height: 265px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Menu */

#menu {
	float: right;
	width: 200px;
	height: 265px;
	z-index: 20;
	position: relative;
	background-color: #000000;
	visibility: visible;
}

#menu ul {
	margin: 0;
	padding: 20px 20px 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 8px 10px;
	background: url(../images/img05.gif) repeat-x;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

/* Splash */

#splash_photography {
	float: right;
	width: 100%;
	height: 265px;
	position: absolute;
	z-index: 0;
	background: url(../images/photography_background.jpg);
}

#splash_paintings {
	float: right;
	width: 100%;
	height: 265px;
	position: absolute;
	z-index: 0;
	background: url(../images/paintings-background.jpg);
}

#splash_film {
	float: right;
	width: 100%;
	height: 265px;
	position: absolute;
	z-index: 0;
	background: url(../images/film-background.jpg);
}

#splash_graffiti {
	float: right;
	width: 100%;
	height: 265px;
	position: absolute;
	z-index: 0;
	background: url(../images/graffiti-background.jpg);
}

#splash_voices {
	float: right;
	width: 100%;
	height: 265px;
	position: absolute;
	z-index: 0;
	background: url(../images/voices-background.jpg);   
}

#splash_visit {
	float: right;
	width: 100%;
	height: 265px;
	position: absolute;
	z-index: 0;
	background: url(../images/visit-background.jpg);   
}

#flash_banner {
	float: right;
	width: 1200px;
	height: 265px;
	position: absolute;
	z-index: 0;
	background: #000000 url(../images/flash-alternate.jpg);   
}

/* Page */

#page {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}

#page_home {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 120px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/* Content */

#content {
	float: left;
	width: 63%;
	padding-left: 15px;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 20px;
	border-bottom-width: medium;
	border-top-style: solid;
	border-top-width: medium;
	border-top-color: #CC6600;
	border-right-color: #CC6600;
	border-bottom-color: #CC6600;
	border-left-color: #CC6600;
}

#content_home {
	float: left;
	width: 48%;
	padding-left: 5px;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-bottom: 20px;
	border-bottom-width: medium;
	border-top-style: solid;
	border-top-width: medium;
	border-top-color: #CC6600;
	border-right-color: #CC6600;
	border-bottom-color: #CC6600;
	border-left-color: #CC6600;
}


#content_images {
	border-top: 10px solid #724132;
	float: left;
	width: 95%;
	padding-left: 0px;
	background-color: #efefef;
	padding-right: 20px;
	padding-bottom: 20px;
}

#content_images {
	border-top: 10px solid #724132;
	float: left;
	width: 95%;
	padding-left: 0px;
	background-color: #efefef;
	padding-right: 20px;
	padding-bottom: 20px;
}

#content_credits {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	background-image: url(../images/credits-background.jpg);
	margin-top: 0;
	margin-bottom: auto;
}

#content_giovanni_statement {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	background-image: url(../images/statement_smith_bg.jpg);
	margin-top: 0;
	margin-bottom: auto;
}

#content_smith_statement {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	background-image: url(../images/statement_smith_bg.jpg);
	margin-top: 0;
	margin-bottom: auto;
}

#contentvideo_graff {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	background-image: url(../images/vid_bg_graff.jpg);
	margin-top: 0;
	margin-bottom: auto;
}

#contentvideo_carwash {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	background-image: url(../images/vid_bg_carwash.jpg);
	margin-top: 0;
	margin-bottom: auto;
}

#contentvideo_invisible {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	background-image: url(../images/vid_bg_invisible.jpg);
	margin-top: 0;
	margin-bottom: auto;
}

#content_slideshowmule {
    width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	background-image: url(../images/vid_bg_mule.jpg);
	margin-top: 0;
	margin-bottom: auto;
}

#content_slideshowcarwash {
    width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	background-image: url(../images/vid_bg_carwash.jpg);
	margin-top: 0;
	margin-bottom: auto;
}

#content_slideshowinvisible {
    width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	background-image: url(../images/vid_bg_invisible.jpg);
	margin-top: 0;
	margin-bottom: auto;
}



#contentslideshow_recognize {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	background-image: url(../images/slideshow_bg_recognize.jpg);
	margin-top: 0;
	margin-bottom: auto;
}

#contentslideshow_con_and_arek {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	background-image: url(../images/slideshow_bg_con_and_arek.jpg);
	margin-top: 0;
	margin-bottom: auto;
}

#contentslideshow_arek {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	background-image: url(../images/slideshow_bg_arek.jpg);
	margin-top: 0;
	margin-bottom: auto;
	margin-left: 0px;
}

#contentslideshow_con {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	background-image: url(../images/slideshow_bg_con.jpg);
	margin-top: 0;
	margin-bottom: auto;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#content ul li {
	padding-left: 15px;
	background: url(../images/img08.gif) no-repeat 0 8px;
}

#content ol {
	margin-left: 0;
	padding-left: 0;
	list-style: lower-alpha inside;
}

.title {
	padding-top: 3px;
}

.content {
	padding: 20px;
	background-color: #FFFFFF;
}
.contentgallery {
	padding: 5px;
	background-color: #efefef;
	margin: 0, auto;
}


div.credits_table {
	width:98%;
	margin:0%;
}
  table#table1 {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:600px;
}
  tr,td {text-align:left;}


.twocols {
}

.twocols .col1 {
	float: left;
	width: 220px;
}

.twocols .col2 {
	float: right;
	width: 220px;
}

/* Sidebar */

#sidebar_1 {
	float: right;
	width: 22%;
	padding-left: 25px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 5px;
	background-color: #efefef;
	border-top-width: 25px;
	border-top-style: solid;
	border-top-color: #000000;
}

#sidebar_1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar_1 li {
	margin-bottom: 20px;
	background: #E6E6E6 url(../images/img07.gif) no-repeat right bottom;
}

#sidebar_1 li ul {
	padding: 10px 20px;
	font-size: 92%;
}

#sidebar_1 li li {
	margin: 0;
	padding: 5px 0;
	background: none;
	border-top: 1px dotted #CDCDCD;
}

#sidebar_1 h2 {
	height: 30px;
	margin: 0;
	font-size: 12pt;
	font-weight: bold;
	color: #145997;
}

#sidebar_1 h3 {
	margin: 0;
}

#sidebar_1 p {
	margin: 0;
	line-height: normal;
}

#sidebar_1 a {
	text-decoration: underline;
}

#sidebar_1 a:hover {
	text-decoration: none;
}

#sidebar_1 .first {
	border: none;
}


#sidebar_2 {
	float: right;
	width: 22%;
	padding-left: 25px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 5px;
	background-color: #efefef;
	
	
}

#sidebar_2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar_2 li {
	margin-bottom: 20px;
	background: #E6E6E6 url(../images/img07.gif) no-repeat right bottom;
}

#sidebar_2 li ul {
	padding: 10px 20px;
	font-size: 92%;
}

#sidebar_2 li li {
	margin: 0;
	padding: 5px 0;
	background: none;
	border-top: 1px dotted #CDCDCD;
}

#sidebar_2 h2 {
	height: 30px;
	margin: 0;
	font-size: 12pt;
	font-weight: bold;
	color: #145997;
}

#sidebar_2 h3 {
	margin: 0;
}

#sidebar_2 p {
	margin: 0;
	line-height: normal;
}

#sidebar_2 a {
	text-decoration: underline;
}

#sidebar_2 a:hover {
	text-decoration: none;
}

#sidebar_2 .first {
	border: none;
}




/* Sidebar-Home page */



#sidebar_homeleft{
	float: left;
	width: 130px;
	background-color: #000000;
	padding: 0px;
	
}

#sidebar_homeleft ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar_homeleft li {
	margin-bottom: 20px;
	background: #E6E6E6 url(../images/img07.gif) no-repeat right bottom;
}

#sidebar_homeleft li ul {
	padding: 10px 20px;
	font-size: 92%;
}

#sidebar_homeleft li li {
	margin: 0;
	padding: 5px 0;
	background: none;
	border-top: 1px dotted #CDCDCD;
}

#sidebar_homeleft h2 {
	height: 30px;
	margin: 0;
	font-size: 12pt;
	font-weight: bold;
	color: #145997;
}

#sidebar_homeleft h3 {
	margin: 0;
}

#sidebar_homeleft p {
	margin: 0;
	line-height: normal;
}

#sidebar_homeleft a {
	text-decoration: none;
}

#sidebar_homeleft a:hover {
	text-decoration: underline;
}

#sidebar_homeleft .first {
	border: none;
}


#sidebar_homeright {
	float: left;
	width: 18%;
	background-color: #000000;
	padding: 0px;
	
}

#sidebar_homeright ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar_homeright li {
	margin-bottom: 20px;
	background: #E6E6E6 url(../images/img07.gif) no-repeat right bottom;
}

#sidebar_homeright li ul {
	padding: 10px 20px;
	font-size: 92%;
}

#sidebar_homeright li li {
	margin: 0;
	padding: 5px 0;
	background: none;
	border-top: 1px dotted #CDCDCD;
}

#sidebar_homeright h2 {
	height: 30px;
	margin: 0;
	font-size: 12pt;
	font-weight: bold;
	color: #145997;
}

#sidebar_homeright h3 {
	margin: 0;
}

#sidebar_homeright p {
	margin: 0;
	line-height: normal;
}

#sidebar_homeright a {
	text-decoration: none;
}

#sidebar_homeright a:hover {
	text-decoration: underline;
}

#sidebar_homeright .first {
	border: none;
}




/* Footer */

#footer-wrapper {
	height: 90px;
	width: 100%;
	background-color: #595959;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

#footer {
	width: 90%;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer p {
	margin: 0;
	line-height: normal;
}

#footer a {
	color: #666666;
}

#legal {
	float: left;
	padding: 10px 0 10px 60px;
	background: url(../images/img11.gif) no-repeat left center;
}

#links {
	float: right;
	padding: 10px 0 0 0;
}


#links a {
color: #e7e7e7;
	text-decoration: none;
}

#links a:hover {
	text-decoration: underline;
}


#gutterright {
	float: right;
	width: 2%; /* since this element is floated, a width must be given */
	height: 550px;
	z-index:30;
	background-color: #000000;
}

#gutterright_visit {
	float: right;
	width: 2%; /* since this element is floated, a width must be given */
	height: 100px;
	z-index:30;
	background-color: #000000;
}


#gutterleft {
	float: left;
	width: 2%; /* since this element is floated, a width must be given */
	height: 20px;
	background-color: #000000;
	z-index: 30;
	background-color: #000000;
}
