BODY {
	margin: 0px;
	padding: 0px;
	font: 100% Arial, Helvetica, sans-serif;
	color: #000;
}
#main-body {
	margin-top: 0px;
	padding: 0px;
}
h1, h2, h3, h4 {font-weight: lighter;}
h1 {font-size: 2.2em; color: #FF6600;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.6em;}
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1em;}

	
/* LOGO & NAVIGATION */
#logo-nav {}
#logo {
	padding-left: 25px;
}

#nav {
	visibility: hidden;
}


/* BIG CONTAINER */
#BigContainer {
}

/* TOP BANNER */

#TopBanner {
}
#TopBanner img {
}
/* CONTENT */
#ContainerContent{ 
}
#MainContent{
	font-size: 1em;
}
#SideContent{
	visibility: hidden;
	overflow: hidden;
	height: 1px;
	width: 1px;
}
#news{
	margin-top: 5px;
	border-top: 1px solid #AFB4B7;
	font-size: 1em;
}

#MainContent1{
	font-size: 1em;
}

/* ROUND BOX */
.bkg {}
.bl {background: url(images/round-bl.png) no-repeat 0 100%; }
.br {background: url(images/round-br.png) 100% 100% no-repeat}
.tl {background: url(images/round-tl.png) 0 0 no-repeat}
.tr {background: url(images/round-tr.png) 100% 0 no-repeat; padding: 5px 10px 10px 20px}
#BoxDivider{
	height: 1px;
	clear: both;
}

/* FOOTER */
#ContainerFooter{
	padding: 5px 5px;
	clear: both;
}
#services{	border-top: 1px solid #AFB4B7;
	font-size: 1.2em;
}
#testimonials{
	font-size: 1em;
}
#ServicesList a {
	text-decoration: none;
}

/* FOOTER Navigation & Copyright */
#ContainerCopyright {
	clear: both;
	padding: 5px 5px;
}

#footer-nav {
	visibility: hidden;
}


/* TEXT FORMATING */
.clearer {
	font-size: 1px; 
	height: 1px;
	clear: both;
}
div.button a {
	visibility: hidden;
}
div.button a span {
	visibility: hidden;
}
a.learn {
	visibility: hidden;
}
.notes {color:#333;}

