@import url(https://fonts.googleapis.com/css?family=Kalam:300);

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #0099CC url(bg.gif);
	margin: 0;
	padding: 0;
	height:100%;
	min-height: 100%;
	}
	
h3 {
	font-family: 'Kalam', sans serif;
	font-size:30px;
	line-height: 18px;
	margin-left: 20px;
}

h4 {
	font-family: 'Kalam', sans serif;
	font-size:22px;
	line-height:40px;
}

h1 {
	font-family: 'Kalam', sans serif;
	font-size:30px;
	line-height: 32px;
	margin-bottom: -18px;
	letter-spacing: 0.4px;
}


h5 {
	font-family: 'Kalam', sans serif;
	font-size:19px;
	line-height:28px;
	margin-left: 20px;
	margin-right: 140px;
}

h2 {
	font-family: 'Neucha', cursive;
	font-size:20px;
}

a {
	color: #36C;
	text-decoration: none;
	}
	
a:hover {
	color: #F03;
	}
	

#container {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	height: auto;
	}

#header {
	width: 1004px;
	height: 160px;
	position: relative;
	padding-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #fff;
	-moz-box-shadow: 0px 0px 12px #000;
	-webkit-box-shadow: 0px 0px 12px #000;
	box-shadow: 0px 0px 12px #000;
	-moz-border-radius: 0px 0px 16px 16px;
	border-radius: 0px 0px 16px 16px;

	}

#menu {
	font-family: 'Enriqueta', serif;
	font-size:20px;
	margin-top:25px;
	padding-top:35px;
	float: left;
	width:130px;
	line-height:normal;
	-moz-border-radius: 12px 0px 0px 12px;
	border-radius: 12px 0px 0px 12px;
	-moz-box-shadow: 0px 2px 12px #000;
	-webkit-box-shadow: 0px 2px 12px #000;
	box-shadow: 0px 2px 12px #000;
	padding-left: 10px;
	padding-bottom: 30px;
	margin-left: 15px;
	background: #FFF;
	}

#content {
	margin-top: 0px;
	width: 1024px;
	padding-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 25px;
	min-height: 600px;
	float: left;
	}

	
#content p {
	line-height: 150%;
	margin-bottom: 0px;
	}
	
#content a.body {
	color: #B6213E;
	text-decoration: none;
	font-weight: 500;
	}
	
#content a.body:hover {
	color: #7F2429;
	}

#sidebar {
	background:#fff;
	padding: 5px 12px;
	font-size:13px;
	margin-top: 190px;
	position: absolute;
	margin-left: 735px;
	-moz-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	-moz-box-shadow: 0px 2px 10px #000;
	-webkit-box-shadow: 0px 2px 10px #000;
	box-shadow: 0px 2px 10px #000;
	}


#footer {
	width: 730px;
	clear: both;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-left: 180px;
	}

img {
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;

}
