
body {
background-color:black;
margin-top:0px;
margin-bottom:0px;
}

#outside {
width:810px;
height:auto;
margin:auto;
background-image:url(images/outsidebg.png);
background-repeat:repeat-y;
}

#wrap {
width:800px;
height:auto;
margin:auto;
border-left:1px solid black;
border-right:1px solid black;
}

#header {
width:800px;
height:auto;
}

#content {
background-color:#C88D31;
width:800px;
height:auto;
}

.content {
width:790px;
height:auto;
margin:auto;
}

.content p {
font-family:arial;
font-size:12px;
}

.content h1 {
font-family:arial;
font-size:15px;
margin-top:5px;
margin-left:10px;
}

.post {
width:600px;
border-top:1px dotted white;
border-bottom:1px dotted white;
margin:auto;
}

.post h2 {
font-size:14px;
font-family:arial;
color:black;
text-align:center;
}

.one {
width:auto;
height:10px;
}
.post p {
margin-left:10px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#footer {
width:800px;
height:auto;
background-color:#333333;
}

#footer p {
font-family:arial;
font-size:12px;
color:white;
}