
body {
	margin: 20px;
	background: #27343C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #787878;
	height: 100%;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #971A1D;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: black;
}

a:hover {
	color:grey;
	
	background: none;
}

/* Menu */

#menu {
	width: 910px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background: #565F68 url(images/img.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-top: 20px;
	margin-right: 3px;
	padding: 7px 20px 7px 20px;
	background: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	text-decoration: underline;
}

#page {
	width: 910px;
	margin: 0 auto;
	padding-top: 20px;
	background: #FFFFFF;
}

#banner {
	width: 870px;
	height: 160px;
	margin: 0 auto;
	padding: 0;
	background: url(images/Tibro_header_4.jpg) no-repeat left top;
}

/* Content */

#content {
	margin-left: 200px;
	border-left: 1px solid gray;
	margin-right: 200px;
	padding: 2em .5em 11em .5em;
	max-width: 36em;
}

.post {
}

.post .title {
	color: #971A1D;
}

.post .title a {
	background: none;
	color: #971A1D;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	border-bottom: 1px dashed #D2D4C9;
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .entry {
	padding: 10px 0 20px 0;
	text-align: justify;
}
#content ul{
	line-height: 1.5em;
	margin: 0;
	padding: 0px 0px 0px 35px;
}

#leftnav {
	float: left;
	width: 190px;
	margin: 0;
	padding: 0em;
}

#leftnav li  {
	padding: .7em 0 0 0;
	border-bottom: 2px dashed #D2D4C9;
}

#leftnav h2 {
	letter-spacing: -.5px;
	color: #971A1D;
	padding: 0 0 0 1em;
}

#leftnav p {
	padding-bottom: 20px;
	text-align: justify;
}

#leftnav a {
	color: black;
	border: none;
}

#leftnav a:hover {
	text-decoration: underline;
	color: #787878;
}

#rightnav {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0em;
	height: 100%;
}

/*Form*/


#form {
	position: relative; right: 0em;
	padding: 0 0 0 .4em;
	background: url(images/Tibro_Form_2.jpg) no-repeat;
}

h2 {
	font-size: 1.7em;
	padding: 0 0 0 .8em;
}

#form input {
	position:relative; right: 0em;
	
}

#form .bgtop {
	background: url(images/Form_01.jpg) no-repeat right top;
	width: 160px;
	padding: 0px 40px 0 0; 
}

#form .bgbtm {
	background: url(images/Form_03.jpg) no-repeat right bottom;
	width: 160px;
	padding: 140px 40px 0 0; 
}

#text{
	float: center;
	width: 0px;
	padding: 0px 0px 0px 0px;
	color: #971A1D;
}

/* Footer */

#footer {
	width: 910px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: url(images/img02.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 14px;
	text-transform: ;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }
