body {
	
	background:#b6b6b6 url(http://www.studio77.com/TS/images/gradient_back.gif) repeat-x;
	margin-top: 52px;
	margin-left: auto;
    margin-right: auto;
	width: 767px;
}

/* @group Headers */

h1 {
	font: 22pt "Tahoma", Helvetica, Geneva, sans-serif;
	color: #0084dc;
	font-weight: bold;
	margin-bottom: 8px;
	letter-spacing: 0px;
}

h2 {
	font: 13pt "Tahoma", Helvetica, Geneva, sans-serif;
	color: black;
	margin: 0 0 9px;
	font-weight: bold;
	line-height: 21px;
	letter-spacing: 0px;
	
}


h3 {
	font: 9pt "Tahoma", Helvetica, Geneva, sans-serif;
	font-weight: bold;
	margin-top: -10px;
	margin-bottom: 10px;
	letter-spacing: 0px;
}

h3 span {
	
	color: #a3a3a3;
}

/* @end */

/* @group Content */

#content {
	background: url(http://www.studio77.com/TS/images/contact_monitor.gif) no-repeat;
	margin: 0 auto 0 auto;
	min-height: 400px;
	padding: 7px 0px 0px 370px;
	
}

#header{
	background: url(http://www.studio77.com/TS/images/contact_income_logo.gif) no-repeat;
	display: block;
	min-height: 119px;
	width: 50%;
	margin-left: auto;
    margin-right: auto;
	
}

#footer {
	color: #dc6912;
	margin-left: auto;
	margin-right: auto;
    text-align: center;
    
}

img.footer_logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a.email:link {
	color: black;
	text-decoration: none;
}

a.email:visited {
	color: black;
	text-decoration: none;
}

a.email:hover {
	color: black;
	text-decoration: underline;
}


a.link:link {
	color: #dc6912;
	text-decoration: none;
}
a.link:visited {
	color: #dc6912;
	text-decoration: none;
}
a.link:hover {
	color: #f96100;
	text-decoration: underline;
	
}