/*
      Created by Parag Dixit for SheepStop.com
	  E-mail : dixitparag@sheepstop.com
*/

* { padding: 0; margin: 0; }

body {
 font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
 text-align:center;
/* background-image:url('http://localhost/eclipse/sheepstop/gifs/ocean_blue_cloth_tex.jpg');*/
 background:#F0F0F0;
}

#wrapper {
width:922px;
margin-left:auto;
margin-right:auto;
background:white;  /*red - IE shows this incorrectly */
}

#floatwrap {
width:100%;
float:left;
background:white;  /* this is where the background does stretch */
}

#uppercolumn {
float:center;
text-align:center;
width:100%;
background:white;
padding-top:50px !important;
padding-top:40px;
font-size:18px;
}

#leftcolumn {
float:left;
text-align:left;
width:45.8%;
background:white;
padding-left:20px;
padding-right:10px;
padding-top:5px !important;
padding-top:5px;
/*border: 1px solid #ccc;*/
}

#rightcolumn {
float: right;
width: 45.8%;
background:white;
text-align:left;
padding-left:10px;
padding-right:20px;
padding-top:5px !important;
padding-top:5px;
}

#lowercolumn {
float:center;
text-align:left;
width: 100%;
background:white;
padding-right:20px;
padding-top:15px !important;
padding-top:15px;
}

#header {
/*border: 1px solid #ccc;*/
text-align: center;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:5px !important;
padding-bottom:0px;
margin:10px 0px 10px 0px;
height:120px;
width:97.7%;
background:white;
float:left; /* like <tr> */
}

#footer {
/*border: 1px solid #ccc;*/
text-align:center;
width:97.7%;
background:white;
padding:10px;
margin:0px 0px 0px 0px;
float:left; /* like <tr> */
}

p {
line-height:1.5em;
margin:0.5em 0;
}

p.formtext{
line-height:1.0em;
margin:0.5em 0;
font-size:14;
font-weight:bold;
}

a {text-decoration: none}

h3.red{
color:red;
}

h3.blue{
color:blue;
}

h4.red{
color:red;
}

h5.red{
color:red;
}

h6.red{
color:red;
}

div.right{
float:right;
text-align:left;
}

div.left{
float:left;
text-align:left;
}


