﻿*
{
padding: 0;
margin: 0;
}

body 
{
    background-color:#f3f3f3;
    font-family: Trebuchet MS, Arial,Verdana,Tahoma,sans-serif;
    margin-top:0px;
    margin-bottom:0px;
    color:#000;
    font-size:1em;
}

#wrapper
{
    margin:0 auto;
    width:1000px;
    background-image: url('images/sb.jpg');
    padding:0;
    border:0;
}
#wrappertop
{
    margin:0 auto;
    width:1000px;
    background-image: url('images/shadow_background.gif');
}
#page
{
    margin:0 auto;
    width:900px;
}
#content
{
	margin: 0 auto;
	width: 900px;
}
p
{
    font-size:1em;
    margin-bottom:1em;
    line-height:1.3em;
}

.clear
{
    clear:both;
}
p
{
    margin-bottom:5px;
    font-size:1em;
}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated element  */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

#endwrapper
{
    width:1000px;
    margin:0 auto;
    padding:0;
    border:0;
}
#endwrapper img
{
    border:0;
    padding:0;
    margin:0;
}
#topwrapper
{
    width:1000px;
    margin:0 auto;
    padding:0;
    border:0;
}
#fullbox
{
    width:896px;
    float:left;
    padding:2px 2px 2px 4px;
    margin-right:0px;
    margin-left:0px;
    padding-top:0px;
}
#fullbox h1
{
    color: #000;
    font-size:1.6em;
    padding:5px 0 5px 0;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:4px;
    font-weight:normal;
 }
#fullbox h2
{
    color: #000;
    font-size:1.6em;
    padding:5px 0 5px 0;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:4px;
    font-weight:normal;
 }
#fullbox img.left_no_border
{
    float:left;
    margin:0 10px 10px 0px;
    border:0;
}
#fullbox img.right_no_border
{
    float:right;
    margin:0 0 10px 10px;
    border:0;
}
#fullbox img.left
{
    float:left;
    border: 1px solid #999;
    margin:0 10px 10px 0px;
}
#fullbox img.right
{
    float:right;
    border: 1px solid #999;
    margin:0 0 10px 10px;
}
   
#fullbox img.basic
{
    float:right;
    border: 1px solid #000;
    margin-left:20px;
}

#fullbox img.home
{
    float:none;
}
#fullbox img.signature
{
    float:right;
    border: none;
    padding-right:100px;
}
#fullbox a
{
    color:#006bad;
    text-decoration:none;
}
#fullbox a:hover
{
    color:#006bad;
    text-decoration:underline;
}
#fullbox ul
{
    list-style: disc;
    padding-left:20px;
    margin-bottom:1em;
}
#fullbox li
{
    font-size:1em;
    margin-bottom:8px;
}
