
 html {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
background:#000000; /*color background - only works in IE */
/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow:hidden; /*get rid of scroll bars in IE */
/* */
}

body {background-color:#000000;
background-image:url(../images/BenjaminAdapter.jpg);
background-position:top left;
background-repeat:no-repeat;
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
overflow:hidden; /*get rid of scroll bars in IE */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
}

h1 {
font-family: VistaSansMed, VistaSansAltMed;
font-size:24px;
line-height:1;
}

#search {
position:absolute;
top:0px;
right:18px;
height:30px;
padding-top:10px;
background-color:#000000;
display:block;
width:100%;
text-align:right;
z-index:2;
}

input {
background-color:#000000;
border:0px;
border-bottom:1px dashed #999966;
color:#999966;
font-family:Georgia, "Times New Roman", Times, serif;
}

textarea {
background-color:#000000;
border:0px;
border:1px dashed #999966;
color:#999966;
font-family:Georgia, "Times New Roman", Times, serif;
}

.highlight {
background-color:#FFFF00;
color:#000000}

#cord {position:absolute;
width:50px;
height:50px;
left:210px;
top:610px;
}

#menu {
position:absolute;
text-align:right;
width:200px;
top:395px;
left:20px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#999966;
line-height:1.5;
z-index:2;
}

#content {
display:block; /* set up as a block */
height:100%; /* set height to full page */
max-height:100%;
overflow:auto; /* add scroll bars as required */
padding-left:350px; /* pad left to avoid navigation div if required */
position:relative; /* set up relative positioning so that z-index will work */
z-index:1; /* allocate a suitable z-index */
font-family:Georgia, "Times New Roman", Times, serif;	
font-size:12px;
color:#999966;
line-height:2;

}

#text {
width:500px;
}

#text_image {
width:400px;
}

#content2 {
display:block; /* set up as a block */
height:100%; /* set height to full page */
max-height:100%;
overflow:auto; /* add scroll bars as required */
padding-left:350px; /* pad left to avoid navigation div if required */
position:relative; /* set up relative positioning so that z-index will work */
z-index:1; /* allocate a suitable z-index */
font-family:Georgia, "Times New Roman", Times, serif;	
font-size:12px;
color:#999966;
line-height:2;
}


#images {
position:absolute;
width:150px;
top:250px;
left:800px;
line-height:2;
}


a:link {
color:#999933;
}
a:active {
color:#999933;
}
a:hover {
color:#999933;
text-decoration:none;
}
a:visited {
color:#999933;

}

hr {
border:1px solid #4A4A45;
height:1px;
color:#4A4A45;
background-color:#4A4A45;
}

#pad {
padding-top:150px;
}