body {
	background: url('/assets/img/main-back.jpg');
	background-repeat: repeat-x;
	background-color: #F3F3F3;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}

#main {
	width: 850px;
	height: auto;
	margin: auto;
	position: relative;
	background: #FFF;
	font-family: Arial;
	border: 0px;
}

/* Structure */

#left {
	width: 566px;
	height: auto;
	float: left;
	background: #FFF;
	padding: 0px;
	border: 0px;
}

#right {
	width: 284px;
	height: 700px;
	float: left;
	background: #FFF;
	padding: 0px;
	border: 0px;
}

#footer {
	width: 835px;
	height: 15px;
	float: left;
	background: #D06F1A;
	text-align: right;
	font-size: 11px;
	padding: 5px 15px 0 5px;
	border: 0px;
}

/*-------------------------------------------------*/




/* LEFT Column Values */

#logo {
	width: 566px;
	height: 150px;
	float: left;
	background: url('/assets/img/logo.gif');
	padding: 0px;
	border: 0px;
	border-bottom: 50px solid #FFF;
}

#col-left {
	width: 185px;
	height: 500px;
	float: left;
	background: #D06F1A;
	padding: 0px;
	border: 0px;
}

#nav {
	width: 175px;
	height: 210px;
	float: left;
	background: url('/assets/img/nav-back.gif');
	font-size: 11px;
	padding: 0 0 0 10px;
	border: 0px;
}

#comments {
	width: 169px;
	height: auto;
	float: left;
	background:#fff;
	background: #D06F1A;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 8px 5px 8px;
	border: 0px;
}

#content {
	width: 351px;
	height: auto;
	float: right;
	background: url('/assets/img/content-back.gif');
	color: #333333;
	font-size: 11px;
	padding: 0 20px 0 10px;
	border: 0px;
}


/*-------------------------------------------------*/




/* RIGHT Column Values */

#one {
	width: 284px;
	height: 150px;
	float: left;
	padding: 0px;
	border: 0px;
}

	#one.home {background: url('/assets/img/sideimg/home-1.gif'); }
	#one.about {background: url('/assets/img/sideimg/about-1.gif'); }
	#one.services {background: url('/assets/img/sideimg/services-1.gif'); }
	#one.menus {background: url('/assets/img/sideimg/menus-1.gif'); }
	#one.contact {background: url('/assets/img/sideimg/contact-1.gif'); }
	#one.testimonials {background: url('/assets/img/sideimg/services-1.gif'); }

#two {
	width: 284px;
	float: left;
	padding: 0px;
	border: 0px;
}

	#two.home {height:150px; background: url('/assets/img/sideimg/home-2.gif'); }
	#two.about {height: 90px; background: url('/assets/img/sideimg/about-2.gif'); }
	#two.services {height:85px; background: url('/assets/img/sideimg/services-2.gif'); }
	#two.menus {height:47px; background: url('/assets/img/sideimg/menus-2.gif'); }
	#two.contact {height:47px; background: url('/assets/img/sideimg/contact-2.gif'); }
	#two.testimonials {height:85px; background: url('/assets/img/sideimg/services-2.gif'); }

#three {
	width: 284px;
	float: left;
	padding: 0px;
	border: 0px;
}

	#three.home {height:167px; background: url('/assets/img/sideimg/home-3.gif'); }
	#three.about {height:203px; background: url('/assets/img/sideimg/about-3.gif'); }
	#three.services {height:169px; background: url('/assets/img/sideimg/services-3.gif'); }
	#three.menus {height:196px; background: url('/assets/img/sideimg/menus-3.gif'); }
	#three.contact {height:160px; background: url('/assets/img/sideimg/contact-3.gif'); }
	#three.testimonials {height:169px; background: url('/assets/img/sideimg/services-3.gif'); }

#four {
	width: 284px;
	float: left;
	padding: 0px;
	border: 0px;
}

	#four.home {height:170px; background: url('/assets/img/sideimg/home-4.gif'); }
	#four.about {height:194px; background: url('/assets/img/sideimg/about-4.gif'); }
	#four.services {height:233px; background: url('/assets/img/sideimg/services-4.gif'); }
	#four.menus {height:244px; background: url('/assets/img/sideimg/menus-4.gif'); }
	#four.contact {height:280px; background: url('/assets/img/sideimg/contact-4.gif'); }
	#four.testimonials {height:233px; background: url('/assets/img/sideimg/services-4.gif'); }

