body{
	font-family:Arial,Verdana,Tahoma,Trebuchet MS,Sans-Serif,Georgia,Courier,"Times New Roman",Serif;
	font-size:small;
	width:85%;
	margin: 0 auto;
	padding: 0;
	color:#525252;
}


/***************************************/
/*Header
/***************************************/

#hddr{
	background: url(images/leaf.jpg) top right no-repeat;
	font-size:220%;
	height:125px;
	line-height:125px;
	color:#DF6E20;
}

#hddr a{
	color:#DF6E20;
	text-decoration:none;
}

.hddrLine{
	border-bottom:1px solid #BCBCBC;
	padding: 0 0 10px 0;
}

/***************************************/
/*Wrappers (arround conent) to show borders
/***************************************/

#wrapper1{
	background: transparent url(images/border-left.gif) top left repeat-y;

}

#wrapper2{
	background: transparent url(images/border-right.gif) top right repeat-y;

}

#wrapper5{
	padding:0 20px 0 20px;
}

/***************************************/
/*MenuBars (left and right)
/***************************************/

.leftSidebarBottom{
	background: url(images/menu-bottom.gif) no-repeat;
	height:39px;
	width:180px;
}

.rightSidebarBottom{
	background: url(images/menu-bottom.gif) no-repeat;
	height:39px;
	width:180px;
}

.leftSidebarWrap{
	background: transparent url(images/menu-top.gif);
	float:left;
	clear:left;
}

.rightSideBarWrap{
	background: transparent url(images/menu-top.gif);
	float:right;
	clear:right;
}


.leftSidebar, .rightSideBar{
	background: transparent url(images/menu-middle.gif);
	margin-top:40px;
}

.leftSidebar ul, .rightSideBar ul{
	padding:0 15px 0 18px;
	margin:0;
	width:145px;
	list-style:none;
	margin-bottom: 1em;
}

.leftSidebar li a, .rightSideBar li a{
	padding:4px 0 4px 15px;
	color:black;
	display:block;
	background: white;
	text-decoration:none;
	font-size: 80%;
}

.leftSidebar li a:hover, .rightSideBar li a:hover {
	/*background: #F3F3F3;*/
	text-decoration:none;
	color:#DF6E20;
}

/*Divs are the linkbar's "header text"*/
.leftSidebar .title, .rightSideBar .title {
	width:145px;
	padding:4px 15px 4px 22px;
	margin:0;
	text-decoration:none;
	font-weight:bold;
	color:black;
	display:block;
}

/***************************************/
/*Content
/***************************************/
.content{
	margin: 20px 200px 0 200px;
}

.content a{
	/*color:#3B3B3B;*/
	color:#DF6E20;
	text-decoration:none;
}

.content a:hover{
	text-decoration:underline;
}

.contentheading{
	font-weight:bold;
	font-size:120%
}


/***************************************/
/*Wrappers (arround footer) to end lines
/***************************************/
#wrapper3{
	margin-top: -20px;
	clear: both;
	background: transparent url(images/border-left-end.gif) top left repeat-y;
}

#wrapper4{
	background: transparent url(images/border-right-end.gif) top right repeat-y;
}

/***************************************/
/*Footer
/***************************************/
.footer{
	padding:20px 20px 0 20px;
	font-size:90%;
	text-align:center;
	height:60px;
}

.footer a{
	color:#525252;
}


.footer .line{
	border-top:1px solid #BCBCBC;
	padding: 0 5px 0 0;
}


/***************************************/
/*New CSS3 Junk.
/*Adding pics asto what type of link
/***************************************/

/*External Links*/
/*
.content a[href^="http:"]{
	padding-right: 12px;
}

.content a[href^="http:"]:hover {
	background: url('img/external.gif') right center no-repeat;
}
*/

/*Internal links don't do external stuff*/

/*
.content a[href^="http://www.yacoby.net"],
.content a[href^="http://yacoby.trap17"] {
	background: transparent;
	padding-right: 0px;
}
*/


/*Other file types, give a icon*/
/*
.content a[href$=".zip"],
.content a[href$=".7z"],
.content a[href$=".rar"],
.content a[href$=".jpg"],
.content a[href$=".gif"] {
	padding-right: 12px;
}
*/

/*Compressions*/
/*
.content a[href$=".zip"]:hover,
.content a[href$=".7z"]:hover,
.content a[href$=".rar"]:hover {
	background: url('img/zip.gif') right center no-repeat;
}
*/

/*Imgs*/
/*
.content a[href$=".jpg"]:hover,
.content a[href$=".gif"]:hover {
	background: url('img/img.gif') right center no-repeat;
}
*/

