/* TheNArrows CSS Document */
body {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	font-family:helvetica, arial;
	font-weight:regular;
	font-size:13px;
	line-height:14px;
	color:#000000;
	background-image:url(images/logo3.gif);
	background-repeat:no-repeat;
	text-transform: none;	
}
a {
	color:#000000;
	text-decoration:none;
	font-weight:regular;
}
a:hover {
	color:#999999;
	text-decoration:none;
}
#header {
	height:124px;
	background-image:url(images/bg_nav3.jpg);
	background-repeat:no-repeat;
}
#link1 {
	position:absolute;
	top:17px;
	left:182px;
	width:109px;
	height:10px;
	border:solid 0px #000;
}
#link1 a {
	background-image:url(images/nav/mail.gif);
	background-repeat:no-repeat;

}
#link1 a:hover {
	background-image:url(images/nav/mail_over.gif);
}
#link2 {
	position:absolute;
	top:11px;
	left:182px;
	width:109px;
	height:10px;
	border:solid 0px #000;
}
#link2 a {
	background-image:url(images/nav/site.gif);
	background-repeat:no-repeat;

}
#link2 a:hover {
	background-image:url(images/nav/site_over.gif);
}

#col_left {
	position:absolute;
	top:134px;
	left:12px;
	width:141px;
	padding:0px;
	line-height:10px;
	border:solid 0px #000;
}
#poster {
	padding-top:27px;
	/*background-image:url(images/1507/clyne.jpg);
	background-repeat:no-repeat;*/
	height:150px;
}
#top_col_right {
	position:absolute;
	top:325px;
	left:182px;
	height:300px;
	width: 205px;
	align: top;
}

#tcr_left {
	float:left;
}
#tcr_right {
	float:right;
}
#col_right {
	position:absolute;
	top:152px;
	left:1057px;
	width:180px;
	font-size:11px;
	line-height:14px;
	height: 80;
	color:#999999;
}

#col_farright{
	position:absolute;
	top:142px;
	left:291px;
	width:750px;
	font-size:13px;
	font-weight:normal;
	line-height:16px;
	height: 8246px;
	color:#000000;
}

#col_subnav{
	position:absolute;
	top:150px;
	left:125px;
	width:140px;
	line-height:14px;
	color:#999999;
}

#col_bottom{
	position:absolute;
	left:25px;
	width:180px;
	font-size:9px;
}
/*NAVIGATION & SUBNAVIGATION -------------------------*/
#main_nav {
	position:absolute;
	top:150px;  
	left:15px;
	width:255px;
	padding:0px;
	color:#000000;
	
}
#main_nav li, #subnav li {
	display:block;
	padding:0px;
	margin:0px;
}
#main_nav a {
	color:#000000;
	text-decoration:none;
	font-weight:none;
	
}
#main_nav a:hover {
	color:#999999;
}
#subnav {
	color:#000000;
	padding-left:6px;
	padding-bottom:3px;
}

/*text*/
h1 {
	font-weight:normal;
	font-size:100%;
	margin:0px;
	color:#999999;
	line-height:12px;
}
#para {
	padding-bottom:4px;
}
