body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-top: 20px;
}
#theBox {
	width: 797px;
	border: 2px solid White;
	overflow: hidden;
	text-align: left;
	background-image: url(../images/bkgBox.jpg);
	background-position: left;
	background-repeat: repeat-y;
}
.sidebar {
	width: 185px;
	padding: 4pt;
	font-weight: bold;
	color: Black;	
}
.caption {
	margin-left: 40px;
	margin-right: 40px;
	padding: 4px;
	background-color: Gray;
	color: White;
	border: 2px solid #0787bd;
}
/* -------------------- */
#brand {
	background-image: url(../images/studio_1.jpg);
	height: 117px;
	background-position: left;
	background-repeat: no-repeat;
}
.pageTitle {
	margin-left: 270px;
	margin-top: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: White;
}
/* -------------------- */
#menu {
	text-align: right;
	margin-right: 10px;
	padding: 2pt;
}
a:link, a:visited { 
	font-weight: bold; 
	font-size: 8pt; 
	color: #d9015c;
	text-decoration: none;
}	
a:hover {
	color: White;
	text-decoration: none;
}
a:focus, a:active {
	color: White;
	text-decoration: none;
}
/* -------------------- */
dl#services {
	margin-top: 0;
	margin-left: 260px;
	padding: 4pt;
}
dt.serviceTitle {
	font-weight: bold;
/*	color: #70bb0f;*/
	color: #7da5b6;
	font-size: 10pt;
	margin-top: 5pt;
}
dd.serviceP {
	color: #b9b9b9; 
	font-size: 8pt; 
	font-weight: bold;
	padding: 1pt;
}
/* -------------------- */
#clients {
	margin-top: 0;
	margin-left: 260px;
	padding: 4pt;
}
#clients dt {
	font-weight: bold;
	color: #7da5b6;
	font-size: 10pt;
	margin-top: 5pt;	
}
#clients dd {
		padding: 1pt;
}
#clients a {
	font-weight: bold;
	font-size: 8pt;
	color: #b9b9b9;
	text-decoration: none;
}
#clients a:visited {
	color: #b9b9b9;
}
#clients a:hover {
	color: White;
}

/* -------------------- */
#copyright {
	font-size: 7pt;
	color: Silver;
	text-align: center;
	font-weight: bold;
	padding-top: 6pt;
}

#aBox {
	width: 185px;
	padding: 6px;
	float: right;
	margin: 10px 50px 0 0;
	background-color: #ffffff;
}

#aBox p {
	margin: 0;
	padding: 0;
	font-size: 10pt;
}
