@charset "utf-8";
/* CSS Document */

/* Define body area */

body { background-color: #6e6a69; font-family: Verdana, Arial, Helvetica, sans-serif; color: #544e4e;}
#wrapper {
	background-color: #FFF;
	overflow: visible;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

/* Define main DIVs for site */
	
.clearfix { clear: both; font-size: 0px; height: 0px; border:none; }
#main_area {
	width:1024px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(../images/global/main_area2.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 960px;
	margin-bottom: 30px;
}
#header {
	float:right;
	width:800px;
	height:29px;
	padding-top:7px;
	padding-right:10px;
	margin-top: 350px;
}
#main_content {
	float:right;
	width:808px;
	margin-bottom: 30px;
	overflow: visible;
	background-color: #FFF;
	background-image: url(../images/global/main_contentTile.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
}
/* Define navigation */

#nav_area { position:relative; float:left; width:189px; height:184px; top:353px; left: 15px; }
#button_home a { display:block; width:189px; height:38px; background:url(../images/nav/home_button.jpg); }
#button_news a { display:block; width:189px; height:38px; background:url(../images/nav/button_news.jpg); }
#button_services a { display:block; width:189px; height:38px; background:url(../images/nav/button_services.jpg); }
#button_about_us a { display:block; width:189px; height:39px; background:url(../images/nav/button_about_us.jpg); }
#button_contact_us a { display:block; width:189px; height:32px; background:url(../images/nav/button_contact_us.jpg); }
/* Define fonts */

.header { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #544e4e; }
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	clear: both;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#footer_left {
	overflow:auto;
	float:left;
	padding-left:10px;
	color: #fff;
	width: 300px;
}
#footer_right {
	overflow:auto;
	float:right;
	padding-right:10px;
}
.content_heading { font-family: Tahoma; font-size: 24px; color: #544e4e; }
.paragraph_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #544e4e;
	text-align: left;
}
.style1 { font-size: 16px }
.pad { padding: 5px; }
/* Define links */

a:link { color: #e06371; text-decoration: none; font-weight: bold; }
a:visited { color: #e06371; text-decoration: none; font-weight: bold; }
a:hover { color: #ccc; text-decoration: none; font-weight: bold; }
a:active { color: #e06371; text-decoration: none; font-weight: bold; }

.ccc { background: #ccc; }
h2{font-size: 18px; padding: 0; margin: 0; color: #544E4E; font-family: tahoma;}

