@charset "ISO-8859-1";
/* CSS Document */

html, body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	height: 100%;
	color:#000;
}
a{
	color:#000;
	text-decoration:none
}
a:hover{
	text-decoration:underline
}
.margin{
	width:50px;
	height:50px;
}
.floatL{
	float:left;
}
.col_left{
	width:143px
}
.col_right{
	width:400px
}
.clear{
	clear:both;
}
.margintxt{
	height:280px;
}
.container{
	min-height:100%;
	position:relative;
	width:643px;
	_height:100%;
}
.content {
   padding:50px 0 50px 50px;   /* Height of the footer */
}
.footer {
   position:absolute;
   bottom:0;
   width:593px;
   margin-left:50px;
   background: url(../img/bottom.gif) no-repeat bottom;
   height:50px;   /* Height of the footer */
}