/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

p {
 margin-left: 25px;
 margin-right: 25px;
}

ul {
 margin-left: 25px;
}

body {
 font-family: "Lucida Grande","Trebuchet MS","Bitstream Vera Sans",Verdana,Helvetica,sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 972px;
}
#header {
 width: 900px;
 color: #333;
 padding: 10px;
 border: 1px solid #ccc;
 height: 75px;
 margin: 10px 0px 5px 0px;
 background: #FFFFFF;
}
#content { 
 width: 950px;
 color: #333;
 border: 1px solid #ccc;
 background: #F2F2E6;
 margin: 0px 0px 5px 0px;
 padding: 10px;
}

a:link {
 text-decoration: none;
 font-weight: normal;
 color: #333;
 border-bottom: 1px solid #333
}
a:visited {
 text-decoration: none;
 color: #333;
 border-bottom: 1px solid #333
}
a:active {
 text-decoration: none;
 color: #333;
 border-bottom: 1px solid #333
}
a:hover {
  border-bottom: 1px solid #800000;
}

#footer { 
 color: #333;
 width: 950px;
 border: 1px solid #ccc;
 background: #BD9C8C;
 margin: 0px 0px 10px 0px;
 padding: 0px 10px 0px 10px;
}

#content pre.code {
  font-family: 'Lucida Console', 'Bitstream Vera Sans Mono', 'Courier New', Monaco, Courier, monospace;
  white-space: pre;
  width: 825px;
  line-height: 1.4em;
  margin: 0 0 0 50px;
  border: 1px dashed #aaa8a8;
  padding: 0.5em 0.5em 0.5em 0.5em;
  font-size: 110%;
  color: #000;
  overflow: auto;
  background: #FFFFFF;
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

h1 {
  text-align: center;
}

img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: 0;
}
