@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: "Cutive";
  font-style: normal;
  font-weight: 400;
  src: local("Cutive"), local("Cutive-Regular"), url("https://fonts.gstatic.com/l/font?kit=Yo4_EszlT2WxAdKfYCFfQihqGa-CSr3nQtF3lrv2wWeu7RP096c_0cFQ7arjjB7ybFaXKHeky_O7IdzbE_trRh2NL1ThVuLv506WDWjwTFK0tkCcv8VGcP6XCC56Ww8-&skey=2312c8de064fc8e4") format("woff");
}


html, body, img, a {
	margin:0;
	padding:0;
	outline:none;
	border:0;
}

body {
	background-color:#000;
}

h1 {
	font-family: 'Cutive', serif !important;
	font-weight:normal;
	letter-spacing:1px;
	font-size:20px;
	color:#fff;
	padding:27px 0 0 0;
	margin:0;
}

.bigger {
	font-size:22px;
}

h2 {
	font-family: 'Cutive', serif !important;
	font-weight:bold;
	letter-spacing:1px;
	line-height:30px;
	font-size:17px;
	color:#222;
	padding:0 0 17px 0;
	margin:0;
	text-align:center;
}

.smaller {
	font-size:12px;
}

h3 {
	font-family: 'Cutive', serif !important;
	font-weight:bold;
	letter-spacing:normal;
	font-size:14px;
	line-height:20px;
	color:#222;
	padding:0 0 14px 0;
	margin:0;
}

h4 {
	font-family: 'Cutive', serif !important;
	font-weight:bold;
	letter-spacing:normal;
	font-size:15px;
	color:#222;
	padding:0 0 12px 0;
	margin:0;
}

h5 {
	font-family: 'Cutive', serif !important;
	font-weight:normal;
	letter-spacing:normal;
	font-size:15px;
	color:#222;
	padding:0 0 12px 0;
	margin:0;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:17px;
	color:#555;	
	margin:0;
	padding:0 0 12px 0;
}

a:link, a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;	
	font-size:15px;
	text-decoration:none;
	color:#222;
}

a:hover {
	text-decoration:underline;
}

#logo img {
	float:left;
	padding:24px 15px 0 22px;
}

#container {
	position:relative;
	width:1000px;
	margin:0 auto;
}

#bigimage {
	width:100%;
	height:580px;
	padding:40px 0 0 0;
	background-image:url("../images/sante2.jpg");
	background-position:0 -80px;
	background-repeat:no-repeat;
}

#head {
	width:1000px;
	height:80px;
	background-color:#000;
	border-bottom:2px solid #ffc105;
}

#content {
	width:1000px;
	min-height:500px;
	background-color:#000;
	border-top:2px solid #ffc105;
}

#welcome {
	width:300px;
	border-radius: 25px;
	border:2px solid #666;
	background-color:#fff;
	margin:0 0 0 22px;
	padding:25px 22px 35px 22px;
}

.column1 {
	width:300px;
	border-radius: 25px;
	border:2px solid #666;
	float:left;
	background-color:#fff;
	margin:20px 0 0 22px;
	padding:25px 22px 65px 22px;
}

.column2 {
	width:530px;
	border-radius: 25px;
	border:2px solid #666;
	margin:10px 24px 0 24px;
	padding:25px 22px 10px 22px;
	float:right;
	background-color:#fff;
}

.column3 {
	width:530px;
	border-radius: 25px;
	border:2px solid #666;
	margin:20px 24px 0 24px;
	padding:25px 22px 10px 22px;
	float:right;
	background-color:#fff;
}

.column1 a:link, .column2 a:link, column1 a:visited, column2 a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;	
	font-size:15px;
	text-decoration:none;
	color:#000;
}

.column1 a:hover, .column2 a:hover {
	text-decoration:underline;
}

iframe {
	float:left;
	padding:6px 15px 3px 20px;
}

details {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:17px;
	color:#000;	
	margin:0;
	padding:0 0 12px 0;
}



summary {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:17px;
	color:#000;	
	margin:0;
	padding:0 0 0 0;
}

footer {
	clear:right;
	width:93%;
	height:100px;
	text-align:center;
	color:#ccc;
	font-size:12px;
	line-height:14px;
	padding:20px 0 0 40px;
	font-family:Arial, Helvetica, sans-serif;
}
	