@charset "utf-8";

header {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}


footer {
	text-align: center;
	margin-top: 10px;
	padding-top: 50px;
	padding-bottom: 20px;
	background-color: #EAEAEA;	
}




/*footer a {
	color: #FFE4A8;
}
*/

#main {
	width: 80%;
	max-width: 750px;
	margin-top: 60px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
}
body {
	font-family: 'Arimo', sans-serif;
	padding-top: 10px;
	background-image: url(../images/bg.jpg);
	/*background-repeat: repeat-x;*/
	background-position: center top;
	background-attachment: fixed;
	background-repeat: repeat;
}

h1 {
	font-family: 'Kaushan Script', cursive;
	/*margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-size:32px */
}

h2 {
	font-family: 'Kaushan Script', cursive;
}

h3 {
	font-family: 'Dynalight', cursive;
	font-size: 37px;
}

h4 {
	font-family: 'Arimo', sans-serif;
	font-size: 24px;
	font-weight: 700;
}

#bg_main {
	background-color:#FFFFFF;
}

a:link {
	color: #465569;
}

.container {
	background-color: #FFFFFF;
}