/*-------------------------------------------------*/




/* NAV Values */

#nav a {float:left; margin:0px; display:block; height:21px; text-indent:0px; text-decoration:none; 	padding: 3px 0 7px 90px; border: 0px; border-bottom: 5px solid #FFF;}

		/* Home */
	#nav a.home_off:link, #nav a.home_off:visited {background:url('/assets/img/nav-buttons.jpg') no-repeat -4px -11px; color:#BCBDC1;}
	#nav a.home_off:hover {background:url('/assets/img/nav-buttons.jpg') no-repeat -216px -11px; color:#D06F1A;}
	#nav a.home_on:link, #nav a.home_on:visited, #nav a.home_on:hover {background:url('/assets/img/nav-buttons.jpg') no-repeat -216px -11px; color:#D06F1A;}
	
		/* About */
	#nav a.about_off:link, #nav a.about_off:visited {background:url('/assets/img/nav-buttons.jpg') no-repeat -1px -56px; color:#BCBDC1;}
	#nav a.about_off:hover {background:url('/assets/img/nav-buttons.jpg') no-repeat -211px -56px; color:#D06F1A;}
	#nav a.about_on:link, #nav a.about_on:visited, #nav a.about_on:hover {background:url('/assets/img/nav-buttons.jpg') no-repeat -211px -56px;	color:#D06F1A;}

		/* Services */
	#nav a.services_off:link, #nav a.services_off:visited {background:url('/assets/img/nav-buttons.jpg') no-repeat -1px -101px; color:#BCBDC1;}
	#nav a.services_off:hover {background:url('/assets/img/nav-buttons.jpg') no-repeat -211px -101px; color:#D06F1A;}
	#nav a.services_on:link, #nav a.services_on:visited, #nav a.services_on:hover {background:url('/assets/img/nav-buttons.jpg') no-repeat -211px -101px; color:#D06F1A;}
		
		/* Menus */
	#nav a.menus_off:link, #nav a.menus_off:visited {background:url('/assets/img/nav-buttons.jpg') no-repeat -1px -145px; color:#BCBDC1;}
	#nav a.menus_off:hover {background:url('/assets/img/nav-buttons.jpg') no-repeat -211px -143px; color:#D06F1A;}
	#nav a.menus_on:link, #nav a.menus_on:visited, #nav a.menus_on:hover {background:url('/assets/img/nav-buttons.jpg') no-repeat -211px -143px; color:#D06F1A;}

		/* Contact */
	#nav a.contact_off:link, #nav a.contact_off:visited {background:url('/assets/img/nav-buttons.jpg') no-repeat -1px -191px; color:#BCBDC1;}
	#nav a.contact_off:hover {background:url('/assets/img/nav-buttons.jpg') no-repeat -211px -191px; color:#D06F1A;}
	#nav a.contact_on:link, #nav a.contact_on:visited, #nav a.contact_on:hover {background:url('/assets/img/nav-buttons.jpg') no-repeat -211px -191px; color:#D06F1A;}
	
		/* Testimonials */
	#nav a.testimonials_off:link, #nav a.testimonials_off:visited {background:url('/assets/img/nav-buttons.jpg') no-repeat -1px -101px; color:#BCBDC1;}
	#nav a.testimonials_off:hover {background:url('/assets/img/nav-buttons.jpg') no-repeat -211px -191px; color:#D06F1A;}
	#nav a.testimonials_on:link, #nav a.testimonials_on:visited, #nav a.testimonials_on:hover {background:url('/assets/img/nav-buttons.jpg') no-repeat -211px -101px; color:#D06F1A;}

/*-------------------------------------------------*/




/* LINK Values */

a:link, a:visited {
	color: #D06F1A;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #D06F1A;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}


/* Font Values */

#comments h1 {
	font-family: Arial;
	/*color: #FFF;*/
	color:#000000;
	font-size: 11px;
	font-weight: normal;
}

h1 {
	color : #D06F1A;
	font-size: 25px;
	font-weight: bold;
 	padding: 0px;
}



