@import url(http://fonts.googleapis.com/css?family=Lato:400,300,700);

/* reset styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
/* end reset */


body {
	margin: 0 auto;
	font-family: 'Lato', sans-serif;
	background: #DDD;
}
#wrap {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding: ;
}
.cont{
	padding: 10px 25px 100px 25px;
}
h1 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0 0;
}
p {
	font-size: 16px;
}
b {
	font-size: 17px;
}
ul {
	list-style-type: disc;

}
.ul2 {
	float:left;
}
.li2 {
	width:400px;
}
