body {
	background-image:url(images/background.gif);
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
* {margin: 0px;padding: 0px;}
.clear{clear:both;}
#container {
	margin: 0px auto;
	text-align: left;
	width: 770px;
}
a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:768px;
	height:262px;
}
#menu {
	background-image:url(images/menu.jpg);
	background-repeat:no-repeat;
	width:768px;
	height:117px;
}
#menu ul{
	display:block;
	float:left;
	width: 750px;
	padding:20px 0 0 0 ;
}
#menu li{
	float:left;
	display:inline;
	padding: 0px 0px 0px 10px;
}
#menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #d8cd8d;
	text-decoration: none;
	text-transform:uppercase;
}
#menu a:hover{
	color:#3e3c27;
	text-decoration:underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #171508;
	padding:0px 10px; margin:0px;
}

h2{ padding:0px; margin:
0px; display:inline; padding: 0 10px}
h3{ display:block; padding:0 0 0 20px;}


/********************** Main ***************************/
#main {
	background-image:url(images/main_bg.gif);
	background-repeat: repeat-y;
	display:block;
	width:768px;
	height:auto;
}
#content {
	background-image:url(images/content_bg.gif);
	background-repeat: repeat-y;
	width:768px;
}
/********************** Left - Text ***************************/
#left {
	float:left;
	width:490px;
}
#left p{
	padding: 10px;
	text-align:justify;
}

.contactno		{ width:350px; float:left; color:#FFFFFF; font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-size:20px;
padding:20px 0; line-height:30px;}

.contactno span	{ width:300px; display:inline-block;}
#left a:hover{color:#d8cd8d;}

/********************** Right - Team ***************************/
#right {
	float:right;
	width:230px;
}
.member {
	display:inline;
	float:left;
	margin-left:10px;
}
.member a{
	font-size: 12px;
	font-weight: bold;
	color: #f5f1d1;
	text-decoration: none;
}
.member img{
	border: none 0px;
}
.member span{
	display:block;
	text-align:center;
	padding: 2px 0px 13px 0px;
	text-transform: uppercase;

}

.style13								{display:block; text-transform:capitalize; margin:0 0 0 30px;}
/********************** Footer ***************************/
#footer {
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	width:768px;
	height:97px;
	text-align:center;
	float:left;
	clear:both;
	padding:30px 0 0 0;
}
#footer ul{


}
#footer li{
	display:inline;
	float:none;
	text-align:center;
	padding: 0px 10px 0px 10px;
	border-right: solid 1px #908a68;
}
.lastchild{
	border-right: 0px none !important;
}
#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	color: #908a68;
	text-decoration: none;
}
#footer a:hover{text-decoration: underline;}
#footer span{
	font-size: 9px;
	font-weight: bold;
	color: #18160e;
	margin:10px;
	display:block;
}


.copy { padding:10px 0;}
