* { margin: 0; padding: 0; }


body { font: normal 12px Arial, sans-serif; }
a { color: #039; text-decoration: underline; }
a:hover { color: #fff; background: #70b9b0; text-decoration: underline; }
a { color: #00f; text-style: bold; }
a:hover { color: #609; text-decoration: none; }


/* MAIN TABLE */
#main { width: 750px; text-align: justify; border: 1px solid #ddd; }

/* HEADER */
#header { background: #fff url(images/header1.jpg) 0 0 no-repeat; height: 100px; }

/* LEFT COLUMN */
#sidebar { width: 100px; background: #ddeeee; vertical-align: top; padding: 20px 5px 0 10px; }
#sidebar table { vertical-align: top; font: normal 13px Verdana,Arial,sans seriff; }
#sidebar a { color: #039; text-decoration: underline; }
#sidebar a:hover { color: #fff; background: #70b9b0; text-decoration: underline; }

/* CONTENT */
#content { background: #fff; padding: 10px; border: 1px solid #ddd;}
#content div.left { float:left; margin: 15px 20px 0px 0px ; }
#content div.right { float:right; margin:0px 0px 15px 20px; }
#content div.order  { text-align: center; padding: 15px 0 15px 0; vertical-align: bottom; }
#content a { color: #00f; text-style: bold; }
#content a:hover { color: #609; text-decoration: none; }
img { border-style: none; }
h3,h4 { padding: 10px 0 10px 15px; font-size: 17px; color: #a60000 ; }
p:first-letter { padding-left: 10px; }
b { color: #036; font-size: 13px; }
u {color: #066; }
ul { padding-left: 35px; list-style-image: url(images/blueball.gif); }


/*FOOTER*/
#footer { height: 20px; background: #ddeeee; text-align: center;}
#footer a { padding: 5px 5px 0 0; color: #039; text-decoration: underline;}
