body
{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:left;
	background-color:#333;
	height:100%;;
}


#mainContainer
{
	position:absolute;
	top: 20px;
	left: 20px;
	width:800px;
	margin:0 auto;
	text-align:left;

}

td 
{ 	
	color: white; 
	font-size:0.8em;
}

.clear
{
     clear: both;
     display: block;
     overflow: hidden;
     width: 0;
     height: 0;
}


#header
{
	padding-bottom:10px;
	height:40px;

}

#header img
{
	border: 0px;
}


#menu
{
	height:50px;

}


.glossymenu
{
	position:absolute;
	float:left;
	padding-top: 10px;
	width: 162px; /*width of menu*/
	border-bottom-width: 0;
}

.glossymenu a.menuitem
{
	font-size:0.8em;
	color: #e0e0e0;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active
{
	color: #e0e0e0;
}

.glossymenu a.menuitem .statusicon
{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.glossymenu a.menuitem:hover
{
	color: orange;
}

.glossymenu div.submenu
{ /*DIV that contains each sub menu*/

}

.glossymenu div.submenu ul
{ /*UL of each sub menu*/
	font-size:0.8em;	
	color: #b3b3b3;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li
{
	border-bottom: 0px;
}

.glossymenu div.submenu ul li a
{
	display: block;
	color: #b3b3b3;
	text-decoration: none;
	padding: 3px 0;
	padding-left: 8px;
}

.glossymenu div.submenu ul li a:hover
{
	color: orange;
}





#content
{
	position:absolute;
	display: block;
	left: 190px;
	width : 600px;
	top:70px;
	float:left;
	text-align: justify;
}

#content h2
{
	font-size:1em;
	color: #00aeef;
	letter-spacing: 2px
	
}

#content h3
{
	font-size:0.8em;	
}

#content h4
{
	font-size:1em;
	color: #FF9933;
}

#content p
{
	font-size:0.8em;
	color: #e0e0e0;
	display: block;
	margin-top:0px;
	line-height: 150%;

}

#content p.bioLighterFont
{
	font-size:0.8em;
	color: #b3b3b3 ;
	display: block;
	line-height: 150%;
	font-weight: lighter;

}

#content p.bioLighterFont2
{
	font-size:0.8em;
	color: orange ;
	display: block;
	line-height: 150%;

}

#content p strong
{
	font-weight:bold;
	font-size:1em;

}


#content a
{
	color: #c2c2c2;
	text-decoration: none;
}

.lighterFont
{
	color: orange;
	font-weight: lighter;
	padding-left: 6 px;
}

#content a:hover
{
	color: orange;
}




#gallery
{
	width:600px;
	height:440px;
	display: block;
	float:left;
}

#gallery2
{
	width:600px;
	height:360px;
	display: block;
	float:left;
}

.alternateContentFlash
{
	border:0px;
	width:600px;
	height:400px;
}


#leftColumn
{
	position:absolute;
	float:left;
	width:200px;
	height:1px;
	left: 0px;
	top:0px;
}

#rightColumn
{
	position:absolute;
	float:left;
	width:1px;
	height:1px;
	left: 250px;
	top:0px;
}

#showreelLink
{
	float:left;
	width:600px;
	left: 0px;
	top: 410px;
}

#showreelLink p
{
	position:fixed;
	display: block;
	float:none;
}

#quotes
{
	position:absolute;
	float:left;
	width:620px;
	left: 0px;
	top: 380px;
}

.quote 
{
	font-size:1.6em;
	color:#666;
}

.quotesource 
{
	font-size:1.1em;
	color:#666;
	padding-left:290px;
}
.h7 {
	font-weight: bold;
}
