html, body { 
margin : 0;
padding : 0;
} 
body { 
font : 80% "Tahoma", Arial, Helvetica, Tahoma, sans-serif;
background-image : #f2f2f2 url(images/HD Motif Watermark RGB[2].jpg) repeat-y top center;
line-height: 1.4em;
} 

#container { 
margin : 0 auto;
border : 10px solid #fff;
}

#topblock {
padding : 0;
border-bottom : 0px solid #fff;
height:65px;
z-index: 1;
}
#leftblock {
float : left;
padding : 0;
border-bottom : 0px solid #fff;
width:54px;
background-image: url(images/HD_left_panel_large.jpg);
height: 750px;
z-index: 1;
}
#menublock {
float : left;
padding : 0;
border-bottom : 0px solid #fff;
width:200px;
height: 750px;
z-index: 5;
}

#bannerline {
float: left;
background : #41738A;
height: 50px;
width: 72%;
z-index:1;
}

#content {
position: relative;
float: left;
margin: 20px 0 0 0px;
text-align: justify;
width: 72%;
z-index:1;
}
#content a:link { 
color : #41738A;
text-decoration : none;
} 
#content a:visited { 
color : #41738A;
text-decoration : none;
}
#content a:hover { 
color : #036;
background : #8fb8cc;
text-decoration : none;

h2 {
color: #41738A;
font-weight : normal;
}
#bannerline h2 {
color: #FFFFFF;
font-weight : normal;
}


			/*FOOTER*/ 
#footer1 
clear : both;
margin : 0;
padding : 0;
}

#footer2 { 
width: 100%;
;
}
#footer2 p {
color: #FFFFFF;
background : #41738A;
font-weight : normal;
font-size : 1.1em;
}
 			/*LINKS*/
#footer2 a:link, a:visited { 
color : #FFFFFF;
text-decoration : none;
} 
#footer2 a:hover { 
color : #036;
background : #8fb8cc;
text-decoration : none;
} 
#footer2 a img { 
border : none;
}