html{
  height:100%;
  margin-bottom:1px;
}

body{
  margin:0;
  padding:0;
  font-size:80%;
  color:#000;
  background:#fff;
  line-height:1.6em;
}

#contentwrap{
  width:966px;
  margin:15px auto 0 auto;
}

h2{
  font-size:1.4em;
  margin:5px 0 15px 0;
  padding:0;
}

p{
  margin:5px 0 10px 0;
  padding:0;
}

ul{
  list-style-type:disc;
  margin:5px 0 10px 60px;
  padding:0;
  line-height:1.5em;
  font-size:1em;
}

li{
  padding:0;
  margin:0;
}

table{
  border-collapse:collapse;
}

td{
  vertical-align:top;
}

a,
a:active,
a:visited{
  color:#000;
  text-decoration:underline;
}

a:hover{
  text-decoration:none;
}


/*header*/

#header{
  width:966px;
  margin:10px auto 0 auto;
}

#header p{
  margin:70px 0 0 0;
  padding:0;
  float:right;
  width:300px;
  font-family:courier new,monospace;
  font-size:1.3em;
  line-height:1.5em;
}

#header a,
#header a:active,
#header a:visited,
#header a:hover{
  color:#000;
  text-decoration:none;
}

h1{
  margin:0 0 0 30px;
  padding:0;
  width:367px;
  height:138px;
  position:relative;
  float:left;
}

h1 span{
  position:absolute;
  margin:0;
  padding:0;
  width:367px;
  height:138px;
  background:url("images/copy-cat-logo.gif") top left #fff no-repeat;
}

/*quotes*/

#quote{
  width:966px;
  height:117px;
  clear:both;
  margin:0 auto 0 auto;
  padding:0;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
}

#quote p{
  font-family:courier new,monospace;
  font-size:1.7em;
  width:550px;
  padding:0;
  margin:20px 0 20px 211px;
  line-height:1.2em;
}


/*menu*/

#menu{
  width:206px;
  float:left;
  clear:left;
}

#menu ul{
  margin:40px auto 0 auto;
  padding:0;
  list-style-type:none;
  font-family:courier new,monospace;
  font-size:1.3em;
  width:115px;
}

#menu li{
  margin:10px 0 10px 0;
  padding:0;
}

#menu a,
#menu a:active,
#menu a:visited{
  color:#000;
  text-decoration:none;
}

#menu a:hover,
#menu a.on{
  font-weight:bold;
}

/*content*/

#contenttable{
  padding:0;
  width:760px;
  float:right;
  clear:right;
  font-family:arial,sans serif;
  font-size:1em;
}

#contenttable td{
  width:50%;
  padding:0 20px 0 5px;
}

#contenttable2 {
  padding:0;
  width:760px;
  float:right;
  clear:right;
  font-family:arial,sans serif;
  font-size:1em;
}

.leftc {
	width: 540px;
}

#contenttable2 td{
  padding:0 20px 0 5px;
}
/*footer*/

#footer{
  border-top:1px solid #000;
  width:966px;
  margin:10px auto 5px auto;
  clear:both;
}

#footer p{
  margin:3px 0 5px 0;
  padding:0;
  font-size:0.9em;
  font-family:arial,sans serif;
}

#footer a,
#footer a:active,
#footer a:visited{
  color:#000;
  text-decoration:none;
  float:right;
}

#footer a:hover{
  text-decoration:underline;
}

/*contact page*/

#contact{
  margin:0 0 10px 30px;
  padding:0;
  width:250px;
}

#contact td{
  padding-top:4px !important;
}

#contact fieldset{
  border:0;
  padding:0;
  margin:0;
  width:250px;
}

#contact input{
  padding:0;
  font:normal normal 1em arial,sans serif;
  width:200px;
  border:1px solid #000;
  background:#fff !important;
}

#contact textarea{
  padding:0;
  font:normal normal 1em arial,sans serif;
  width:200px;
  height:150px;
  overflow:auto;
  background:#fff !important;
  border:1px solid #000;
}

#contact label{
  width:50px;
}

input.send{
  width:100px !important;
  border:0px solid #fff !important;
}



/*pop up*/

#pophead{
  width:650px;
  margin:10px auto 0 auto;
  border-top:1px solid #000;
  border-bottom:1px solid #000;

  font-family:arial,sans serif;
  font-size:1em;
}

#popcontent{
  width:650px;
  margin:0 auto 0 auto;
  padding:0;
  border-bottom:1px solid #000;
  font-family:arial,sans serif;
  font-size:1em;
  height:280px;
  background:url("images/pop-bg.jpg") top right #fff no-repeat;
}

#popcontent ul{
  font-size:1em;
}
#popcontent p{
  margin-top:2px;
}

#popcontent h2{
  margin:0;
  padding:10px 0 10px 0;
  font-size:1.5em;
}

#popcontent h3{
  margin:0;
  padding:0;
  font-size:1.2em;
  font-weight:bold;
}

/*links page*/

#links h2{
  font-size:1.3em;
  font-weight:bold;
  margin:15px 0 15px 10px;
  padding:0;
}

#links ul{
  font-size:1em !important;
  width:550px;
  margin-bottom:40px !important;
}

#links a,
#links a:active,
#links a:visited,
#links a:hover{
  font-weight:bold;
}

#links em{
  font-size:0.9em;
}

#links li{
  margin-bottom:10px;
}

/* BLOG STYLES */
.bloglist {
	margin-left: 20px;
}

.comment-body {
	font-style: italic;
}

h2.date-header {
	font-size: 1.2em;
	margin-bottom: 0.2em;
}

h3.post-title {
	font-size: 1.2em;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}

div.post {
	margin-bottom: 40px;
}

#contenttable2 h2 {
	font-size: 1.2em;
}