* { padding: 0; margin: 0; }

body {
 font-family: Book Antiqua, sans-serif normal;
 font-size: 13px;
 background: #0D0D0D url(img/bg.gif) repeat-y center top;
 color: #55554A;
}

a {
 color: #333;
 font-size: 18px;
 text-decoration: none;
}

a:hover {
 color: #663; 
 text-decoration: none;
}

a:active{
 text-decoration: none
}

img {
 border: none;
}

li {
 list-style: url(img/li.gif);
 margin-left: 18px;
}

h1 {
 font-size: 1.5em;
 margin-bottom: 4px;
}

h1,h2,h3 {
 color: #663;
 padding: 0px;
}

h3{
 color: #665;
}

#wrapper { 
 margin: 0 auto;
 padding: 0px;
 width: 730px;
}
#faux {
 background: url(img/bgholder.jpg) repeat-y;
 clear: both;
 margin: 0 auto;
 overflow: auto; 
 width: 100%
 padding: 0px;
}
#header {
 padding: 0px;
 height: 100px;	
 margin-top:10px;
 background: url(img/holder.jpg) no-repeat;
}
#navigation { 
 display: inline;
 color: #665;
 margin:0 auto;
 padding-left:32px;
 width: 100px;
 float: left;
}
#content { 
 float: right;
 color: #665;
 margin:0 auto;
 padding-right:32px;
 width: 525px;
 display: inline;
 position: relative;
}
#holder_top {
 clear: both;
 background: url(img/holder.jpg) no-repeat;
 height: 40px;
}
#footer {
 clear: both;
 background: url(img/holder.jpg) no-repeat;
 height: 40px;
 background-position: left bottom;
 color: #665;
 font-size: 1em;
 text-align: center;
}
.clear { clear: both; background: none; }