body
{
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS" ,Georgia, "Times New Roman" , Times, serif;
    font-size: 14px;
    color: #5A554E;
    background: url(images/default.gif) repeat left top;

}

h1, h2, h3
{
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #FF0000;
    font-family: Georgia, "Times New Roman" , Times, serif;
}

h1 {
	font-size: 2em;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	font-size: 36px;
	color: #493E2B;
}

h2 {
	font-size: 2.4em;
    color: #493E2B;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 200%;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a
{
    text-decoration: underline;
    color: #FF3300;
}

a:hover {
	text-decoration: none;
}

h2 a {
	text-decoration: none;
}

#wholeBody {
	margin: 0px;
	padding: 0px;
}

/* Header */

#header {
	width: 993px;
	height: 320px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/header.png) no-repeat left top;
}

#header2 {
	width: 1000px;
	height: 150px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/header2.jpg) no-repeat left top;
}

/* Menu */
#Menu
{
    
    width: 695px;

    padding: 0px 5px 15px 5px;
}

.content
{
    
}

/* Rounded Corners */

.ct 
{
    background: url(images/CornerTop.png) repeat-x left top;
}

.ctl 
{
    height: 30px;
    width: 30px;
	background: url(images/CornerTL.png) no-repeat;
}

.ctr {
    height: 30px;
    width: 30px;
	background: url(images/CornerTR.png) no-repeat right top;
}

.c
{ 
    background-color: #FFFFFF; 
}

.cl
{
    background: url(images/CornerLeft.png) repeat-y;
}

.cr
{
    background-position: right top;
    background: url(images/CornerRight.png) repeat-y;
}

.cb {
	background: url(images/CornerBottom.png) repeat-x left bottom;
}

.cbl {
    height: 30px;
    width: 30px;
	background: url(images/CornerBL.png) no-repeat left bottom;
}

.cbr {
    height: 30px;
    width: 30px;
	background: url(images/CornerBR.png) no-repeat right bottom;
}



/* Page */

#page
{
    width: 1020px;
    margin: 0px auto;
}

.more {
	padding-left: 16px;
	background: url(images/img10.gif) no-repeat left 3px;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

.comments {
	padding-left: 18px;
	background: url(images/img11.gif) no-repeat left 4px;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}




/* Footer */


.list li {
	margin-bottom: 6px;
}

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	color: #5A554E;
}

#footer a {
	text-decoration: underline;
	color: #5A554E;
}

.post
{
    width: 620px;
    background-color: #DDE7FF;
    padding: 5px 5px 5px 5px;
}

.title
{
    color: #FF6600;
    text-decoration: underline;
}

.entry
{
    color: #FF6600;
}

.meta
{
    color: #009F28;
}

