/*--------------------------------- Essential stuff --------------------------------------*/



* { margin: 0px; padding: 0px; border: none; }



body {
	margin: 20px 0px;
	font-family: Georgia, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	background: #FFF1CC url(images/structure/body.gif) repeat;
	color: #3F3224;
}

input.sunken {
border: 2px inset;
}

input.raised {border: 2px outset
}

.clearer { clear: both; }



a { text-decoration: underline; color: #AA1313; }

a:hover { text-decoration: underline; color: #967100; }



p { margin: 15px 0px; }



/*--------------------------------- Framework --------------------------------------*/



#basis {

	margin: auto;

	width: 920px;

}



#basis-top {

	padding: 40px 20px 0px 20px;

	height: 210px;

	overflow: hidden;

	background: url(../../images/structure/basis-top.jpg) no-repeat;

}



#basis-middle {

	padding: 0px;

	overflow: hidden;

	background: url(../../images/structure/basis-middle.jpg) repeat-y;

}



#basis-bottom {

	height: 240px;

	overflow: hidden;

	background: url(../../images/structure/basis-bottom.jpg) repeat-y;

}



/*--------------------------------- Titles and subtitles --------------------------------------*/



.title-main {
	margin: 10px 0px 10px 0px;
	text-indent: 10px;
	font: normal 26px Georgia, "Times New Roman", Times, serif;
	color: #967100;

}



.title-section {

	margin-top: 20px;

	font: bold 15px Georgia, "Times New Roman", Times, serif;

}



/*--------------------------------- Sidebar --------------------------------------*/



#sidebar {

	float: left;

	padding: 30px;

	width: 200px;

	font: bold 12px Georgia, "Times New Roman", Times, serif;

}



#sidebar ul li {

	list-style: none;

	background: url(../../images/structure/list-arrow.gif) left center no-repeat;

}



#sidebar ul li a {

	display: block;

	padding: 4px 15px;

	width: 170px;

	font-weight: bold;

	text-decoration: none;

	background: url(../../images/structure/menu-line.gif) no-repeat;

	color: #AA1313;

}



#sidebar ul li a:hover { text-decoration: underline; background: #CBB77F url(../../images/structure/menu-line.gif) no-repeat; }



#last-menu { background: url(../../images/structure/menu-line.gif) left bottom no-repeat; }

#sidebar1 {

	float: left;

	padding: 10px;

	width: 150px;

}



#sidebar1 ul li {

	list-style: none;

	background: url(../../images/structure/list-arrow.gif) left center no-repeat;

}



#sidebar1 ul li a {

	display: block;

	padding: 4px 15px;

	width: 150px;

	font-weight: bold;

	text-decoration: none;

	background: url(../../images/structure/menu-line.gif) no-repeat;

	color: #AA1313;

}



#sidebar1 ul li a:hover { text-decoration: underline; background: #CBB77F url(../../images/structure/menu-line.gif) no-repeat; }



#last-menu1 { background: url(../../images/structure/menu-line.gif) left bottom no-repeat; }


/*--------------------------------- Content --------------------------------------*/



#content {

	float: right;

	padding: 30px;

	width: 600px;

	background: url(../../images/structure/content-cowboy.jpg) right bottom no-repeat;

}



.content-img-left {

	margin: 5px 15px 0px 0px;

	border: 3px solid #FFF;

	float: left;

}



blockquote {

	margin: 0px 20px;

	padding: 5px 0px;

	font-style: oblique;

	text-indent: 28px;

	border-top: 1px solid #C0AD74;

	border-bottom: 1px solid #C0AD74;

	background: url(../../images/structure/blockquote.gif) 0px 5px no-repeat;

}



/*--------------------------------- Other styles --------------------------------------*/



.content-2col {

	float: left;

	margin: 20px 40px 0px 0px;

	width: 260px;

}



.content-2col ul li, #content ul li {

	margin-bottom: 5px;

	padding-left: 18px;

	list-style: none;

	background: url(../../images/structure/list-arrow-2.gif) 0px 4px no-repeat;

}


/*--------------------------------- topbar --------------------------------------*/



#topbar a {
	color: #AA1313;
	font-weight:bold;
	text-decoration: none;
}	
	
#topbar a:hover {
	text-decoration: underline;
	background: #CBB77F
	}
	
