/* CSS style for White Balance Pictures 06.02.2010 */

body
{
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:11px;
	margin:0px;
}

#page
{
	width:1018px; /* 1018 - 2*padding */
	margin:60px;
	margin-bottom: 0px;
	/* centering code
	margin-left:auto;
	margin-right:auto;
	*/
}

.left-bar
{
	width:245px;
	float:left;
}

.right-bar
{
	float:left;
	width: 600px;
	margin-top:135px; /* to align with top of logo title for content title placement */
	margin-left: 60px;
	margin-right:35px;
}

#title-field
{
	font-family:Myriad Pro, Frutiger, Corbel, Arial, Helvetica, sans-serif;
	font-stretch:semi-expanded;
	color:#FFFFFF;
	font-weight:100;
	text-transform:uppercase;
	letter-spacing:5px;
}
#navigation
{
	text-align:right;
	line-height:25px;
	font-family:Myriad Pro, Frutiger, Corbel, Verdana, Helvetica, sans-serif;
	font-stretch:semi-expanded;
	color:#FFFFFF;
	font-weight:100;
	text-transform:uppercase;
	letter-spacing:5px;
}
#navigation a
{
	color:#FFFFFF;
	text-decoration:none;
}
#navigation a:hover
{
	color:#CCCCCC;
}
#navigation a:visited a:active
{
	color:#FFFFFF;
}

#logofield
{
	background-image:url('images/logo.gif');
	background-repeat:no-repeat;
	width:246px;
	height:151px;
	margin-bottom:55px;
}

#content-field
{
	margin-top:60px;
	line-height:18px;
	margin-bottom:60px;
}
#content-field a
{
	color:#CCCCCC;
	text-decoration: none;
}
#content-field a:hover
{
	color:#FFFFFF;
}
#content-field a:visited
{
	
}

.content-left-column
{
	/*float:left;*/
	width:350px;
}

#showreel-box
{
	border:#111111 thin solid;
	float:left;
}

#footer
{
	clear: both;	
	text-align:right;
	color:#333333;
	width:320px;
	
}
blockquote
{
	color:#cccccc;
}
