/* CSS Document */

html{height:100%;}
body{
background-image: url("images/stripe_3.png");
height:100%;
width:780px;
margin:0 auto;
}

#container{
/*height:100%;*/
background-color:#FFf;	
position:relative;
top:0;
float:left;
}

#left{
padding:.5em;
/*background-color:#990000;*/
background-color:#CCCCCC;
/*border:1px solid #000;*/
width:188px;
float:left;
font-size:1em;
color:#333333;
}
#left a{
color:#666666;
}
#left a.category{
color:#333333;
}



#Layer1 {
	position:absolute;
	width:190px;
	height:74px;
	z-index:1;
	right:0;
	top: 100px;
}
#Layer2 {
	position:absolute;
	width:190px;
	height:130px;
	z-index:1;
	right:0;
	top: 185px;
}


#main{
padding:0;
background-color:#51719F;
float:left;
width:580px;

}

#main2{
padding:0;
background-color:#FFFFFF;
float:left;
width:580px;

}

#form{
padding:1em;
background-color:#51719F;
border:1px solid #000000;
width:250px;
float:right;

}

#footer{

float:left;
bottom:0px;
width:100%;
background-color:#333333;
height:28px;
}

/*form*/
table tr td{
padding:0 10px 0 0;
}


.pod{
width:227px;
height:210px;
background-color:#CCCCCC;
float:left;
margin:0 0 0 15px;
padding:0 20px 5px 20px;
line-height:1.4em;
/*border-bottom:#CC0000 3px solid;
border-left:#CC0000 3px solid;*/
color:#666666;
}

.pod2{
width:227px;
height:150px;
background-color:#CCCCCC;
float:left;
margin:0 0 0 15px;
padding:0 20px 5px 20px;
line-height:1.4em;
/*border-bottom:#CC0000 3px solid;
border-left:#CC0000 3px solid;*/
color:#666666;
}

.pod h3. .pod2 h3{
color:#333333;
}

#copyright{
color:#666666;
text-align:center;

}
#error{

width:370px;
float:left;
margin:50px 50px;
padding:3em;
background-color:#FFCC00;
height:300px;
text-align:center;
background-image:url(images/HT-Logo.gif);
background-position:bottom center;
background-repeat:no-repeat;

}

#banner{
width:560px;
height:16px;
background-color:#FFCC00;
float:left;
font-size:18px;
font-style:italic;
padding:10px;
text-align:center;
margin-top:3px;
}