body {
 background-color:#fff;
 background-image:url('images/background1.jpg');
 background-position:top;
 background-repeat:repeat-x;
 margin:0px 0 0 0;
 padding:0px;
 font-family:arial;
 background-attachment:fixed;
}

#nav {
 background:#ff0000;
 margin-top:2px;
 text-align:center;
 width:100%;
 padding:5px 0 6px 0;
}

#nav a {
 color:white;
 font-family: arial;
 font-size:0.8em;
 text-decoration:none;
 margin-left:13px;
 font-weight:bold;
}

#holder {
 margin-top:20px;
 width:870px;
}

#clear {
 clear:both;
}

#leftbar {
 text-align:left;
 font-size:0.7em;
 float:left;
 width:180px;
 padding-left:10px;
 padding-right:10px;
 border-right:1px dashed #ccc;

}

#leftbar b {
 font-weight:bold;
}

#leftbar h1 {
 color:#000000;
 margin-top:0;
 font-size:1.6em;
}



#leftbarchr {
 width:180px;
 height:1px;
 font-size:1.0em;
 border-bottom:1px dashed #ccc;
 margin:10px 0 10px 0;

}

td {
 color:red;
 font-size:0.8em;

}

#maincontent {
 float:right;
 width:600px;
 margin:0 20px 0 10px;
 text-align:justify;
 font-family:arial;
 font-size:0.8em;
 
}

#maincontent h1 {
 color:#0B0B0A;
 margin-top:0;
 font-size:1.8em;

}

#maincontent a {
 color:red;
 font-size:1.0em;
 text-decoration:none;

}

#barchr {
 width:100%;
 height:1px;
 font-size:0.8em;
 border-bottom:1px dashed #ccc;
 margin:20px 0 20px 0;
 font-weight:bold;
}

#inputbox {
 width:300px;
 border:1px solid #ccc;
}

#trailer {
 font-size:0.7em;
 color:#999;
}

#trailer a {
 color:#999;
 text-decoration:none;
}