/*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: Verdana, Arial, sans-serif;
	background: #fff url(images/chocolate_bg.gif) 0 0 repeat-x fixed;
	}

.container {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	}	
	
.content_wrap {
	width: 960px;
	float: left;
	}	
	
#header {
	display: block;
	height: 210px;
	width: 960px;
	background: url(images/chocolate_01.png) 0 0 no-repeat;
	position: fixed;
	*margin-left: -30px;
	}	
	
#header h1 {
	font-size: 45px;
	border: none;
	color: #fff;
	padding-top: 80px;
	padding-left: 25px;
	}
	
.subtitle	{
	display: block;
	width: 515px;
	padding-left: 35px;
	}
	
h1,h2,h3,h4,h5,h6 {
	padding: 5px 0;
	padding-bottom: 1px;
	} 
	
a {
	color: burlywood;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:hover {
	text-decoration: none;
	}	

/*////menus____*/
	
.menu1 {
	float: left;
	width: 900px;
	}	
	
.menu1 ul {
	float: left;
	}
	
.menu1 li {	
	list-style-type: none;
	display: block;
	float: left;
	padding-right: 16px;
	background: url(images/chocolate_05.png) top right no-repeat;
	}
		
.menu1 ul a {
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 10px 0 10px 16px;
	height: 17px;
	text-align: center;
	background: url(images/chocolate_04.png) 0 0 no-repeat;
	}		
	
.menu1 ul a:hover {
	text-decoration: none;
	color: burlywood;
	}
	
.menu {
	float: left;
	width: 900px;
	background: url(images/chocolate_09.png) 0 0 repeat-y;
	*background: none;
	clear: both;
	}
	
.menu ul {
	float: right;
	padding-bottom: 90px;
	padding-right: 15px;
	}
	
.menu li {
	float: left;
	display: block;
	}
	
.menu ul a {
	float: left;
	text-decoration: none;
	color: #fff;
	padding: 5px;
	}
	
.menu ul a:hover {
	text-decoration: underline;
	}	
	
/*////content divs____*/	
		
.content {
	width: 900px;
	margin: 0 auto;
	padding-top: 210px;
	background: url(images/chocolate_09.png) 0 0 repeat-y;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	}		
	
.content_text {
	width: 860px;
	min-height: 650px;
	_height: 650px;
	clear: both;
	margin: 0 auto;
	}		
	
.content_text ul {
	padding-left: 15px;
	margin: 5px 0;
	}		
	
.content p {
	padding-bottom: 10px;
	}	
	
img {
	margin: 5px 5px 5px 0;
	}	
		
.footer {
	padding: 20px 0 10px 20px;
	clear: both;
	color: #fff;
	width: 960px;
	height: 23px;
	position: fixed;
	bottom: 0;
	background: url(images/chocolate_12.png) 0 0 no-repeat;
	}	
	

