*
{
   border: 0px none;
   margin: 0px;
   padding: 0px;
}
h1
{
	   font-size: 2em;
   color: #537DB3;
   font-style:italic;
   margin: 35px 10px;	
	
}

h2
{
	 font-size: 1.3em;
/*	background: #800;/* It used to be 900*/
	 color: #000;
	 font-style:italic;
   margin: 5px 20px;	
	 padding: 5px;
}

p
{
   margin: 5px 0;
}
td
{
border: 0 none;
padding: 5px;
}

a, a:hover, a:visited
{
color: #93bDeF;
font-size: 1em;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}

a:visited
{
color: #739DcF;

}


/**********************


***************************************************/
body, html 
	{	
	background: #3C3C3C url(images/background.jpg) repeat-x;
	background-image: url(images/background.jpg); 
            background-repeat: repeat-x;
 /* background-attachment:fixed;*/
  background-position: 0 115px; 
	color: #000;
 	font-size: 12px;
 	font-family: verdana,arial,helvetica,sans-serif;
 	font-weight: normal;


	}
	

	
#page_container
	{

	border-bottom: 0px;
	height: auto;
	margin: 0 auto;
	width:  756px;
	}	
#header
	{
	
	color: #fff;
	background: #fff url(images/headerback.jpg) no-repeat;
	
	/*border-bottom: 1px solid #aff;*/
	/*width: 850px;*/
	/*min-height: 300px;*/
	width: 756px;
	height: 342px;
	padding: 0px;
/*	border: 1px solid #fff;*/
	}

  
#content
{
   background: #fff url(images/content.jpg) repeat-y;
   padding: 10px;
   margin-left: 24px;
 /* border: 1px solid #f00;*/
  width: 736px;
}

#content ul{margin:2em 26px;	}
#content li{list-style:none;margin:0;padding:.5em 0 .5em 15px;background:url(../images/bullet.gif) no-repeat 0 50%;}

#button {
  margin: 0;
  
  border: 1px solid #aaa;
  position: relative;
  background: #333;
  top: 200px;
  left: 270px;
  min-height: 32px;/*63px for 8 buttons*/
  height: auto;
  padding: 6px;
  padding-top: 5px;
  color: #333;
  text-align: center;
  width: 450px;

}

#button ul 
{
    margin: 0px;
    padding: 0px;

}
		
#button ul li 
{
    display: inline;
}

#button ul li a {
    display: block;
    float: left;
    padding: 6px 4px;
    background: #444 url(images/button.jpg) repeat-x;
    border: 1px solid #777;
    color: #B3DDFF;
    margin-left: 2px;
    margin-top: 2px;
    text-decoration: none;
    width: 100px;
    font-size: 12px;
    font-weight: bold;

}

	

#button ul li a:hover {
background: #444 url(images/button_2.jpg) repeat-x;
color: #93bDeF;
border: 1px solid #000;
    text-decoration: none;
		}
	


#bottom
{
background: #000 url(images/bottom.jpg) no-repeat;
  background-position: -11px 0px;
/*border: 1px solid #ff0;*/
color: #fff;
min-height: 11em;
height: auto;
clear: both;
margin: 0px;
margin-top: 0px;
padding: 0px;
padding-left: 40px;
padding-top: 30px;
}

html>body #bottom
{
height: 7.5em;
}
/*
#bottom a, #bottom a:visited
{
color: #fff;
font-size: 11px;
}

#bottom a:hover
{
color: #fff;
font-size: 11px;
}
*/
#bottom ul
{
	margin: 0px;
	text-align: left;
}

#bottom ul li
{
	display: inline;
	margin: 10px;
}
#bottom ul li a, #bottom ul li a:hover, #bottom ul li a:visited
{
	font-size: 11px;
	font-weight: bold;
}



