<html>
<head>
<title>Two Column CSS Layout with Header</title>
<style type="text/css">

body 
{ margin-top: 0;
  margin-bottom: 4;
  margin-left: 0;
  margin-right: 0;
  padding-left: 4;
  padding-right: 4;
}

#header {
  margin: 10px;
  padding: 0px;
  height: 210px;
}
#left {
background-color: #FFFFFF;

  left: 17px;
  top: 230px;
  width: 430px;
}
#center {
background-color: #FFFFFF;
  position: absolute;
  top: 240;
  margin-left: 450px;
  margin-right: 370px;
}


A:link
{ text-decoration: none; color:#ffcc33; }
A:visited
{ text-decoration: none; color:#ffcc33; }
A:active
{ text-decoration: none; color:#ffcc33; }
A:hover
{ text-decoration: underline overline;  color:# FF3399;}

body {
background-color: #FFFFFF;
background-image: url(layout/bgteenage05bright.jpg);
background-attachment: fixed;
}

{ 
  direction:;
  background-attachment:fixed; 
  scrollbar-arrow-color: FF3399;
  scrollbar-track-color: FFFFFF;
  scrollbar-face-color: ffffff;
  scrollbar-highlight-color: ffffff;
  scrollbar-3dlight-color: ffffff;
  scrollbar-darkshadow-color: ffffff;
  scrollbar-shadow-color: ffffff;
}


h1 {font-family: Times New Roman; 
color: #ff3399;
font-weight: bold;
font-size: x-small; }

h2 {font-family: tahoma; 
color: #ffcc33;
font-weight: bold;
font-size: small; }

h3 {font-family: Times New Roman;
color: #FF0099;
font-size: xx-small }

h4 {font-family: tahoma; 
color: #ff3399;
font-weight: bold;
font-size: small; }


p {font-family: tahoma;
color: #FF0099;
font-weight: normal;
font-size: x-small }

body
{font-family: tahoma;
font-weight: normal;
color: #FF0099;
font-size: 10pt; }



td
{ font-family: tahoma;
color: #ff99cc;
input, textarea
font-family: tahoma;
size: x-small;
color: #ff3399;
border-style: double; 
border-color: #FFFFFF;
border-width: 3; 
padding-left: 2px;
padding-right: 2px; 
padding-top: 2px; 
padding-bottom: 2px;
padding: 2px;
padding: 2px;}

input, textarea
{ background: #000000;
font-family: tahoma;
color: #FFFFFF;
border-style: dotted;
border-color: #FF0033;
border-width: 3px; }
