body 
{ 
background-image: url('images/background.png'); 
scrollbar-3dlight-color:111111;
scrollbar-arrow-color:CCCCCC;
scrollbar-track-color:111111;
scrollbar-darkshadow-color:111111;
scrollbar-face-color:111111;
scrollbar-highlight-color:111111;
scrollbar-shadow-color:111111;
}

#base 
{ 
position: absolute; 
width: 750px; 
height: 500px; 
background-image: url('images/base.png'); 
}

#content 
{ 
position: absolute;
top: 65px; 
left: 40px; 
width: 370px; 
height: 295px; 
overflow: auto; 
font-size: 9pt; 
font-family: arial; 
color: #CCCCCC; 
}

#gallerylink 
{ 
position: absolute; 
top: 400px; 
left: 25px; 
}

#serviceslink 
{ 
position: absolute; 
top: 400px; 
left: 130px; 
}

#contactlink 
{ 
position: absolute; 
top: 400px; 
left: 230px; 
}

#linkslink 
{ 
position: absolute; 
top: 400px; 
left: 330px; 
}

#copyright 
{ 
position: absolute; 
top: 450px; 
left: 625px; 
font-size: 8pt; 
font-family: arial; 
color: #666666
}

table, tr, td 
{ 
font-size: 9pt; 
font-family: arial; 
color: #CCCCCC; 
}

a 
{ 
color: #999999; 
text-decoration: none; 
}

a:hover 
{ 
color: #FFFFFF; 
text-decoration: underline; 
}

h1 
{ 
font-size: 12pt; 
font-family: georgia;
color: #999999;
background: #111111;
margin: 0px;
padding: 2px 10px 2px 5px;
border-top: 1px solid #666666;
border-bottom: 1px solid #666666; 
}

.divider 
{ 
border-bottom: 1px dashed #666666; 
}

input
{
font-size: 9pt; 
font-family: arial;
color: #CCCCCC;
background: transparent;
border: 1px solid #666666
}

textarea
{
font-size: 9pt; 
font-family: arial;
color: #CCCCCC;
width: 300px;
height: 90px;
background: transparent;
border: 1px solid #666666
}

fieldset
{
border: transparent;
padding: 2px 5px 2px 5px;
}

legend
{ 
font-size: 12pt; 
font-family: georgia;
color: #CCCCCC;
margin: 0px;
padding: 2px 5px 2px 5px; 
}
