@charset "UTF-8";
/* CSS Document */

* { 
padding: 0; 
margin: 0; 
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: .8em;
line-height: 1.1em;
background:#FFF;
margin:auto;
}
p {
margin-top:.5em;
color:#666666;
}
a {
text-decoration:none;
}
#nav a {
color:#FF6633;
}
#nav a:visited {
color:#F4724E;
}
#nav a:hover {
color:#D33D16;
}
#nav a:active {
}
a img {
border: 0px;
}
#nav li {
text-decoration:none;
display:inline;
color:#FF6633;
}
h1 {
font-size:4em;
color:#E00E7A;
}
#container {
background:#FFF;
width:840px;/*was 770 - changed to 840 august 21 2008 to accomodate extra link*/
height:395px;
margin:auto;
margin-top:130px;
}
#images {
background:#FFF;
width:375px;/*was 375 - changed to 445 august 21 2008 to accomodate extra link*/
height:375px;
float:left;
}
#content {
background:#FFF;
width:445px;
height:395px;
float:right;
}
#table {
border-width: 0px 0px 0px 0px;
border-spacing: 5px;
border-style: none none none none;
border-color: white white white white;
border-collapse: separate;
background-color: white;
}
#header {
margin:45px 0 0 27px;
}
#nav {
margin:20px 0 0 30px;
}
#text {
margin:20px 15px 0 30px;
}
#text li {
text-decoration:none;
margin-left:10px;
color:#666;
list-style:none;
}
#text a {
color:#666;
}
#text ul {
margin-top:.5em;
}
/*		"sc_text" div added august 22 to resolve indentation preference for new studio/contact page. 		*/
#sc_text {
margin:20px 15px 0 30px;
}
#sc_text li {
text-decoration:none;
color:#666;
list-style:none;
}
#sc_text a {
color:#666;
}
#sc_text ul {
margin-top:.5em;
}
#footer {
margin:20px 0 0 30px;
}
#footer a {
color: #999;
text-decoration:none;
}
#footer p {
color: #999;
}
#logo {
background:url(/images/tenacious_logo.gif);
width:240px;
height:40px;
text-indent:-5000px;
}
