/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
html, body {
font-size: 24px;
background: #e9e9f3 url(images/Img01.jpg) repeat-x;
}
 {
	margin: 0;
	padding: 0;
}

<!-- body {
	background: #e9e9f3 url(images/Img01.jpg) repeat-x; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;  
} -->

form {
}

input, textarea {
	font: normal 1em Arial, Helvetica, sans-serif;
}

input.text {
}

input.button {
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FDFBC8;
}

h1 {
	letter-spacing: -.05em;
	font-size: 3.2em;
}

h2 {
	margin-top: 1em;
	letter-spacing: -.05em;
	font-size: 1.4em;
}

h3 {
	margin-top: 1em;
}

p, ul, ol {
	margin-top: 1em;
	line-height: 200%;
}

ul {
	list-style: none;
}

ul li {


}

ol {
	margin-left: 1em;
	list-style-position: inside;
}

blockquote { margin-left: 3em; margin-right: 3em } 

a:hover {
	color: #FF0000;
}

/* Header */
#header {
	width: 100%;
	height: 250px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #000000;
}

#header h1, #header p {
	margin: 0;
	padding: 9;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .25em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FDFBC8; 
}

/* Page */

#page {
	float: left;
	width: 505px;
	margin: 0 auto;
	height: 250px;
	border: 1px solid #000000;
}

#pagebg {
        text-decoration: none;
       /* color: #FDFBC8;*/


}

/* Content */

#content {
	float: right;
	width: 445px;
	height: 250px;
	padding: 0px 30px 10px 36px;
	border: 1px solid #000000;
}

.post {
	border: 1px solid #000000;
}

.post .title {
	padding-top: 0px;
	text-align: center;
	border: 0px solid #000000;
}

.post .title a {
	text-decoration: none;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 0px solid #748AAF;
	font-size: .9em;
	text-align: center;
	text-transform: uppercase;
      /*	color: #C6C624; */
}


.post .meta a {
	text-decoration: none;
/*	color: #FDFBC8; */
}

.post .meta a:hover {
        text-decoration: none;

}

/* Sidebar */

#sidebar {
	float: left;
	width: 215px;
	padding: 5px 0px 0px 0px;
	border: 1px solid #000000;
}


#sidebar ul {
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 4em;
	padding: 0;
}

#sidebar li ul div {
    /*    color="#0000FF"; */
	font-size: .9em;
        }

#sidebar a li li div {
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px solid #748AAF;
}

#sidebar h2 {
	margin: 0;
	width: 180px;
	padding-bottom: .5em;
	border-bottom: 1px solid #748AAF;
	text-align: right;
}

#sidebar a {
        color="#0000FF";
        font-size: small;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
}


/* Footer */

#footer {
	width: 852px;
	margin: 0 auto;
	padding: 30px 0;
	border: 1px solid #000000;
	text-align: center;
}

#footer p {
	margin: 0;
	font-size: 1.8em;
	color: #CFA39D;
}

#footer a {
	color: #CFA39D;
}

/* Dropcap */
#dropcap p {
        margin: 4;
        font-size: normal;
        color: #FFFFFF;
}
p.dropCap:first-letter {
        font: 250%/220% serif;
        color: #FF0000;
}
tr {
        color="#FDFBC8";
        font-size: normal;
}
td { 
        color="#FDFBC8";
        font-size: x-small;
}
p  {
        color:#F4E91D; 
        font-size: normal;
        font-weight: small;
}
table { margin: auto; }

* :focus { outline: 0; }

table
{ 
margin-left: auto;
margin-right: auto;
}






