body {
background: url(bg.jpg) repeat-y;
background-color: #8e8e8e;
font-family:Tahoma;
font-size: 9pt;
color: #4e4e4e;
}

#head {
position: absolute;
width: 480px;
top: 10px;
left: 30px;
font-family: Georgia;
font-style:italic;
font-size: 40pt;
color: #4e4e4e;
text-align: right;
letter-spacing: 5px;
}

e {
color: #E4317F; 
font-family: arial;
text-transform: uppercase;
letter-spacing: 5px;
font-size: 10pt;
font-style: normal;
}

#content {
position: absolute;
width: 480px;
top: 90px;
left: 30px;
}

#navigation {
position: absolute;
width: 150px;
top: 20px;
left: 550px;
}

#navigation a, #navigation a:visited {
display: block;
text-align: left;
text-decoration:none;
text-transform:uppercase;
font-family: century gothic;
padding-left: 20px;
font-size:10px;
line-height:13px;
color: #c5ff4c;
margin-bottom:4px;
background-color:#8e8e8e;
cursor: default;
}

#navigation a:hover {
background-color:#888888;
}

h1 {
font-family: Courier New;
font-size: 20pt;
font-weight: normal;
color: #4EE2EC;
border-right: 20px solid #999999;
margin: 20px 0px 0px 0px;
line-height: 15px;
text-align: right;
padding-right: 50px;
letter-spacing: 5px;
background-color: #8e8e8e;
} 

h2 {
font-family: Courier New;
font-size: 12pt;
font-weight: normal;
color: #a5a2a2;
margin: 20px 0px 0px 0px;
line-height: 13px;
text-align: center;
letter-spacing: 5px;
} 

.one { border: 4px solid #4EE2EC; }
.two { border: 4px solid #c5ff4c; }
.three { border: 4px solid #E4317F; }
.four { border: 4px solid #FBB917; }

b,strong{ color:#4EE2EC; }
i, em{ color:#c5ff4c; }
u { color: #6d6d6d; text-decoration: none; border-bottom: 2px solid #E4317F;}
s, strike{ color: #FBB917;}

A:link{ text-decoration: none; color:#E4317F; }
A:visited{ text-decoration: none; color:#E4317F; }
A:hover{ text-decoration: none; color:#606060; }

textarea{
color: #2e2e2e;
border: 0px;
background: url(transparent.png);
}

select, input{
color: #2e2e2e;
border: 0px;
background: url(transparent.png);
}