/* CSS Document */
clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*fixes*/
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body{
	margin: 0px;
	background-repeat:repeat-x;
}
h1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
h2
{
	font-family:Tahoma;
	font-size:12px;
	color:#006699;
/*---------------------------------------
for whole layout
*/
}
#holder 
{
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	vertical-align:top;
/*---------------------------------------
for header
*/
}
#header 
{
	width: 900px;
	height:141px;
    background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
}
.subtitle
{
	background-image:url(../images/backhead.gif);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:11px;
	font-size:16px;
	color:#FFFFFF;
	height:40px;
	padding-left:50px;
}
.subtitle a:link, .subtitle a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
.subtitle a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}
