﻿body {
margin:0px;
padding:0px; 
font-family:Arial;
background-color:#D3D3D3;
}

#header1{
 text-align:center;
 width:40%;
 height:150px;
 float:left;
 border-bottom-style:solid;
 border-bottom-width:thin;
 border-bottom-color:Gray;
}

#header2
{
 text-align:center;
 font-size:small;
 width:60%;
 height:150px;
 float:right;
 border-bottom-style:solid;
 border-bottom-width:thin;
 border-bottom-color:Gray;
}

#leftcolumn
{
 text-align:center;
 width:36%;
 height:400px;
 float:left;
 border-right-width:thin;
 border-right-style:solid;
 border-right-color:Gray;
 border-bottom-width:thin;
 border-bottom-style:solid;
 border-bottom-color:Gray;
}  

#rightcolumn
{
 text-align:center; 
 width:15%;
 height:400px;
 float:right;
 border-left-width:thin;
 border-left-style:solid;
 border-left-color:Gray;
 border-bottom-width:thin;
 border-bottom-style:solid;
 border-bottom-color:Gray;
}

#content1
{
 width:48%;
 height:400px;
 float:left;
 text-align:center;
 border-bottom-width:thin;
 border-bottom-style:solid;
 border-bottom-color:Gray;
}   

.TextBoxUpperCase
{
text-transform: uppercase;
}   