
* {
	margin: 0;
	padding: 0;
}

body {
    background-image:url(images/bg.jpg); /* #eafcff; */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

h1, h2, h3 {
	margin-bottom: 1em;
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #549DC7;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

h4 {
	margin-top: 1em;
	margin-bottom: 0em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #549DC7;
	letter-spacing: -1px;
	font-size: 2em;
}


p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}


ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}


a {
	text-decoration: none;
	color: #E58C43;
}

a:hover {
	background: #CEE7F5;
	text-decoration: underline;
	color: #549DC7;
}

/* Header */

#header {
	width: 800px;
	height: 90px;
	margin: 0 auto;
	background: url(images/header.jpg);
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding-top: 30px;
}

#logo h1 a:hover {
	text-decoration: none;
	background: none;
}

#logo h2 {
	padding: 45px 0 0 7px;
	letter-spacing: normal;
	font-size: 1.4em;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 50px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	padding-left: 20px;
}

#menu a {
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	/* background: url(images/img02.gif) repeat-y; */
	background: url(images/paper.png) repeat-y;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 160px;
	padding-top: 20px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding-bottom: 30px;
}

.sidebar li ul {
}

.sidebar li li {
	padding: 0;
}

/* Sidebar1 */


#sidebar1 {
    background: url(images/m.png) repeat-y;
}

#sidebar1 h2 {
    text-align: right;
    background: url(images/h.png) no-repeat;
    padding-right: 30px;
}

#sidebar1 li li {
	padding-right: 30px;
	text-align: right;
}

#sidebarend {
    background: url(images/m.png) repeat-y;
    float: left;
    width: 160px;
    padding: 0px;
}

/* Content */


#fcontent {
	float: left;
	width: 580px;
}


.post {
	padding: 30px 0px 10px 40px;
}

.post .title {
	margin: 0;
	padding: 10px 40px;
}

/*
.post .meta {
	margin: 0;
	padding: 0 10px 20px 20px;
	line-height: normal;
}

.post .entry {
	padding: 0px;
	background: url(images/img10.gif) repeat-x;
}


.post .tags, .post .links {
	margin: 0;
	line-height: normal;
	font-size: smaller;
	text-align: center;
}

.post .tags {
	padding-top: 10px;
	border-top: 1px solid #EAEAEA;
}

*/

/* Footer */


#footer {
	width: 800px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;

}

#footer p {
	margin: 0;
	padding: 0;
	font-size: smaller;
	line-height: normal;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto 
}

p.center {
    text-align: center;
}

.center {
    margin-left: auto;
    margin-right: auto 
}

p.center {
    text-align: center;
}


/* table like images */

table.image {
  float: left;
  position:relative;
  margin: 0.5em;
  padding: 0.5em;
}


/* page borders */
<div id="left"></div>
<div id="right"></div>
<div id="top"></div>
<div id="bottom"></div>

#top, #bottom, #left, #right {
	background: #ff0000;
	position: fixed;
	}
#left, #right {
    top: 0; bottom: 0;
    width: 15px;
}
#left { left: 0; }
#right { right: 0; }

#top, #bottom {
    left: 0; right: 0;
    height: 15px;
}
#top { top: 0; }
#bottom { bottom: 0; }
