@charset "utf-8";
/* CSS Document - THE SSK website */

html, body {
	margin: 0;
	padding: 0px;
	font-family: "Liberation Sans";
	font-size: 14px;
	color: #000000;
	background-color:#c1af89;
}
p, td {
	font-size:18px;
	text-align:justify;
	line-height:27px;
	margin:0 0 10px 0;
}
h3 {
	font-size:21px;
	margin:0 0 16px 0;
}

#container {
	width:1000px;
	margin:0px auto;
}

img {
	margin-bottom:25px;
}