@CHARSET "ISO-8859-1";
HTML{
	height:100%;
}
BODY{
	background-image: url(../images/int-back-vh.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: arial;
	font-size: 10pt;
	height:100%;
}

A{
	text-decoration: none;
}


img {
	border: 0 none;
}

* {
	margin: 0;
	padding: 0;
}

p {
	margin: 15px 0 15px 0;
}

ul, ol{
	margin-left: 45px;
}


.clear{
	clear: both;
}

/* MASTER */
#master{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	height: 100%;
}


/* HEADER */
#header{
	position: relative;
	height: 109px;
	z-index: 2;
	borer: 1px solid red;
}
#img_bf_logo{
	position: absolute;
	left: 0px;
	top: 31px;
}
#menu_primary{
	position: absolute;
	right: 0px;
	top: 63px;
	overflow: hidden;
	vertical-align: bottom;
	font-size: 0pt;
}
#menu_secondary{
	position: absolute;
	right: 0px;
	top: 118px;	
	font-size: 9pt;
}
#menu_secondary a{
	color: white;
	margin: 10px;
}
#menu_secondary a:hover{
	color: #FCB034;
}

/* MAIN */
#main_content_area{
	position: relative;
	width: 1100px;
	padding-top: 40px;
	float: left;
	overflow:visible;
	overflow: visible;
}


/* FOOTER */
#footer{
	width: 100%;
	clear: both;
	padding-top: 10px;
}

#footer_wrapper{
	position: relative;	
	width: 100%;
	background-color: #54b948;	
	clear: both;
	height: 67px;
}

#footer-info{
	position: relative;
	width: 950px;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;	
	border: none;
}

#footer-legal{
	width: 900px;
	margin-left: auto;
	margin-right: auto;	
	font-size: 8pt;
	color: #54b948;	
}
#footer_links{
	position: relative;
	float: left;
	margin-top: 20px;
	margin-left: 20px;	
	color: white;
}
#footer_links a{
	color: white;
}
#footer_links a:hover{
	color: white;
	color: #FCB034;
}

#epson_logo{
	position: relative;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}

#numberone{
	position: relative;
	float: right;
	margin-top: 2px;
	margin-right: 20px;
}

.trademark{
	font-size: 120%;
}

.news_item{
	margin-bottom: 35px;
}

#img_epson{
	position: absolute;
	top: 20px;
	right: 10px;
}