body {
background:url(img/bg.gif)/*#ccc*/;
font-family:Arial;
font-size:14px;
color:#ddd;
text-alin: center;
}

h1 {
font-weight:bold;
Font-size:30px;
font-family:"Arial black";
text-align:center;
}

h2 {
font-weight:bold;
Font-size:20px;
font-family:"comic sans ms";
text-align:left;
}

#container {
width:950px;
position:relative;
text-align: left;
border:1px dashed #f00;
}

#banner {
float:top;
height:100px;
background:url(img/bg4.gif)/*#bbb*/;
border:1px dashed #f00;
/*border: 1px solid #0f0;*/
}

#text {
background:url(img/bg.png) /*#ccc*/;
float:right;
padding:10px;
width: 705px;
height: 2500px;
color:#fff;
border:1px dashed #f00;
/*border: 1px solid #0f0;*/
}

#leftbar {
text-align:center;
background:url(img/bg3.gif) /*#333*/;
color: #fff;
float:left;
padding:10px;
width:200px;
height:2500px;
border:1px dashed #f00;
/*border: 1px solid #00f;*/
}

#copyr {
background:url(img/bgc2.gif);
padding:5px 0;
/*background:url(img/bg2.gif);*/
font-family:arial;
text-align:center;
font-weight:bold;
border:1px dashed #f00;
}



a:link {
text-decortation: none;
color:#faa;
}

a:hover {
text-decortation: none;
color:#6cf;
}

a:visited {
text-decortation: none;
color:#8df;
}