body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        background: #ebebeb;
        height: 100%;
        margin: 0;
        color: #7c7c79;
}
a {
        color: #7c7c79;
}
img {
        border: none;
}
.clear-all {
        clear: both;
}
.orange, a.orange {
        color: #fc8e3f;
}
.blue, a.blue {
        color: #5d95ac;
}
.red, a.red {
        color: #ff0000;
}
.green, a.green {
        color: #75b953;
}
h1 {
        margin: 0;
        padding: 0;
        color: #6da8c6;
}
h1 a {
	color: #6da8c6;
}
#page-container {
        width: 100%;
        min-width: 1000px;
        overflow: hidden;
}

/* Header */
#header-container {
        width: 100%;
        overflow: hidden;
        background: #fff;
        background-image: url(images/header-bkg.gif);
        background-repeat: repeat-x;
}
#header-container #header-content {
        margin-bottom: 4px;
        min-height: 74px;
        _height: 74px;
        padding: 10px 10px 8px 10px;
        overflow: hidden;
        width: 950px;
        margin: auto;
}
#header-container #header-content .header-ppl {
        float: right;
        margin-right: 120px;
}
#header-container #header-bottom {
        height: 9px;
        overflow: hidden;
        width: 100%;
        background: #ebebeb;
}
#header-container #header-bottom #header-bottom-img {
        margin: auto;
        width: 838px;
        font-size: 0;
}
/* End of Header */

/* Main Content div */
#main-container {
        width: 950px;
        margin: auto;
        margin-top: 15px;
}
/* End of Main Content div */

/* Left Content Box */
#left-container {
        width: 605px;
        float: left;
        background: #fff;
        margin-right: 10px;
}
#left-content {
        padding: 15px 25px 15px 25px;
        overflow: hidden;
}
#left-content h2 {
        background: #f3f3f3;
        margin: 0 0 10px 0;
        padding: 7px 10px 5px 10px;
        color: #70a9c6;
        font-size: 14px;
        border: 1px solid #ebebeb;
}
#left-content .borderless-box {
        margin-top: 10px;
        padding-bottom: 10px;
        margin-left: 10px;
        overflow: hidden;
}

/* Posts Listing */
#blog_posts .post h3 {
	margin-bottom: 2px;
}
#blog_posts .post h3 a {
        color: #71a8c6;
        font-size: 17px;
}
#blog_posts .post .meta {
        font-size: 12px;
        color: #76b952;
}
#blog_posts .post .cnt a {
	color: #fc8e3f;
}
#blog_posts .post .comments a {
        color: #fc8e3f;
        font-size: 12px;
}
/* End of Posts Listing */

/* End of Left Content */

/* Right Content Box */
#right-container {
        width: 223px;
        float: left;
        background: #fff;
        color: #565656;
}
#right-content {
        padding: 10px 10px 15px 10px;
        overflow: hidden;
}
#right-content h2 {
        background: #f3f3f3;
        padding: 5px 10px 5px 10px;
        color: #70a9c6;
        font-size: 15px;
        margin: 10px 0 10px 0;
}
#right-content h5 {
        margin: 10px;
        font-size: 13px;
        color: #565656;
        border-bottom: 1px solid #565656;
}
#right-content .borderless-box {
        padding: 0 10px 5px 10px;
        font-size: 14px;
}
#right-content .info img {
	vertical-align: middle;
}
#right-content ul {
        list-style: none;
        margin: 0;
        padding: 0
}
#right-content ul li {
        margin-left: 8px;
        margin-top: 5px;
        line-height: 20px;
}
/* End of Right Content Box */

