* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #333333;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/bodyback.jpg);
	background-repeat: repeat-x;
	background-position: left 150px;
}
#header {
	height: 120px;
	background-image: url(images/headerback.jpg);
	background-position: left center;
	position: relative;
}
#header h1 {
	width: 540px;
	height: 85px;
	font-size: 1px;
	background-image: url(images/fattrackstudios.png);
	color: #905712;
	position: absolute;
	left: 10px;
	top: 10px;
	text-indent: -1000px;
}
* html #header h1 {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/fattrackstudios.png", sizingMethod="crop"); 
}
#header h2 {
	width: 300px;
	height: 55px;
	font-size: 1px;
	background-image: url(images/hd3.png);
	float: right;
	margin: 65px 5px 0 0;
	display: inline;
	text-indent: -2000px;
}
* html #header h2 {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/hd3.png", sizingMethod="crop"); 
}
#nav {
	height: 30px;
	background-image: url(images/nav_bak.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #222222;
}
#nav ul {
	width: 50em;
	margin: 0 auto;
}
#nav li {
	list-style: none;
	float: left;
	border-left: 1px solid #999999;
	border-right: 1px solid #333333;
}
#nav a {
	display: block;
	width: 6em;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #FFFFCC;
	background-position: left top;
	background-image: url(images/nav_bak.jpg);
	font-weight: bold;
}
#nav a:hover {
	background-position: left bottom;
	color: #333333;
}
#Pg_home .home, #Pg_home .home:hover,
#Pg_studio .studio, #Pg_studio .studio:hover,
#Pg_clients .clients, #Pg_clients .clients:hover,
#Pg_rates .rates, #Pg_rates .rates:hover,
#Pg_terms .terms, #Pg_terms .terms:hover,
#Pg_links .links, #Pg_links .links:hover,
#Pg_gallery .gallery, #Pg_gallery .gallery:hover,
#Pg_contact .contact, #Pg_contact .contact:hover {
	background-position: left center;
	color: #6A3400;
	cursor: default;
}
.article_pic_left {
	width: 40%;
	margin: 20px auto;
	padding-right: 40%;
	background-repeat: no-repeat;
	background-position: 91% center;
}
.article_pic_right {
	width: 40%;
	margin: 20px auto;
	padding-left: 40%;
	background-repeat: no-repeat;
	background-position: 9% center;
}
.article_pic_bot {
	width: 80%;
	margin: 10px auto;
	padding-top: 250px;
	background-position: center top;
	background-repeat: no-repeat;
}
.box80 {
	width: 80%;
	margin: 0 auto;
}
#Pg_clients .box80 {
	padding-top: 150px;
	background-image: url(images/clients.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#Pg_rates .box80 {
	padding-top: 150px;
	background-image: url(images/room.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#Pg_terms .box80 {
	padding-top: 100px;
	background-image: url(images/studio_inuse.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#Pg_links .box80 {
	padding-top: 100px;
	background-image: url(images/studio_choir.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#Pg_contact .box80, #Pg_confirm .box80 {
	padding-top: 30px;
}

.egallink {
	display: block;
	width: 680px;
	height: 200px;
	margin: 0 auto;
	background-image: url(images/studiogear.jpg);
	font-size: 1px;
	color: #000000;
}





.chamfer {
	background: transparent;
	padding-bottom: -10px;
	position: relative;
}
.chamfer h3, .chamfer h4, .chamfer p, .chamfer dl {
	margin: 0 10px 10px;
}
.chamfer h3 {
	font-size:18px;
	color:#CCCCCC;
	text-align: center;
}
.chamfer h4 {
	font-size: 16px;
	margin-top: 10px;
}
.chamfer li {
	list-style-position: inside;
	margin-left: 10px;
}


.chamfer .top, .chamfer .bottom {display:block; background:transparent; font-size:2px;}
.chamfer .b1, .chamfer .b2, .chamfer .b3, .chamfer .b4, .chamfer .b5 {
	display:block;
	overflow:hidden;
	height:2px;
	background:#444;
	border-left:2px solid #CD8203;
	border-right:2px solid #CD8203;
}
.chamfer .b1 {margin:0 10px; background:#CD8203;}
.chamfer .b2 {margin:0 8px;}
.chamfer .b3 {margin:0 6px;}
.chamfer .b4 {margin:0 4px;}
.chamfer .b5 {margin:0 2px;}
.chamfer a {
	color: #FFCC00;
	text-decoration: none;
}
.chamfer a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}


.chamfer .boxcontent {
	display:block;
	background:#444;
	border-left:2px solid #CD8203;
	border-right:2px solid #CD8203;
	min-height: 0px;
	overflow: hidden;
}
* html .chamfer .boxcontent {
	height: 1%;
}
.left_group {
	float: left;
	width: 44%;
	padding-left: 5%;
	clear: left;
}
.right_group {
	float: right;
	width: 44%;
	padding-left: 5%;
}
#Pg_clients table {
	margin: 10px auto;
	border-collapse: collapse;
	display: block;
	width: 96%;
}
#Pg_clients th {
	width: 25%;
	padding: 2px 5px;
	text-align: left;
}
#Pg_clients td {
	padding: 2px 5px;
	border-left: 1px solid #666666;
	width: 54%;
}
#Pg_clients .right {
	width: 15%;
}


#Pg_clients caption {
	font-size: 18px;
	padding-bottom: 5px;
}
#Pg_clients .odd th, #Pg_clients .odd td {
	background-color: #333333;
}
fieldset {
	border: 0;
	padding-bottom: 10px;
}
label {
	float: left;
	width: 5em;
	text-align: right;
	margin-right: 5px;
}
input, textarea {
	background-color: #CCCCCC;
}
#address {
	display: none;
}

.hilite {
	background-color: #FFCC66;
}
.boxcontent  ul {
	padding-left: 1em;
}
.boxcontent  li {
	list-style-position: outside;
}
#footer {
	clear: both;
	font-size: 12px;
	color: #FFCC00;
	height: 1.5em;
	margin: 30px 10px 0;
}
#footer i {
	float: right;
	font-style: normal;
}
#footer a {
	color: #FFCC00;
}
#footer a:hover {
	text-decoration: none;
}
