@charset "utf-8";
/* CSS Document */

body{
	text-align:center;
	background-image:url(../img/background.jpg);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

p, h1{
	overflow:visible;
	margin:0px;
	padding:0px;	
}
h1{
	font-size:56px;
}
h2{
	font-size:36px;
}
h3{
	font-size:56px;
	margin: 0;
}
#content{
	margin:0px auto 0px auto;
	padding:0px;
	width:900px;
	height:auto;
	text-align:right;
}
#header{
	background-image:url(../img/header.jpg);
	height:221px;
	text-align:right;
}
/*#menu{
	background-color:#3e3e1d;
	color:#FFF;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}*/
#title{
	background-color:#FFF;
	padding: 0px 45px 0px 45px;
	color:#3e3e1d;
	text-align:left;
}
#body{
	color:#3e3e1d;
	background-color:#FFF;
	margin:0px;
	padding-right:40px;
	padding-left:40px;
	text-align:left;
	overflow:auto;	
}

 #body_left{
	padding:5px;
	width:400px;
	float:left;
	overflow:visible;
 }
 
 #body_right{
	 padding:5px;
	 width:400px;
	 float:right;
	 position:relative;
	 overflow:visible;
 }
 
#footer{
	background-image:url(../img/footer.png);
	height:31px;
	margin:0px;
}
.signature{
	color:#fff;
	margin-right:20px;
	font-size:11px;

}
.signature A:link {text-decoration: none; color:#CCC}
.signature A:visited {text-decoration: none; color:#CCC}
.signature A:hover {font-size:24; font-weight:bold; color:#FFF;}
.signature A:active {text-decoration: none; color:#CCC}

/*////////////////////////////////////////////////////////////////////////*/
#ts_tabmenu {
font-size: .75em; /* set the font size */
padding: 196px 0px 0px 20px; /* set the padding */
}
#ts_tabmenu ul {
line-height: 1em; /* setting the line height now so we don’t have any headaches*/
margin: 0px; /* let’s keep the margin set to 0 for the same reasons as above*/
list-style-type: none; /* we remove the UL’s default disc bullets */
float: right; /* we float the list to the left like we will all the elements inside*/
padding: 0px 0px 0px 5px; /* give it a left padding of 5px to counter the effect of margin -5px below */
}
#ts_tabmenu ul li {
background: url(../img/tabs.png) no-repeat left top; /* we link to the tabs image, no tiling, showing the top left part of it */
float: right; /* floatin’ left */
overflow:hidden;
/*///////////////////////////////////////*/
clear: none;
display: block;
height: 25px;
margin: 0px;
padding: 0px;
position: relative;
text-align: center;
/*///////////////////////////////////////*/
}
#ts_tabmenu ul li a {
/*///////////////////////////////////////*/	
height: 25px;
text-align: center;
/*///////////////////////////////////////*/
text-decoration: none; /* remove the default underline off the anchor text */
line-height: 23px;
padding: 0px 0px 0px 15px; /* we give it a left padding of 10px to show the first 10 pixels of the tabs image. you can also use padding-left: 10px; */
z-index: 0; /* keep it on layer 0 (default) */
position: relative; /* very important as this enables the z-index to work for us and keeps the tabs where they should be */
color: #fff; /* color of the tab text */
width: 100px;
}
#ts_tabmenu ul li a strong {
/*font-weight: normal;  remove the bold effect */
padding: 6px 10px 7px 5px; /* important, as through this you define the position of the text within the tab */
cursor: pointer; /* this makes the browser show the "hand" cursor when hovering over the tab */
}
#ts_tabmenu ul li a:hover {
position: relative; /* again, keep things relative */
z-index: 5; /* we show this tab over all other tabs in the menu, which would be on layer 0, thus overlapping occurs */
background: url(../img/tabs.png) no-repeat left bottom; /* now we show the bottom part of the tabs image, the "hover" instance */
color: #000000; /* we color the hovered tab’s text black */
}
#ts_tabmenu ul li a:hover strong {
background-image: url(../img/tabs.png) no-repeat;
position: relative; /* keep it relative */
z-index: 5; /* show this on layer 5 as well */
background-position: right bottom; /* we show the right bottom part of the tabs image (the hover instance) */
}

#tsmenu1 #li_tsmenu1 a, #tsmenu2 #li_tsmenu2 a,
#tsmenu3 #li_tsmenu3 a, #tsmenu4 #li_tsmenu4 a,
#tsmenu5 #li_tsmenu5 a, #tsmenu6 #li_tsmenu6 a,
#tsmenu7 #li_tsmenu7 a {
position: relative;
z-index: 5;
background: url(../img/tabs.png) no-repeat left bottom;
color: #000000;
}
#tsmenu1 #li_tsmenu1 a strong, #tsmenu2 #li_tsmenu2 a strong,
#tsmenu3 #li_tsmenu3 a strong, #tsmenu4 #li_tsmenu4 a strong,
#tsmenu5 #li_tsmenu5 a strong, #tsmenu6 #li_tsmenu6 a strong,
#tsmenu7 #li_tsmenu7 a strong {
background-image: url(../img/tabs.png) no-repeat;
position: relative;
z-index: 5;
background-position: right bottom;
}
/*///////////////////////////////////////////////////////////////////////*/
