/* undohtml.css */
/* (CC) 2004-2005 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code/kbd too */
h1,h2,h3,h4,h5,h6,pre,code,kbd { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
dl,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,img,div
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address,abbr */
address,abbr { font-style:normal }

/* more varnish stripping as necessary... */

*{
	font-size:100%;
}

/*div {outline:1px dashed red;}*/


body{
	font-size:14px;
	line-height:140%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	text-align:center;
	background-color:#eee;
	
}

#container {
border:1px solid black;
background-color:#FFFFFF;
padding-top:20px;
	width:770px;
	margin:5px auto;
	text-align:left;
	}
	
#top {
background-image:url(images/top7.jpg);
width:770px;
height:200px;
background-repeat:no-repeat;
margin-bottom:30px;
}
#top h1 {
text-indent:-9999px;
}
.menu {
margin:0 auto 30px auto;
}

#main {
padding:0 40px;
}
#main p {
margin-bottom:20px;
}
#clients_include {
float:right;
border:1px solid #29166f;
padding:5px;
margin-left:20px;
}
#clients_include p {
font-size:12px;
font-weight:bold;
margin-bottom:1px;
}
#filmstrip {
background-image:url(images/filmstrip2.jpg);
width:770px;
height:150px;
background-repeat:no-repeat;
margin-top:60px;
margin-bottom:10px;
}
#footer {
padding: 0 40px;
}
#footer p {
font-size:11px;
text-align:right;
}
a {
color:#CC3300;
text-decoration:underline;
}