#body { background-color: #fff; color: #000; padding: 0 0 0 0; margin: 0 0 0 0; }

#bg { position: absolute; top: 250px; left: 0px; margin-top: 0px; margin-left: 0px; z-index: 1; }

#bg img { width: 275px; height: 383px; }

#content { position: absolute; top: 0px; left: 160px; background-color: #fff; border-left: 1px solid black; padding: 20px; z-index: 2; }

#navigation { position: absolute; top: 10px; left: 10px; color: white; width: 160px; z-index: 3; }
#navigation a { color: #666666; display: block; }
#navigation a:hover { font-weight: bold; }
#navigation a:hover.current { background-color: transparent; }
#navigation h3 { display: none; }

h1, h2, h3, h4 { font: 20px "Arial Black", "Helvetica Bold", sans-serif; color: #666666; }

h1 { font-size: 22px; }

h2 { font-size: 20px; }

h3 { font-size: 18px; }

h4 { font-size: 14px; }

body { font: 12px/150% "Verdana", "Helvetica", sans-serif; }

a:link { color: #666666; }
a:visited { color: #666666; }
a:hover { font-weight: bold; }
a:active { color: red; font-weight: bold; }

img { border: 0; }

