body {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#container {
	position:relative;
	left:50%;
	width:755px;
	margin-left:-377.5px;
	background-image: url(images/background_container.jpg);
}

#content {
	float:left;
	width:420px;
	padding-left:50px;
	padding-right:50px;
}

#right_column {
	float:right;
	width:215px;

	padding-right:20px
}

#footer {
	text-align: center;
}


img {
	border: 0px;
}


.header1 {
	font-family: "Arial", Verdana, Helvetica;
	font-size: 2.2em;
	color:#000000;
	font-weight: bold;
}


.header2 {
	font-family: "Verdana", Arial, Helvetica;
	font-size: 1.2em;
	color:#000000;
	font-weight: bolder;
}


.header3 {
	font-family: "Verdana", Arial, Helvetica;
	font-size: 1em;
	color:#73BE1B;
	font-weight: bolder;
}

.header4{
	font-family: "Verdana", Arial, Helvetica;
	font-size: 0.9em;
	color:#333333;
	font-weight: bolder;
}

.bodytext {
	font-family: "Verdana", Arial, Helvetica;
	font-size: 0.8em;
	color: #000000;
	line-height: 1.8em;
}

.righttext {
	font-family: "Verdana", Arial, Helvetica;
	font-size: 0.7em;
	color: #666666;
	line-height: 1.8em;
}

.rightlink {
	font-family: "Verdana", Arial, Helvetica;
	font-size: 0.9em;
	color:#73BE1B;
	font-weight: bolder;
	line-height: 1.8em;
}

a.rightlink:link, a.rightlink:visited {
	text-decoration: none;
	
			
}

a.rightlink:hover {
	text-decoration: underline;

	
}

.signup_form_bottom {
	background-image: url(images/submit_btn.jpg);
	width: 400px;
	height:106px;
	border: 0px;
	font-size: 0px;
	cursor:pointer;
	background-repeat: no-repeat;
}

.dropcap {
	float:left;
	color:#000000;
	font-size:6.0em;
	line-height:60px;
	padding-top:2px;
	font-family: "Verdana", Arial, Helvetica;
	font-weight:bolder;
} 

.quotes {
	float:left;
	font-size:6.4em;
	line-height:60px;
	padding-top:2px;
} 


.copyright {
	font-family: "Verdana", Arial, Helvetica;
	font-size: 0.6em;
	color: #999999;
}


.footer {
	font-family: "Verdana", Arial, Helvetica;
	font-size: 0.7em;
	color: #333333;
}

a.bottom_nav:link, a.bottom_nav:visited {
	text-decoration: none;
	color: #333333;
			
}

a.bottom_nav:hover {
	text-decoration: underline;
	color: #333333;
	
}

#table_contact {
	width: 100%;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #CCCCCC;
	border-right: 1px none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none;
}



