/*Generic Template {{{chocolate style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
html, body {	
	height: 100%;
	}
	
body {
	color: #000;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	background: url(images/chocolate_12.jpg) center left fixed no-repeat;
	}

h1,h2,h3,h4,h5,h6 {
	padding: 5px;
	border-bottom: 1px solid chocolate;
	}

.container {
	float: left;
	width: 800px;
	margin-left: 200px;
	}	
	
#header {	
	height: 200px;
	background: url(images/chocolate_01.jpg) 0 0 no-repeat;
	}
	
#header h1 {
	font-size: 35px;
	letter-spacing: 2px;
	border: none;
	display: block;
	background: none;
	padding: 35px 30px 0 0;
	text-align: right;
	width: 600px;
	float: right;
	}
	
.subtitle {
	border: none;
	display: block;
	background: none;
	float: right;
	width: 370px;
	text-align: right;
	padding-top: 50px;
	padding-right: 30px;
	}	
	
h1 {
	font-size: 22px;
	}	
	
h2 {
	font-size: 18px;
	}
	
h3 {
	font-size: 16px;
	}	
	
h4 {
	font-size: 14px;
	}	
	
a {
	color: chocolate;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}
	
/*#LB_content h2 a {
	color: #fff;
	}*/	
	
.menu1 {
	float: left;
	padding: 0 15px;
	}	
	
.menu1 ul {
	list-style-type: none;
	float: left;
	}	
	
.menu1 li {
	display: block;
	list-style-type: none;
	float: left;
	background: url(images/chocolate_05.jpg) top right no-repeat;
	padding-right: 25px;
	}	
	
.menu1 ul a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0 10px 35px;
	height: 24px;
	float: left;
	display: block;
	background: url(images/chocolate_04.jpg) 0 0 no-repeat;
	}					
	
.menu1 ul a:hover {
	text-decoration: none;
	background: url(images/chocolate_07.jpg) 0 0 no-repeat;
	}

.menu {
	float: left;
	padding-left: 20px;
	}
	
.menu ul {
	list-style-type: none;
	float: right;
	padding-right: 10px;
	}		
	
.menu li {
	display: block;
	list-style-type: none;
	float: left;
	margin: 0 2px;
	}
	
.menu ul a {
	color: chocolate;
	text-decoration: underline;
	float: left;
	padding: 5px 3px;
	font-weight: bold;
	}
	
.menu ul a:hover {
	text-decoration: none;
	}

/*-- end of menus --*/		
		
.content_wrap {
	width: 800px;
	float: left;
	}		
	
.content {
	float: left;
	width: 800px;
	position: relative;
	}
	
.content_text {
	min-height: 550px;
	_height: 550px;
	word-wrap: break-word;
	width: 720px;
	clear: both;
	margin-left: 45px;
	}						
	
.content_text ul {
	padding-left: 15px;
	padding-top: 5px;
	}	
	
.content img {
	margin: 5px 5px 5px 0;
	}	
	
.content p {
	padding: 10px 0;
	line-height: 1.5em;
	}		
	
.footer {
	clear: both;
	padding: 15px 25px 25px 0;
	text-align: right;
	height: 74px;
	background: url(images/chocolate_10.jpg) 0 0 no-repeat;
	}	
	