body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #737373;
}

  form { margin: 0pt;
    padding: 0pt;
    }

  input, textarea { font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    color: rgb(0, 0, 0);
    }

  h1, h2, h3 { font-family: Arial,Helvetica,sans-serif;
    }

  h1 { font-size: 3em;
    }

  h2 { font-size: 2em;
    color: rgb(146, 48, 146);
    }

  h3 { font-size: 1.5em;
    color: rgb(119, 45, 137);
    }

  h4 { font-size: 1em;
    color: rgb(119, 45, 137);
    }

  p, ul, ol { line-height: 160%;
	margin-bottom: 1.8em;
    }

  ul, ol {  }

  blockquote {  }

  a { color: rgb(65, 65, 65);
    }

  a:hover { text-decoration: none;
    }

  hr { display: none;
    }

#menu {
	width: 920px;
	height: 45px;
	margin: 0 auto;
	padding: 0px 0;
	margin-left: 120px;
}

#menu ul {
	height: 45px;
	margin: 0;
	padding: 0;
	background: url(images/img03.gif) no-repeat;
	list-style: none;
}

#menu li {
	float: left;
	height: 45px;
	background: url(images/img03.gif) no-repeat right top;
}

#menu a {
	float: left;
	height: 20px;
	margin: 0px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: url(images/img02.gif) repeat-x;
	color: #FFFFFF;
	height: 45px;
}

  #menu .current_page_item a { height: 45px;
    color: rgb(255, 255, 255);
    }

  #splash { margin: 0pt auto;
    width: 920px;
    height: 180px;
    }

  #logo { border-bottom: 6px solid rgb(63, 63, 63);
    margin: 0pt auto;
    width: 920px;
    height: 91px;
    color: rgb(65, 65, 65);
    }

  #logo h1, #logo h2 { margin: 0pt;
    padding: 0pt 20px;
    }

  #logo h1 { float: left;
    padding-top: 30px;
    letter-spacing: -3px;
    text-transform: uppercase;
    font-size: 3em;
    }

  #logo h2 { float: right;
    padding-top: 49px;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    }

  #logo a { text-decoration: none;
    color: rgb(65, 65, 65);
    }

  #page { margin: 0pt auto;
    padding-top: 20px;
    width: 960px;
    }

  #content { float: right;
    width: 790px;
    }

  #sidebar { float: left;
    width: 160px;
    }

  #sidebar h2 { 
    margin-top: 5pt;
    margin-left: 15pt;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    }

  #sidebar ul { 
    margin-left: 15pt;
    }

  #sidebar ul li { 
    margin-top: 5pt;
    list-style-type: disc;
    }
 
  #search form { padding: 20px;
    }

  #search br { display: none;
    }

  #search #s { width: 135px;
    }

  #footer { border-top: 6px solid rgb(63, 63, 63);
    margin: 0pt auto;
    padding: 20px 0pt;
    clear: both;
    width: 920px;
    height: 50px;
    font-size: smaller;
    }

  #footer p { margin: 0pt;
    text-align: center;
    line-height: normal;
    }

  .post { padding-bottom: 20px;
    }

  .post .title { border-bottom: 1px dashed rgb(185, 185, 185);
    margin: 0pt;
    padding: 5px 20px;
    letter-spacing: -2px;
    text-transform: uppercase;
    font-size: 24px;
    }

  .post .title a { text-decoration: none;
    }

  .post .entry { padding: 10px 20px;
    }

  .post .meta { border-top: 1px solid rgb(233, 233, 233);
    background: rgb(245, 245, 245) none repeat scroll 0%;
    height: 26px;
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
    text-decoration: none;
    text-transform: uppercase;
    font-size: smaller;
    }

  .post .posted { padding: 5px 20px;
    float: left;
    height: 16px;
    }

  .post .permalink, .post .comments { padding: 5px 20px;
    float: right;
    height: 16px;
    }

  .post .permalink {  }
