*//{margin:0;padding:0; border:0px}
body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #333333;
	background-image: url(../images/backpaper.jpg);
	background-repeat: repeat;
	
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: "Georgia", Times New Roman, Times, serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FED772;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 1,3em; margin-bottom: -20px;
}

p, ul, ol {
	line-height: 160%;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	padding-left: 30px;
	border-bottom: 1px dotted #FED772;
	line-height: 35px;
	background-image: url(../images/tag_birne.png);
	background-repeat: no-repeat;
	background-position: 5px 20%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}
.vl{color:#FED772;font-style:oblique;}
a {
	color: #FED772;
}

a:hover {
	text-decoration: none;
	color: #EBE6E3;
}
a.wl {
	color: #FED772;
	font-size: 14pt;
}

a.wl:hover {
	text-decoration: none;
	color: #EBE6E3;
}
.imgLeft {
	float: left;
	margin-right: 5px;
}
.clear {
	clear: both;
}
/* Header */

#header {
	width: 800px;
	height: 380px;
	background-image: url(../images/img06.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

#header h1, #header p {
	margin: 0;
	color: #FED772;
}

#header h1 {
	font-size: 30px;
}


#header h1 {
	padding-top: 100px;
}

#header a {
	color: #FED772;
}

/* Page */

#page {
	width: 800px;
	background-color: #B19456;
	overflow: auto;
	box-shadow: 0px 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

/* Content */

#content {
	float: left;
	width: 460px;
	margin-top: 20px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 1px solid #FED772;
}

.underline {
	margin: 0;
	color: #FED772;
}

.meta {
	text-align: right;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background-image: url(../images/img03.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	margin-top: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding-left: 30px;
	border-bottom: 1px dotted #FED772;
	line-height: 35px;
	background-image: url(../images/tag_birne.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 0 0 0;
	border-bottom: 1px solid #FED772;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
	color: #EBE6E3;
}

/* Footer */

#footer {
	clear: both;
	width: 840px;
	border-top: 1px solid #FED772;
	background: url(images/img07.gif) repeat-x;
	text-align: center;
	font-size: smaller;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20;
	padding-bottom: 20px;
	padding-left: 20;
}
.cp{cursor:pointer}
.vl{color:#FED772;font-style:oblique;cursor:help;}
.f14{font-size:14pt}
.tL{text-align:left}
.tC{text-align:center}
.tR{text-align:right}
.bgW{background-color:rgb(81%,92%,84%)}