body
{
   margin: 0px;
	font-family: Verdana, sans-serif;
	font-size: small;
	color: #383d44;
	background-color: #000;
}

#container{
  width:872px;
  background-color: #fff;
  margin: auto;
  padding: auto;
}

#content{
  margin: -70px 0px 10px 20px;
  width:500px;
  border: 0px solid #000;
}

#endsmallp{
	 padding-bottom: 300px;
}

#content img{
   border: 2px solid #D0E8F4;
	padding: 2px;
	margin-bottom: 10px;
}

.p_desc{
	color: #CB7F0A;
	font-size: 85%;
}

#sidebar{ 
  margin: 0px 0px 0px 0px;
  width:335px;
  height: 600px;
  float:right;
  border: 0px solid #000;
}

h3
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif; 	 	
	font-size: 190%;
	color: #555555;
	padding: 0px;
	margin: 0px;
	letter-spacing: -1px;
}

h5
{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 110%;
	color: #3399CC;
	padding: 0px;
	margin: 0px;
}

#sidebar h5
{
   margin-top: 10px;
	color: #6D8C13;
}

.dottedBar
{
	margin: 0px;
	color: #3399CC;
	font-size: 110%;
	letter-spacing: 7px;
	line-height: 2px;
	padding-bottom: 10px;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('images/bt_green1b.gif') no-repeat scroll top right;
    color: #444;
	 width: 282px;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 66px;
    margin-right: 6px;
    padding-right: 0px; /* sliding doors padding */
    text-decoration: none;
	 margin-bottom: 5px;
}

a.button span {
    background: transparent url('images/bt_green1a.gif') no-repeat;
    display: block;
    line-height: 10px;
    padding: 18px 0 18px 18px;
}

a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 18px 0 18px 18px; /* push text down 1px */
}

a.button2 {
    background: transparent url('images/bt_green2b.gif') no-repeat scroll top right;
    color: #444;
	 width: 282px;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 66px;
    margin-right: 6px;
    padding-right: 0px; /* sliding doors padding */
    text-decoration: none;
	 margin-bottom: 5px;
}

a.button2 span {
    background: transparent url('images/bt_green2a.gif') no-repeat;
    display: block;
    line-height: 10px;
    padding: 18px 0 18px 18px;
}

a.button2:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button2:hover span {
    background-position: bottom left;
    padding: 18px 0 18px 18px; /* push text down 1px */
}

a.button3 {
    background: transparent url('images/bt_green3b.gif') no-repeat scroll top right;
    color: #444;
	 width: 282px;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 66px;
    margin-right: 6px;
    padding-right: 0px; /* sliding doors padding */
    text-decoration: none;
	 margin-bottom: 5px;
}

a.button3 span {
    background: transparent url('images/bt_green3a.gif') no-repeat;
    display: block;
    line-height: 10px;
    padding: 18px 0 18px 18px;
}

a.button3:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button3:hover span {
    background-position: bottom left;
    padding: 18px 0 18px 18px; /* push text down 1px */
}