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

/***** Font Faces *****/

@font-face {
	font-family: 'Handstil';
	src: url(fonts/ITCEdscr.TTF);
}

/***** CSS *****/
body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font: Georgia, "Times New Roman", Times, serif;
	color: #333;
}

a {
	text-decoration: none !important;
}

header {
	width: 100%;
	height: 100px;
	background: #222;
	border-bottom: 3px solid #3396b6;
}

#logo {
	width: 470px;
	height: 100px;
	margin: 0 auto;
	background: url(images/logo.png);
}

#main {
	width: 1050px;
	height: 600px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 100px;
	padding: 0px
}

.page {
	width: 300px;
	height: 420px;
	border-radius: 10px;
	border: 2px solid #3396b6;
	background: #222;
}

.page h1{
	color: #3396b6;
	text-align: center;
	font-size: 80px;
	font-weight: normal;
	font-family: 'Handstil', "monotype Corsiva";
	margin-top: 20px;
	margin-bottom: 20px;
	text-decoration: none;
}

#music {
	float: left !important;
	margin-left: 70px;
}

#music img {
	border: 4px solid #fff;
	box-shadow: 0px 0px 5px #111;
	margin: 0px 26px;
}

#articles {
	float: left !important;
}

#articles img {
	border: 4px solid #fff;
	box-shadow: 0px 0px 5px #111;
	margin: 0px 26px;
}

#sis {
	float: right !important;
}

#sis img {
	border: 4px solid #fff;
	box-shadow: 0px 0px 5px #111;
	margin: 0px 26px;
}