/* CSS Document */

body {
	background:url(../images/backgrounds/body.gif) top center no-repeat;
	margin:0;
	font:76% Tahoma;
	color:#333;
}

#wrapper {
	width:760px;
	margin:0 auto;
}

#header {}

#header h1 {
	width:228px;
	height:55px;
	background:url(../images/title2.jpg) top no-repeat;
	margin:10px auto;
}
#header h1 span {
	visibility:hidden;
}

#header h2 {
	width:695;
	height:59px;
	background:url(../images/tagline3.gif) top no-repeat;
	margin:10px auto;
}
#header h2 span {
	visibility:hidden;
}

.sign-up { /*SIGN UP BUTTON STYLES */
	text-align:center; /*ALIGN THE BUTTON CENTRALLY */
	padding:10px 0 0 0;
}
.sign-up img {
	border:none;
}

#container { /*TEXT AND IMAGES ARE WITHIN THIS CONTAINER */
	width:420px;
	margin:0 auto;
	padding:10px 0 0 0;
}
#container #leftcol { /*THE LEFT COLUMN (IMAGES) */
	width:190px;
	float:left;
}

#container #rightcol { /* THE RIGHT COLUMN (TEXT) */
	/*margin:0 0 0 200px;*/
	padding:10px;
	margin: 0 auto;
	width:240px;
	background:url(../images/separator.png) top center no-repeat;
}

#rightcol h1.quickfacts {
	background:url(../images/quick_facts.png) center no-repeat;
	margin:0 0 0px 0;
	padding:40px 0 0 0;
}
#rightcol h1.quickfacts span {
	visibility:hidden;
}

h2 {
	font-size:110%;
	font-weight:bold;
	padding:0px;
	margin: 20px 0px 0px 0px;
}
#rightcol .bottom { /* THE CATERPILLAR IMAGE */
	height:50px;
	/*background:url(../images/backgrounds/slug.jpg) center no-repeat;*/
}


#sign_up { /* THE SIGN UP TEXT AT THE BOTTOM OF THE PAGE */
	font:200% Trebuchet MS;
	color:#99CC33;
	text-align:center;
	padding:40px 0 0 0;
	clear:both;
}
#sign_up a {
	color:#006600;
}

#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	padding:20px 0 20px 0;
}
ul
{
    margin:9px;
    padding:0px;
}

li
{
    list-style:square;
    padding-top:5px;
}

#leftcol a img{
  
    border:none;
}

#left
{
    margin: 0px 0px 20px 0px;
    float:left;
    width:120px;
    text-align:center;
    color:#999999;
}


#right
{
    margin: 0px 0px 20px 0px;
    float:right;
    width:120px;
    text-align:center;
    color:#999999;
    
}

#footer a
{
    color:#000000;
}
#footer a:visited
{
    color:#000000;
}

/* remove FF outline*/
:link:focus, :visited:focus {-moz-outline:0px;}

