body {
		padding: 0px;
		margin: 0px;
		font-family: "Tahoma","Arial",sans-serif;
		font-size: 14pt;
		background:url('http://www.mtwstudios.com/images/background-bw-gradient.png') repeat-x;
}

#wrap1 {
		width:800px;
		margin-right:auto;
		margin-left:auto;
		margin-top: 0;
		padding:0px;
		text-align:left;
}
#headerprintbanner {
display:none;
}
#headerwrap {
		height: 150px;
		font-size: 50px;
		line-height: 50px;
		background-image:url('http://www.mtwstudios.com/images/mtwstudios-header.png');
}
#linkbar_wrapper {
margin-left:auto;
margin-right:auto;
border-top: 1px solid #999;
z-index: 1;
font-size:12px; 
}

 #linkbar_wrapper ul {
list-style-type: none;
text-align: center;
 margin-top: -8px;
padding: 0;
position:relative;
z-index: 2;
}

 #linkbar_wrapper li {
display: inline;
text-align: center;
margin: 0 12px;
}

 #linkbar_wrapper li a {
padding: 1px 7px;
color: #666;
background-color: #fff;
border: 1px solid #ccc;
text-decoration: none;
}

 #linkbar_wrapper li a:hover{
color: #000;
border: 1px solid #666;
}

#content_wrapper {
font-size:.8em
		}
		
#footer {
clear:both;
margin-top:20px;
padding:1em;
color: #CCCCCC;
text-align:center;
font-size:12px;
background:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.12, rgb(255,255,255)),
    color-stop(0.78, rgb(240,240,240))
);
background: -moz-linear-gradient(
    center bottom,
    rgb(255,255,255) 12%,
    rgb(240,240,240) 78%
);
border-top:1px solid #dddddd;
}
#footer:hover {
    color:#bbbbbb;
}

#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #777;
	text-decoration: underline;
}

h1 {
	border: 1px solid #999999;
	text-align: center;
	margin-top: 1px;
	padding: 3px;
	font-size: 2em
	}
h2 {
	border: solid 1px #cccccc;
	background-color: #eeeeee;
	padding: 3px;
	color: #414141;
	margin-top: 0;
	margin-bottom: 0;
	font-size:1.2em
}
h2 a {
	color: #999;
	text-decoration: none;
}
h2 a:hover {
	color: #777;
	text-decoration: underline;
}
h3 {
	border-bottom: 1px solid #000000;
}

.floater-right {
font-size:.9em;
line-height:1.5em;
float:right;
clear:right;
padding:3px 5px 5px 5px;
margin:0px 5px 0px 5px;
background: url('/images/floater-grad.jpg') repeat-x;
border: 1px #DDDDDD solid;
width: 250px
}

.floater-right h3{
overflow: hidden;
font-size:14px;
color:#FFF;
padding:0px 0px 8px 0px;
margin:0px;
text-align:center;
border:0;
}

.contact_badge {
  float:left; 
  padding:1em;
}
