body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#534a5e;
	background:#fff top  center repeat-x url('../images/bg.jpg');
	margin:0;
	padding:0;
}

/********************************************************************************************** GLOABAL STYLES */
h1{ font-size:36px; padding-bottom:10px;color:#FD8701;}
h2{ font-size:26px; padding-bottom:10px;color:#FD8701;}
h3{ font-size:20px; padding-bottom:10px;color:#FD8701; letter-spacing:1px;}
h4{ font-size:15px; padding-bottom:10px;color:#FD8701;}
h5{ font-size:13px; padding-bottom:10px;color:#FD8701;}
h6{ font-size:10px; color:#466167; padding-bottom:0px; font-weight:bold;}

a{ color:#FC8600;}
a:hover{ color: #afb3f2;}
small, .small{ font-size:11px;}
b, strong{ font-weight:bold;}
i, em{
	font-style:italic;
	}
p{ padding:10px 0px; line-height:23px;}

	
#main_container{
	display:block;
	position:relative;
	width:960px;
	background:#FFF;
	padding:0px 10px;
	margin:0px auto;
	}

/********************************************************************************************** GENERAL STYLES */
.header_container{
	display:block;
	width:960px;
	height:148px;
	margin:0px auto;
	position:relative;
	}
.home-back{ display:block; width:260px; height:27px; color:#FFF; text-decoration:none; padding:12px 0px 0px 50px;}
.logo_wrap{
	display:block;
	width:219px;
	height:70px;
	background:#fff top center no-repeat url('../images/logo.jpg');
	position:absolute;
	top:20px;
	left:10px;
	}
.menu_bar{
	display:block;
	width:960px;
	height:39px;
	background:#fff top center no-repeat url('../images/menu-bar.jpg');
	position:absolute;
	bottom:0px;
	left:0px;
	}
.content_container{
	display:block;
	width:960px;
	margin:0px auto;
	padding:30px 0px;
	position:relative;
	}
.footer_container{
	display:block;
	width:960px;
	height:150px;
	padding:40px 0 0 0;
	font-size:12px;
	line-height:19px;
	background:#fff top center no-repeat url('../images/footer-bar.jpg');
	}