body {
font-family:Arial;
font-size: 11px;
color: #ddd;
margin:0 0 5% 0;
font-weight: normal;
cursor: crosshair;
background-image: url('bg.jpg');}

#container {
width: 800px;
margin:0px;
text-align: left;}

#image {width: 800px;}

#navi {
position:absolute;
top:10px;
left:400px;
width:500px;}

#content {
color:#b9b9b9;
position:absolute;
top:50px;
left:400px;
width:500px;
padding:10px;
background-image: url('content_bg.jpg');}

a.nav:link, a.nav:active, a.nav:visited {
color:#ccc;
text-transform:lowercase;
font-variant:small-caps;
background-color:#000;
opacity:.50;
filter:alpha(opacity=50);
filter: “alpha(opacity=50)”;
display:block;
cursor:crosshair;
padding:5px 5px 7px 20px;
width:100px;}

a.nav:hover 
{color: #fff;
text-decoration:none;
text-transform:lowercase;
font-variant:small-caps;
display:block;
background:#000 url('hover.jpg');
opacity:.70;
filter:alpha(opacity=70);
filter: “alpha(opacity=70)”;
padding:5px 5px 5px 20px;
border-bottom:2px solid #ce052d;
width:100px;}

a:link, a:active, a:visited {
color:#949494;
text-transform:lowercase;
font-variant:small-caps;
background-color:#2e2e2e;
text-decoration:none;
cursor:crosshair;
opacity:.80;
filter:alpha(opacity=80);
filter: “alpha(opacity=80)”;}

a:hover 
{color: #fff;
text-transform:lowercase;
font-variant:small-caps;
border-bottom:2px solid #3e8eaf;
text-decoration:none;}

b {color:#bb5655;}
i {color:#a7a9aa;}
u {color:#5591a4;}

.title
{font-family:"Century Gothic";
font-size:16pt;
text-transform:lowercase;
font-variant:small-caps;
letter-spacing:-1pt;
border-right-width: 50px;
border-right-style: solid;
border-right-color: #43a7bc;
color: #ddd;
padding-right:10px;
margin-bottom:10px;
text-align:right;
opacity:.70;
filter:alpha(opacity=70);
filter: “alpha(opacity=70)”;}

.title:first-letter
{font-family:"Century Gothic";
font-size:18pt;
text-transform:lowercase;
font-variant:small-caps;
color: #e58181;
padding-left:65px;
padding-right:4px;
text-align:left;}

.image
{padding: 5px;
margin: 0px 15px 8px 0px;
border: 1px solid #737373;
opacity:.50;
filter:alpha(opacity=50);
filter: “alpha(opacity=50)”;}

.image:hover
{padding: 5px;
margin: 0px 15px 8px 0px;
border:1px solid #ddd;}

p {text-indent:30px;}

table,td,tr { font-size: 11px;}

input, select, textarea, .textfield, .button {
border: 2px solid #ccc;
font:normal 11px arial;
color: #000;
background-color: #ccc;
opacity:.50;
filter:alpha(opacity=50);
filter: “alpha(opacity=50)”;}