/*
Theme Name: MyPetpals
Theme URI: http://webquick.com
Description: MyPetpals
Version: 1
Author: WebQuick.com
*/
body {
margin:0;
padding:0;
font:11px Tahoma, Arial, Helvetica, sans-serif;
color:#fff;
}

#header {
height:128px;
background:url(/images/header_bg.jpg) top center;
overflow:hidden;
}

p {
margin:10px 0;
padding:0;
line-height:18px;
}

#content {
background:url(/images/content_bg.jpg) #3076AA repeat-x;
float:left;
width:100%;
}

#bottom {
background:url(/images/bottom.jpg) repeat-x;
height:23px;
clear:both;
}

#footer {
height:64px;
background:url(/images/footer_bg.jpg) top center;
}

#footer_tbl {
height:64px;
font:10px Verdana, Arial, Helvetica, sans-serif;
color:#fff;
}

#footer_tbl a{
color:#fff;
text-decoration:none;
}

.bold_title {
font:bold 12px Arial, Helvetica, sans-serif
}

.page_title {
padding-left: 20px;
height:50px;
}

a {
color:#FFFF00;
}

textarea#comment {
width:500px;
}

.post h2 {
font-size:18px;
margin:10px 0;
padding:0;
}

.post {
margin:10px 0 30px 0;
}