/* CSS Document */
body{
	background-image: url(images/background.jpg);
	background-color:#030808;
	background-repeat: repeat-x;
	margin:0px auto;
	padding:0px;
}
#menu_background{
	background-image:url(images/menu-bckgrnd.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:18px;
	color:#091615;
	font-weight: normal;

}
a.menu{
	text-decoration:none;
	color:#091615;
}
a.menu:hover{
	text-decoration:none;
	color:#a8fdf6;
}
#title_midtown{
	background-image:url(images/title-header-main.gif);
	background-repeat:no-repeat;
	margin:0px;
	padding:12px 0px 0px 28px;
	height:58px;
}
* html #title_midtown{ height:51px;}
#title_clients{
	background-image:url(images/title-bar-left.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	height:158px;
}
* html #title_clients{ height:146px;}
.content_background{
	background-image:url(images/main-body-bckgrnd.jpg);
	background-repeat:repeat-x;
	margin:0px;
}
h1{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:24px;
	color:#030707;
	margin:0px;
	padding:0px;
	font-weight:normal;
}
p.content{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	padding:5px 30px 0px 30px;
	color:#fefefe;
	text-align:justify;
	margin:0px;
}
#address{
	background-image:url(images/office-address.jpg);
	background-repeat:no-repeat;
	margin:0px;
}
p.add{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	padding:16px 44px 0px 28px;
	line-height:18px;
}
a.email{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#fff;
	padding-right:42px;
}
a.email:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#7efff1;
}
p.content_left{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	padding:0px 30px 5px 25px;
	color:#fff;
	text-align:justify;
	margin:0px;
}

#footer_bckgrnd{
	background-image:url(images/footer-bckgrnd.gif);
	background-repeat:no-repeat;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	font-weight:normal;
}
a.footer{
	text-decoration:none;
	color:#fff;
}
a.footer:hover{
	text-decoration:none;
	color:#7efff1;
}
#copyright{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	font-weight:normal;
}
