/*QS Template {{{chocolate style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
html, body {
	min-height: 100%;
	_height: 100%;
	#height: 100%;
	}	
	
body {
	color: #fff;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	background: #000 url(images/bg.jpg) 0 0 repeat-x fixed;
	}

.container {
	width: 980px;
	position: relative;
	margin: 0 auto;
	padding-top: 80px;
	}	
	
.content_wrap {
	width: 980px;
	float: left;
	}	
	
#header {
	width: 980px;
	display: block;
	float: left;
	background: url(images/chocolate_03.jpg) 0 0 no-repeat;
	height: 200px;
	}	
	
#header h1 {
	font-size: 55px;
	text-transform: uppercase;
	border: none;
	padding: 10px 30px 0 30px;
	color: chocolate;
	}
	
.subtitle	{
	display: block;
	padding: 0 30px;
	margin: 0;
	}
	
h1,h2,h3,h4,h5,h6 {
	margin: 5px 0;
	} 
	
a {
	color: chocolate;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}	
	
.menu1 {
	float: left;
	width: 980px;
	}	
	
.menu1 ul {
	list-style-type: none;
	float: left;
	width: 950px;
	padding-left: 30px;
	padding-top: 30px;
	}
	
.menu1 li {	
	list-style-type: none;
	display: block;
	float: left;
	}
		
.menu1 ul a {
	float: left;
	text-decoration: none;
	padding: 10px;
	color: chocolate;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	}		
	
.menu1 ul a:hover {
	text-decoration: underline;
	}
	
.menu {
	float: left;
	clear: both;
	width: 980px;
	height: 70px;
	background: url(images/chocolate_08.png) 0 0 no-repeat;
	_background: url(images/chocolate_08.gif) 0 0 no-repeat;
	}
	
.menu ul {
	float: left;
	width: 940px;
	margin-left: 20px;
	padding-top: 20px;
	}
	
.menu li {
	display: block;
	list-style-type: none;
	float: left;
	}
	
.menu a {
	float: left;
	text-decoration: none;
	padding: 10px;
	color: chocolate;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	}
	
.menu a:hover {
	text-decoration: underline;
	}					
		
.content {
	width: 980px;
	height: 520px;
	float: left;
	background: url(images/chocolate_05.jpg) 0 0 no-repeat;
	}	
	
.content_text {
	float: left;
	width: 860px;
	height: 470px;
	overflow: auto;
	padding: 0 30px;
	}	
	
.content ul {
	padding-left: 15px;
	}	
	
.content p {
	padding: 5px 0;
	letter-spacing: 1px;
	}	
	
img {
	margin: 5px 5px 5px 0;
	}	
		
.footer {
	width: 980px;
	clear: both;
	float: left;
	font-weight: bold;
	height: 100px;
	padding-top: 30px;
	background: url(images/chocolate_06.jpg) 0 0 no-repeat;
	text-align: center;
	}	
	
