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

#announcements {
	background: transparent url(../images/divider.png) no-repeat;
	width:250px;
	height:820px;
	float:right;
}

#a p {
	padding:20px;
}

#a h1{ 
	text-align:center;
}

#banner {
 	position:relative;
	left:250px;
	top:20px;
}

#servicesMenu {
	font-size:14px;
	position:relative;
	width:150px;
	left:300px;
	top:50px;
	text-align:center;
	
}

#servicesMenu ul li { 
list-style:none;
}

	
#courierContent, #notaryContent, #designContent, #resumeContent {
	font-size:13px;
	font-weight:bold;
	position:relative;
	top:60px;
	left:50px;
	width:654px;
	height:334px;
	padding:20px;
	magin-top:50px;
	margin-bottom:15px;
	background:url(../images/contentBg.png) no-repeat;
} 

#courierContent {
	font-size:13px;
	font-weight:bold;
	position:relative;
	top:60px;
	left:50px;
	width:654px;
	height:334px;
	padding:20px;
	magin-top:50px;
	margin-bottom:15px;
	background:url(../images/PG-Mailer.jpg) no-repeat center;
} 

.red {
	color:#F00;
	font-size:16px;
}

.top {
	font-size:10px;
	color:#666;
	position:relative;
	left:70px; 
	top:10px;
}

.width { 
	width:640px;
}

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


html {
	margin: 0;
	padding: 0;
}

body { 
	 margin: 0 auto;
	 padding:0;
     background:url(../images/carbon-fiber.jpg);
	 font-family:Arial, Helvetica, sans-serif;
}

#container { 
	background:url(../images/bg-city.jpg) no-repeat bottom right;
	background-color:#FFF;
	margin: 0 auto;
	width:1000px;
	height:1200px;
	padding:0px;
	border:#333 solid 1px;
}

#menu { background: transparent url(../images/menu-bg.jpg) no-repeat; 
width:1000px; 
height:56px; 
text-align:center;
}

#m {
	position:relative;
	top:7px;
}

#menu a:link { 
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFF; 
font-weight:bold;
text-decoration:none;
letter-spacing:4px;
}


#menu a:visited {  
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF; 
	font-weight:bold;
	text-decoration:none;
	letter-spacing:4px; 
	color:#FFF;
	}
	
#menu a:hover, a:active { 
	 
	color:#000;
	}

#footer {
	  background-color:#000;
	  margin: 0 auto;
	  background-position:bottom;
	  position:relative;	  
	  bottom:0px;
	  width:1000px;
	  height:40px;
	  
}

#footer p, #footer a{ 
	  font: 12px Arial, Helvetica, sans-serif; 
	  font-weight:bold;	
	  color:#FF0;
	  padding-left:25px;
	  text-decoration:none;  
}