html, body {
cursor:url(cursors/pointer.cur), default;
background-repeat:no-repeat;
background-position:top center;
background-color:#000000;
color:#999999;
font-family: Palatino Linotype;
}

A:link, A:visited {
color:#CC0000;
text-decoration:none;
cursor:url(cursors/link.cur), default;
}

A:active, A:hover {
color:#FF0000;
text-decoration:underline overline;
cursor:url(cursors/link.cur), default;
}

p {
cursor:url(cursors/pointer.cur), default;
}

.vscrollerbar, .hscrollerbar {
z-index: 3;
}

#test1 {
width: 200px;
height: 460px;
overflow: hidden;
position: absolute;
}

#test1 .vscrollerbarbeg {
background:url(images/spacer.gif);
width: 15px;
height: auto;
}

#test1 .vscrollerbarend {
background:url(images/spacer.gif);
width: 15px;
height: 10px;
}

#test1 .vscrollerbase {
width: 15px;
background:url(images/spacer.gif);
}

#test1 .vscrollerbar {
background:url(images/spacer.gif);
padding: 0px;
}

#test1 .vscrollerbasebeg, #test1 .vscrollerbaseend {
background:url(images/spacer.gif);
}

#test2 {
width: 480px;
height: 470px;
padding: 20px;
overflow: hidden;
position: relative;
}

#test2 .vscrollerbarbeg {
background:url(images/spacer.gif);
width: 15px;
height: auto;
}

#test2 .vscrollerbarend {
background:url(images/spacer.gif);
width: 15px;
height: 10px;
}

#test2 .vscrollerbase {
width: 15px;
background:url(images/spacer.gif);
}

#test2 .vscrollerbar {
background:url(images/spacer.gif);
padding: 0px;
}

#test2 .vscrollerbasebeg, #test2 .vscrollerbaseend {
background:url(images/spacer.gif);
}

input {
background:url(space.gif);
color: #999999;
font-family: Palatino Linotype;
border-color: #999999;
cursor:url(cursors/link.cur), default;
}

textarea {
background:url(spacer.gif);
color:#999999;
font-family: Palatino Linotype;
border-color: #999999;
cursor:url(cursors/link.cur), default;
}

#wrapper {
width: 100%;
border: none;
}

.row {
clear: both;
display: block;
width: 100%;
}

.column1 {
float: left;
width: 23%;
margin: 0;
}

.column2 {
float: left;
width: 24%;
margin: 0;
}

.column3 {
float: right;
width: 39%;
margin: 0;
}

.column4 {
float: right;
width: 12%;
margin: 0;
}

.column5 {
float: left;
width: 74%;
margin: 0;
}

.column6 {
float: right;
width: 15%;
margin: 0;
}

.column7 {
float: right;
width: 10%;
margin: 0;
}