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

html {
	font-family: 'Oswald', sans-serif;
	font-weight:200;
	color:#550029;
}

a {
	color:#550029;
	font-weight:500;
	text-decoration:none;
}

body {
	background:url(../img/bg.jpg) top center;
}

.page {
	width: 950px;
	margin:0 auto;
	text-align:center;
}

h1,h2 {
	font-family:'Patua One', cursive;
}

.header h1 {
	font-weight:900;
	font-size:120px;
	text-transform:uppercase;
	margin:20px 0 0 0;
	line-height:120px;
}

.header h2 {
	font-weight:500;
	font-size:40px;
	text-transform:uppercase;
}

.content {
	margin: 0 auto;
	width: 750px;
	font-size:22px;
}

.content table{
	font-size:16px;
}

.content table .small{
	font-size:12px;
}

.content h3{
	font-family:'Patua One', cursive;
	font-weight:200;
	font-size:25px;
	margin-top:15px;
}

.order{
	font-family:'Patua One', cursive;
	font-weight:200;
	font-size:25px;
	margin-top:15px;
	background-color:#550029;
	color:#FFF;
	padding: 10px;
}

.order a{
	color:#FFF;
}

.small{
	width: 180px;
	text-align:center;
	margin:0 auto;
}

.small a{
	font-size:20px;

}



