/* @override http://tzisoftware/media/css/master.css */

/* @group General */

body {
   background: #0e0e0e;
   padding: 0;
   margin: 0;
   font-family: "Lucida Grande", Helvetica, sans-serif;
}

#container {
   background: white;
   height: 100%;
   width: 100%;
}

a {
   color: #626061;
}

h1 {
   font-size: 2.0em;
   color: black;
   padding-top: 15px;
   margin-bottom: 90px;
}

h2, h3 {
   font-size: 1.0em;
   color: #414141;
}

.clear {
   clear: both;
}

img {
   border: 0;
}

/****************************
 **   General
 ****************************/



/* @end */

/* @group Layout */

/****************************
 **   Layout
 ****************************/

#header {
   width: 100%;
   height: 218px;
   text-align: center;
   background: url(../images/header.jpg) repeat-x;
}

#logos {
   background: url(../images/logos.png) no-repeat;
   width: 544px;
   height: 107px;
   margin: 0 auto;
   position: relative;
   top: 38px;
}

#footer {
   background: url(../images/footer.jpg) repeat-x 0 top;
   width: 100%;
   height: 244px;
   vertical-align: bottom;
   font-size: 0.7em;
   color: #888;
}

#copyright {
   position: absolute;
   margin-top: 81px;
   text-align: center;
   width: 100%;
}

#footer a {
   text-decoration: none;
   color: #fff;
}



/* @end */

/* @group Content */

/****************************
 **   Content
 ****************************/

.content {
   clear: both;
   width: 600px;
   margin: 0 auto;
   color: #959595;
   text-align: center;
   line-height: 2em;
}

.content.twocolumn {
   padding-left: 300px;
   min-height: 709px;
   background: url(../images/page-shading.jpg) no-repeat 49px top;
}

.content.twocolumn-right {
   width: 400px;
   padding-right: 200px;
}

.content h1 {
   font-size: 1.6em;
   color: #626061;
   margin-bottom: 51px;
}

.content h1 a {
   text-decoration: none;
}

.sketch-chase #chase {
   background: url(../images/sketches/chase.jpg) no-repeat;
   width: 760px;
   height: 196px;
   position: relative;
   left: 50%;
   margin-left: -380px;
   bottom: -75px;
}



/* @end */