div.container{
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	height: auto;
	width: auto;
}

div.banner{
	position: relative;
	background : url(../images/banner_01.gif) no-repeat;
	height: 52px;
	width: 280px;
	
}

div.bottombanner{
    float: left;
	background-image: url(../images/banner_02.gif);
	height: 50px;
	width: 100%;
}

div.login{	
    position: relative;
	left: 10px;
	top: 5px;
	width: auto;
	height: auto;	
}

A:ACTIVE {
text-decoration : none;
}
A {
	text-decoration : none;
}

A:LINK {
	text-transform : none;
	font : normal;
	text-decoration : none;
}

A:HOVER {
	background : transparent;
	text-decoration : none;
}

div.break{
	clear:left;
}
div.links{
	float: left;
	border : thin groove;
	width: auto;
	height: auto;
	background-color : Silver;
}

div.personal_links{
	position: relative;
    float: right;
	
}
