/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000 url(tete_images/bg.jpg) repeat-y center; 
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	color: #999999;
}

/* Wrapper */
.wrapper {
   text-align: center; 
   width: 100%;
}


h1, h2, h3 {
}

h1 {
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.8em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #bbbbbb;
  text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 975px;
	height: 110px;
	margin: 0 auto;
}

/* Menu */

#menu {
	width: 965px;
  height: 50px;
	margin: 0 auto;
  background: url(tete_images/menu.jpg) no-repeat;
  font-size: 1.4em;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 12px 10px 0 20px;
}

#menu a {
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}

/* Page */

#page {
	width: 975px;
	margin: 0 auto;
	padding-top: 10px;
	background: url(tete_images/img04.jpg) no-repeat;
}

/* Content */
#content {
	float: right;
	width: 700px;
}

.post {
  padding: 0px 10px 0px 10px;
  background: url(tete_images/post_middle.jpg) repeat-y;
  width:690px;
}
.post table {
  font-size:1em;
  text-align:justify;
}
.post .title {
	border-bottom: 1px solid #454545;
}

.post .title a {
	text-decoration: none;
}

/* Sidebar */
#sidebar {
	float: left;
	width: 252px;
  text-align: left; 
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {

}

#sidebarcontent {
  padding: 0 0 0 20px;
  background: url(tete_images/side_middle.jpg) repeat-y;
}

#sidebar li ul {
	padding: 0 0 0 20px;
	list-style: circle inside;
}

#sidebar h2 {
	font-size: 1.4em;
  text-align: center;
}

/* Search */
#search {
	text-align: center;
}

input {
	margin-bottom: 10px;
	padding: 3px 5px;
	background: #1F1F1F url(tete_images/input.jpg) repeat-x center center;
	border: 1px solid #454545;
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #aaaaaa;
}

/* Footer */

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 5px 0;
	background: #000000 url(tete_images/img07.gif) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	text-align: center;
}
