BODY{
	color:#FFFFFF; 
	font-family: Arial,Helvetica,Sans-Serif;
	margin: 0px 0px 0px 0px;
	background: #eb843e url('http://www.fringeyawards.com/images/bg.jpg') repeat-x;
	overflow-x: hidden;
}

table.template{
	width: 100%;
}

/* navigation div styles */
#menu{
	width: 100%;
	padding: 0px 0px;
	height: 100px;
	background: url('http://www.fringeyawards.com/images/nav.jpg') no-repeat center;
}

/* background photo div styles */
#photo{
	position: absolute;
	margin-left: 770px;
}

/* header div styles styles */
#header{
	width: 100%;
	padding: 0px 50px;
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
}

/* content div styles */
#content{
	padding: 0px 120px 20px 120px;
	text-align: left;
}

/* footer div styles */
#footer{
	width: 100%;
	font-size: 8pt;
	height: 100px;
	text-align: center;
	background: url('http://www.fringeyawards.com/images/footer_bg.png') no-repeat center bottom;
}

#content h1{
	font-size: 14pt;
	margin-bottom: 10px;
}
#content p{
	margin-bottom: 12px;
}
#content table{
	margin-top: 10px;	
}
#content table td{
	padding: 3px 3px;	
}
#content table.vidList{
	border: none;
	margin-bottom: 10px;
}

/* global styles */
.bodysm{
	font-size: 8pt;
}

.bodymd{
	font-size: 10pt;
}

.bodylg{
	font-size: 12pt;
}

.red{
	color: #FF0000;
}

a:link,
a:visited,
a:active{
	color:#325f9a; 
	background-color:transparent;
}
a:hover{
	color:#325f9a; 
	background-color:transparent; 
	text-decoration:none;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.menulistDiv ul{
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.menulistDiv ul li{
	position: relative;
	display: inline;
	float: left;
	background-color: transparent;
}

/*Top level menu link items style*/
.menulistDiv ul li a{
	display: block;
	padding: 1px 20px;
	font-weight: bold;
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}
	
/*1st sub level menu*/
.menulistDiv ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menulistDiv ul li ul li{
	display: inline;
	float: left;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.menulistDiv ul li ul li ul{ 
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
}

/* Sub level menu links style */
.menulistDiv ul li ul li a{
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 20px;
	border: none;
	font-weight: normal;
	white-space: nowrap;
}

.menulistDiv ul li a:hover{
	color: #000000;
}

/*Background image for top level menu list links */
.menulistDiv .mainfoldericon{
	background-color: transparent;
}

/*Background image for subsequent level menu list links */
.menulistDiv .subfoldericon{
	background-color: transparent;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .menulistDiv ul li { float: left; height: 1%; }
* html .menulistDiv ul li a { height: 1%; }
/* End */