/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
ul, ol, li { list-style: none;}
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */

body
{
	background: url(images/tlo.jpg) repeat;
}

#top
{
	background: url(images/top.png) repeat-x;
	width: 100%;
	height: 74px;
}

			
ul#navbar {
				padding-top: 14px;
				text-align: center;
}
ul#navbar li 	{
					display: inline;
					margin-right: 10px;
				}
ul#navbar li a,
ul#navbar li a:visited

	{ text-decoration: none; font-weight: bold; font-family: "Lucida Grande", Verdana, Arial, sans-serif; color: white; 
				padding: 3px 5px;
				font-size: 13px;
					-moz-border-radius: 5px; -webkit-border-radius: 5px;
}

ul#navbar li a:hover,
ul#navbar li a:active
 { background: #330000; color: white; }



#header
{
		width: 100%;
		height: 48px;
		position: relative;


}

#main
{
		margin-top: 0px;
		width: 931px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
}


#contentplace {
	width: 662px;
	height: 100%;
	float: left;
}

#content_top {
	background: url(images/main_top.png) no-repeat;
	height: 45px;
	width: 662px;
}

#content {
	background: url(images/main.png) repeat-y;
	width: 662px;
	height: 100%;

}

#content_bottom {
	background: url(images/main_bottom.png) no-repeat;
	height: 45px;
	width: 662px;
}

#content_inner {
margin: 0px 42px 0px 40px;

}

#sideplace {
	width: 269px;
	height: 100%;
	float: right;
}
#side_top {
	background: url(images/sidebar_top.png) no-repeat;
	height: 45px;
	width: 269px;
}

#side {
	background: url(images/sidebar.png) repeat-y;
	width: 269px;
	height: 100%;
}

#side_bottom {
	background: url(images/sidebar_bottom.png) no-repeat;
	height: 45px;
	width: 269px;
}

#side_inner {
	padding: 0px 40px 0px 40px;
}


h1#logo {

margin-top: 20px;
margin-left: 22px;
background: url(images/logo.png) no-repeat;
width: 215px;
height: 205px;
text-indent: -9999px;
}

#footer {
clear: both;
text-align: center;

}
/* Typography */

div#content ul, div#content li {
	list-style: circle;
	margin-left: 20px;
}


body {
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: black;
}

a {
	text-decoration: none;
	color: #336666;
}

a:hover	{
	text-decoration: underline;
}

a:active {
	border: none;
}

p {
	margin-bottom: 10px;
}

h2	{
	font-size: 15px;
	font-weight: normal;
	margin-top: 22px;
	margin-bottom: 10px;
}

#content_inner h2 {
font-family: "Bank Gothic", "Lucida Grande", Verdana, Arial, sans-serif;
font-size: 24px;
color: #330000;
margin-top: 0px;
}

#footer p {color: #cccccc;}

img.alignleft, div.alignleft
{
float:left;
margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright
{
float:right;
margin:0 0 0.5em 0.5em;
}
img.aligncenter, div.aligncenter
{
text-align:center;
margin:0 auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
/* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}