body{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	width: 100%;
}

#main {
	width: 740px;
	vertical-align: top;
	text-align: center;
	margin: 0 auto;
	display: table;
}

#header {
	width: 740px;
	text-align: center;
	margin: 0 auto;
}


#leftcol {
	width: 465px;
	float: left;
	text-align: left;
}

.left-container {
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

#rightcol {
	width: 275px;
	float: right;
	text-align: left;
}

.right-container {
	text-align: left;
	vertical-align: top;
	margin: 10px 20px 10px 30px;
}


#footer {
	background-image: url(../images/foot_bg.png);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0 auto;
	height: 79px;
	width: 100%;
	padding: 30px;
	vertical-align: top;
	color: #FFFFFF;
}

.line{
border-bottom:1px dotted #A89D6D;
}

.line2{
	border-bottom:1px dotted #E3E3E3;
	width: 95%;
}

.clients{
	border:1px solid #5a5460;
}

/* -------------------------- LINKS FORMATIING -------------------------- */

A:link {color: #CE2400; Text-Decoration : None}
A:visited {color: #CE2400; Text-Decoration : None}
A:active {color: #CE2400; Text-Decoration: None}
A:hover { color: #9FC900; Text-Decoration : Underline}

/* -------------------------- FORMS FORMATIING -------------------------- */

.post { 
	font-family: verdana, arial, helvetica, sans-serif; 
	color:#000000; 
	background-color: #FFFFFF; 
	border: 1px solid #5a5460;
	font-size: 8pt;
}

.bot { 
	font-family: verdana, arial, helvetica, sans-serif; 
	color:#000000; 
	background-color: #F4F4F4; 
	border: 1px solid #5a5460;
	font-size: 8pt;
	width: 120px;
}

/* -------------------------- TEXT FORMATIING -------------------------- */
body,td,th,input {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #868686;
	font-style: normal;
	line-height: 14px;;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}


h1 {
	font-family: "Myriad", Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

h2 {
	font-family: "Myriad", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #8CB600;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

h3 {
	font-family: "Myriad", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #E6570B;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#footer-text {
	color: #FFFFFF;
}

.news-text {
	color: #E6570B;
}

.plan-price {
	color: #D21300;

{