﻿
* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff; 
	text-align: justify;
	font-family: Arial, Times, serif;
	font-size: 12px;
	color: #666666;
}

wrapper {
	background: #FFFFFF;
	height: 100%;
	border: solid;
	border-width: 1px;
}

h3 {
	color: #333333;
}

h2 {
	color: #333333;
}

h1 {
	color: #333333;
	font-family: Times, serif;

}

h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul {
	margin-bottom: 20px;
	line-height: 1.8em;
}

p {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ol {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #181815;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #067600;
}

img {
	border: thin none #000000;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
	border: 1px;
	border-style: solid;
}

img.right {
	float: right;
	margin: 0 0px 10px 20px;
	border: 1px;
	border-style: solid;

}





/* Menu */

#menu {
	width: 770px;
	height: 130px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
	background: #F7F7F4;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 80px;
	height: 45px;
	padding: 20px 0 0 0;
	border: 1px solid #d9c77b;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #996633;
	background: #F7F7F4;
}

#menu a:hover {
	background: #F7F7F4;
	text-decoration: underline;
}

#menu .active a {
	background: #6699cc;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 770px;
	height: 220px;
	margin: 0 auto;
	border-color: #000000;
	border: 1px;
}


#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	
	width: 726px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: solid;
	border-right: solid;
	border-color: #6699cc;

	font-size: 13px;
	border-width: 3px;
	border-style: dotted;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 5px;
	background: #EDEBD5;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #FFFFFF;
}

.orangebox {
	background: url(images/img05.gif) repeat-y;
}

.orangebox h2 {
	background: url(images/img06.gif) repeat-y;
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding: 25px 0;
	background: #EDEBD5 url(images/img04.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}