body {
	color: #F9B103;
	font-family: verdana, sans-serif;
	font-size: 10pt;

	text-align: center;
}
a {
	color: #F9B103;
	text-decoration: underline;
}
a:hover { font-style: italic; }

img { border: 0; }

img.menu { position: absolute; }
img.hide { display: none; }

#menu_about 	{ margin: 137px 0 0 133px; }
#menu_contact	{ margin: 178px 0 0 532px; }
#menu_film		{ margin: 384px 0 0 355px; }
#menu_links		{ margin: 188px 0 0 700px; }
#menu_new		{ margin: 174px 0 0 205px; }
#menu_portfolio	{ margin: 203px 0 0 182px; }

h1 {
	font-size: 10pt;
	font-weight: normal;
	
	text-transform: uppercase;
}

#wrapper {
	margin: 40px auto 0 auto;
	width: 775px;
	text-align: left;
}

#header {
	background: url('../images/title.jpg') no-repeat -1px 9px;
	
	width: 633px;
	height: 68px;
}

#contentWrapper {
	padding-top: 60px;
}

#contentWrapper img.menu {
	clear: both;
	float: right;
	
	margin: 0px -70px 0 0;
	*margin-top: -40px;
	position: relative;
}

#content_left {
	position: relative;

	float: left;
	margin-left: -80px;
	padding-top: 10px;
	width: 330px;
}

#content_right {
	border-left: 2px solid #F9B103;

	float: right;
	margin-left: 70px;
	padding: 40px 0;
	width: 450px;
}

#content_right img {
	border: 2px solid #F9B103;

	margin-left: 120px;
}

div.hidden { display: none; }
div.show { display: block; padding-bottom: 10px; }

/* START -- Slideshow */
#slide-images{
    position:relative;
    display:block;
    margin:0px;
    padding:0px;
    width:550px;
    height:367px;
    overflow:hidden;
}

#slide-images li{
    position:absolute;
    display:block;
    list-style-type:none;
    margin:0px;
    padding:0px;
    background-color:#FFFFFF;
}

#slide-images li img{
    display:block;
    background-color:#FFFFFF;
}
/* STOP -- Slideshow */

/* Tooltip CSS */
#tt {
 position:absolute;
 display:block;
 background:url('../images/tt_left.gif') top left no-repeat;
 }
 #tttop {
 display:block;
 height:5px;
 margin-left:5px;
 background:url('../images/tt_top.gif') top right no-repeat;
 overflow:hidden;
 }
 #ttcont {
 display:block;
 padding:2px 12px 3px 7px;
 margin-left:5px;
 background:#F9B103;
 color:#fff;
 }
#ttbot {
display:block;
height:5px;
margin-left:5px;
background:url('../images/tt_bottom.gif') top right no-repeat;
overflow:hidden;
}
