/*-------------------------*//* global text styles *//*---------------------------------*/
/*--------------------------------------------------------------------------------------*/

/* define basic elements
--------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}

:focus{
   outline:none;
 }


html {
	background: url(/images/bg_html.gif) no-repeat;
	height:100%;
}

body {
	font: normal 62.5%/1 arial,helvetica,sans-serif;
	color:#666666;
	line-height: 1.2em;
}
a:link {
	
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: #333333;
}
a:active {
	text-decoration: none;
}




<style type="text/css">
 :active, :focus{
   outline:none;
 }
</style>

/*layout
--------------------------------------------------------------------------*/

#container {
	width:975px;
	display: table;
	height:565px;
}

#flash{
	position:absolute;
	left:0;
	top:0;
}

#content{
	z-index:99;
}

/* navigation
----------------------------------------------------------------------------------*/

#nav {
	position:absolute;
	top:497px;
	left:195px;
	width: 417px;
	height: 28px;
	z-index: 100;
}

p {
	font-size: 1.1em;
	margin: 0 0 10px 0;
	line-height:1.4;
}



/* link styles
--------------------------------------------------------------------------*/
a img {
	border-bottom: 0px;
	background-color: #FFFFFF;
}

#homecont {
	position:absolute;
	left:773px;
	top:379px;
	width:298px;
	height:129px;
	z-index:112;
}

#homecont a:hover img{  border-bottom: 0px;
background-color: #ffffff;


}
