/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/



/*
	MAIN STYLES
*/


#accordion strong {
	font-weight: bold !important;
}
#slide1 {
	background:#f2f2f2;
}
#slide1 .content {
	font-family: 'Times New Roman', sans-serif; font-weight:bold;
}
#slide1 h4 {
	line-height:28px !important;
}
#slide1 .content ul {
	list-style: square;
	margin-top:15px;
	margin-left:40px;
}
#slide1 .content li {
	margin-bottom:10px;
}
#slide3 {
	background:url(./imgs/slide-bg.jpg) center center no-repeat;
	color:#fff !important;
}
#slide3 .content {
}
#slide3 .content h1 {
	text-align:left;
}

#container {
	width:800px;
	margin:30px auto;
	position:relative;
}
#container >div {
	width:78%;
	margin-bottom:30px;
}
#container > div > pre { 
	background:#E2DBD1;
	border:1px solid #D1BFA6;
	color:#333;
	margin-bottom:20px;
	border-left: 10px solid #D1BFA6;
}