html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

a:focus
{
-moz-outline-style: none;
}



body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(templates/portal/images/background_03.jpg);
	background-color: #000000;
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 0;
}

#v_main {
	position:relative;
	width: 960px;
	clear: none;
	height: 100%;
	overflow:visible;
	margin-left: auto;
	margin-right: auto;
	background-color:transparent;
	z-index: 5;
	/*z-index: 100;*/
}

#v_line {
	/*position: absolute;
	top: 0;
	left: 256px;
	margin-left:auto;
	margin-right: auto;
	width: 1px;
	height: 100%;
	background-color:#00FF99;
	z-index: 5;*/
}

#v_main_top {
	width: 960px;
	/*height: 34px;*/
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	background-color:transparent;
}

#v_main_middle{
	width: 960px;
	clear: none;
	height: 610px;
	margin-left: auto;
	margin-right: auto;
	background-color:transparent;
}


#v_main_bottom {
	width: 960px;
	height: 960px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	background-color:transparent;	
}

#v_main_bottom_left{
	float:left;
	width:254px;
	height:auto;
	margin:0;
	background-color:transparent;
}

#v_logo {
	float:left;
	width: 254px;
	height: 80px;
	margin:0;
	border-bottom: 1px solid #666666;
	position:relative;
	left: 3px;
}

#v_mainlinks {
	float:right;
	height: 34px;
	margin-right:6px;
}

#v_leftsideLines {
	position: absolute;
	top: 0;
	left: 2px;
	width: 0;
	height: 100%;
	min-height: 750px;
	border-right:  1px solid #666666;
}

#v_middleLines {
	position: absolute;
	top: 0;
	left: 256px;
	width: 0;
	height: 660px;
	border-right:  1px solid #666666;
}

#v_rightsideLines {
	position: absolute;
	top: 0;
	left: 960px;
	width: 0;
	height: 100%;
	min-height: 750px;
	border-right:  1px solid #666666;
} 
#banner {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color: #666666;

}
#v_ifrMiddle{
	position: absolute;
	top:38px;
	left:0px;
}



#footer {	
	position:absolute;
	top: 660px;
	left: 3px;
	heigth: 90px;
	width: 958px;
	font-size: 10px;
	color: #999999;
	border-top:  1px solid #666666;
	text-align: center;
	padding-top: 20px;
}

#footer a{
	color: #999999;
	text-decoration: none;
	border: 0px;
	outline-style: none;
	outline-width:0px;
}

#footer a:hover{
	color: #FFA500;
	text-decoration: none;
}
#footer p{
	margin:0;
	padding:2px;
}

#temp_image{
	position: absolute;
	top:520px;
	left: 264px;
	width: 480px;
	height:25px;
}