a:link, a:active, a:visited
{
color:#e79ca9;
cursor: default;
text-decoration: none;
border-bottom: 2px solid #fdda55;
}

a:hover
{
color:#2790dc;
text-decoration: none;
cursor: default;
border:none;
}

.sub
{
color: #e79ca9;
font-family: arial, sans-serif;
font-size: 10pt;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 2px;
}

.h
{
color: #2790dc;
font-family: arial;
font-size: 20pt;
letter-spacing: -1px;
text-transform: capitalize;
border-bottom: 2px solid #fdda55;
}

.b, b, bold
{
text-transform: lowercase;
color:#2790dc;
}

.i, i, italic
{
text-transform: lowercase;
color:#fdda55;
}

option
{
color: #e79ca9;
font: 8.5pt/15px georgia, sans-serif;
background: #fff;
}

select
{
color: #e79ca9;
font: 8.5pt/15px georgia, sans-serif;
background: #fff;
border: 2px solid #fdda55;
}

textarea, input
{
color: #2790dc;
font: 8.5pt/15px georgia, sans-serif;
border: 2px solid #fdda55;
background: #fff;
}

#nav
{
display: block;
width: 233px;
height: 150px;
background: url("images/one.jpg") no-repeat 0 0;
position: absolute;
left:27px;
top:180px;
}

#nav2
{
display: block;
width: 235px;
height: 150px;
background: url("images/one2.jpg") no-repeat 0 0;
position: absolute;
left:272px;
top:180px;
}

#nav3
{
display: block;
width: 235px;
height: 150px;
background: url("images/one3.jpg") no-repeat 0 0;
position: absolute;
left:520px;
top:180px;
}

#nav4
{
display: block;
width: 205px;
height: 150px;
background: url("images/one4.jpg") no-repeat 0 0;
position: absolute;
left:767px;
top:180px;
}

#nav:hover
{ 
background-position: 0 -150px;
}

#nav2:hover
{ 
background-position: 0 -150px;
}

#nav3:hover
{ 
background-position: 0 -150px;
}

#nav4:hover
{ 
background-position: 0 -150px;
}

.c
{
width:942px;
position:absolute;
left:18px;
top:330px;
background: #fff;
padding: 12px;
}

.top
{
position:absolute;
left:0px;
top:0px;
}

.up
{
background:url('images/up.jpg');

background-repeat:repeat-x;
position:absolute;
left:0px;
top:0px;
width:100%;
height: 200px;
}

body
{
color: #383c3e;
font: 8.5pt/15px georgia, sans-serif;
background:url('images/all.jpg');

cursor: default;
}