/* ____________________ */	

* {
	padding:0;
	margin:0;
}

* br {
	clear:left;
}

div, td, p, h1, h2, h3, h4 {
	color: #666 ;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 15px;
}

h1, h2, h3, h4 {
	margin:0 0 3px 0;
}

a {
	color:#660066;
	text-decoration:none ;
}

a:hover {
	color:#999;
	text-decoration:underline ;
}

.link a {
	text-decoration: underline;
}


/* ____________________ */	
#content {
	height:auto;
	background:#fff;
	border-bottom: 1px solid #fff;
}
* html #content {height: 1%;} 	/* IE/Win */
*>html #content {height: auto;} /* IE5/Mac */




/* ____________________ */	
/*
#header {
	clear:both;
	padding: 0 0 0 0 ;
	border-bottom: 1px solid red; /* for 100% bg color */
	/* background-image: url(../layout/images/generic01/0018.jpg); */
	/* background-repeat: no-repeat; */
}
*/
#hcol1 {
	float:left;
	background:transparent;
	width:590px;
}
* html #hcol1 {height: 1%;}
*>html #hcol1 {height: auto;}

#hcol2 {
	float:left;
	background:transparent;
	width:160px;
	text-align:center;
}
* html #hcol2 {height: 1%;}
*>html #hcol2 {height: auto;}

#h1 {
	font-size:8px;
	letter-spacing: 5px;
	height:15px;
	text-align:left;
	padding: 18px 0 0 32px ;
	border:0;
	color:#999;
	background:transparent;
}

#h1 a:link, #h1 a:visited, #h1 a:hover, #h1 a:active {
	background-color: transparent;
	color: #FFF;
}

#h2 {
	border-left: #eee 1px solid;
}

#h2 img {
	padding: 3px 3px 3px 5px ;
	border:0;
}

#logowrap {
	padding:0;
	margin:0;
	clear:both;
	/* background-image: url(../layout/images/generic01/0018.jpg); */
	/* background-repeat: no-repeat; */
}
#logo {
	padding: 17px 0 0 0 ; 
}


/* ____________________ */	
#footer {
	/* background-image: url(images/generic01/0018.jpg); */
	background-repeat: no-repeat;
	text-align:left;
	margin:0 0 10px 172px;
	width: 500px;
}
#footer p {
	font-family:tahoma,sans-serif;
	letter-spacing: 1px;
	font-size:9px;
	padding:0px;
	margin:0;
	color:#666;
}
#footer a:link, #footer a:visited{
	font-family:tahoma,sans-serif;
	font-size:9px;
	text-decoration:none;
	color:#666;
}
#footer a:hover {
	color: #333;
}

