.top {
	background: #111;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 120px;
}











.divider {
	height: 6px;
	background-color: #333;
	background-image: url(images/stripe.gif);
	bottom: auto;
}
.studio-upper {
	background-color: #333333;
	height: auto;
	width: 800px;
}



.button {
	background-color: #191919;
	background-image: url(buttons/button1.gif);
}
.leftbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #777;
	text-decoration: none;
	padding-top: 25px;
	padding-left: 20px;
	text-align: left;
}
.leftboxheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
}

.button a {
	background: #191919 url(buttons/button1.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	line-height: 50px;
	padding: 0 20px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}
.button a:hover {
	background: #191919 url(buttons/button2.gif);
}

.links h1 {padding-top: 8px;}
.links ul {
	margin: 0;
	font-family: Calibri;
	font-size: 12px;
	font-weight: lighter;
	padding-left: 20px;
	padding-top: 20px;
}
.links li {
	background: url(buttons/links.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.links li a {
	color: #777;
	line-height: 2.4em;
	text-decoration: none;
	padding-left: 18px;
}
.links li a:hover {
	color: #BBB;
	padding-left: 20px;
}









/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(img/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}
.rightbox {
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #777;
	background-image: url(images/divider.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
