/* CSS Document */

body{
  
}
/* Navigation ******************************************************************************/

#search{
    text-align:right;
	padding-right:20px;
}

#btnsearch{
      border: 1px solid #3A5475;
      color: #FFFFFF;
	  background-color:#6A84A7;
}
#q{
   border: 1px solid #3A5475;
}

#boom{
     background-image: url(images/steez.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-top:10px;
	height: 30px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#6A84A7;
}

#gull{
    padding-right: 20px;
	font-size:10px;
	color:#999999;
	text-decoration: none; 
	
}
#gull a:link, a:visited, a:active {
	color: #385374;
	text-decoration: none;
}

#gull a:hover {
	color:#FF9900;
	text-decoration: none;
}

#main a:link {
	color: #385374;
}
#main a:visited {
	color:#999999;
	text-decoration: underline;
}
#main a:hover {
	color:#FF9900;
}
#main a:active {
	color: #385374;
}

#main{
    padding-left:10px;
}



.line{

border-top: 1px dotted #ccc;

margin:20px 0;

}


h2{

font-size:18px;

font-weight:normal;

}

.left{

float:left;

padding:3px;

border:1px solid #ccc;

}

.right{

float:right;

width:530px;

}

.right2{

float:right;

width:430px;

}

.right3{

float:right;


}

.right4{

float:right;

width:370px;

}


.clear{

clear:both;

}








