@charset "utf-8";
/* CSS Document */

h1{
	font-family: 'RodeoGirls', cursive;
	font-weight:normal;
	font-size:45px;
	margin:0px;
}

h2{
    font-family: "RodeoGirls",cursive;
    font-size: 38px;
    font-weight: normal;
    margin:0px;
}

h3{
	font-family: "Lora",sans-serif;
	font-size: 24px;
    font-weight: normal;
    margin:0px;
}

p{
	font-family: "Lora",sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

.title h1{
	margin-bottom:3px;
}

.content{
	min-height:690px;
	padding-bottom:210px;
	background:url(/images/content_bg.png) center bottom no-repeat;
}

.content .navigation{
	height:56px;
	padding-top:21px;
}

.content .navigation a{
	font-family: 'Lora', sans-serif;
	text-decoration:none;
	font-size:14px;
	color:#2c2725;
	margin-right:3px;
}

.content .navigation a.prev{
	font-weight:300;
}

.content .navigation a.nav_link{
	font-weight:normal;
}
