body
{
   margin: 0;
   padding: 0;
   color: #333;
   font: 13px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
   background: #fff;
}
#container
    {
    margin: 0 auto;
    width: 777px;
    /* position: left; */
    background: #fff;
    padding: 0 0px 0 0px;
    background: url("/images/background4.jpg") top left repeat-y;  
}
* html #container
    {
    width: 744px;
    w\idth: 724px;
}
a:link { 
	text-decoration: none; 
	color: #fff;
	}
a:visited { 
	text-decoration: underline; 
	color: #fff;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #fff;
	}

#content 
{
    position: relative; 
    top: -50px; 
    /* margin-top: -50px; */
    margin-left: 100px;
    border: 1px solid #fff; 
    background-color: #fff; 
    padding: 5px;
    width: 570px;
    background: url("/images/backgroundm.jpg") top left repeat;
}
#content input,textarea {
	background-color: #ffffe3;
}
	
#content a {
	text-decoration: underline;
	color: #000;

}

#navtop
{
	position: relative;
	top: -60px;
	text-align: center;
	
}
#navigation
{
    position: absolute; 
    left: 60px; 
    margin-top: -10px;
    padding-left: 5px;
    
}

#navigation li
{
    /* list-style: none; */
    list-style-image: url("/images/pebble.gif");    
    /* border: 1px dashed #fff; */
    /* width: 180px; */
/*    background: url("/backgroundm.jpg") top left; */
    text-align: left;
    padding-left: 5px;
}

#pageHeader
{
}

#pageHeader h1
{
    background: url("/images/title5.jpg");
    padding: 0 10px 0 10px; 
    width: 777px;
    height: 344px;
/*    overflow: hidden; */
    margin: 0;
}
#pageHeader h2
{
    background: url("/images/background2.jpg");
    width: 777px;
    height: 87px;
    margin: 0;
}
#pageHeader h2 span
{
    display: none;
}

#pageHeader h1 span
{
    display: none;
}
#pageFooter p
{
        position: absolute;	
	text-align: left;
	top: 50px;
}
	
#pageFooter h1
{
	background: url("/images/footer.jpg");
	width: 777px;
	height: 84px;
	margin: 0;

}
#pageFooter h1 span
{
	display: none;
}
	
.border {
  float:left;
  background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.border img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}

#mainleft {
    position: relative;
    padding: 5px;
    width: 400px;
}

#mainright {
    position: absolute;
    left: 410px;
    width: 165px;
    top: 90px;
    text-align: center;
}
.style1 {
	border-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.style2 {
	border-color: black;
	border-top-style: solid;
	border-top-width: 1px;
}


