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

body {
    font-family: Chivo,Arial,sans-serif;
    font-size: 12px;
	color: #666666;
	line-height: 16px;
	margin: 0;
	text-align: left;
	background: #fff url(images/glass-light.jpg) top center no-repeat;
}
#wrapper {
	width: 950px;
	padding: 50px 0;
	margin: 0 auto;
}
.logo {background: url(images/muay-thai-university.png) no-repeat;
	height: 205px;
	width: 205px;
	padding-bottom: 50px;
	float: left;
	margin-right: 50px;
}
.tagline {
    float: right;
    width: 670px;
}
.tagline h1 {
    color: #BA8748;
    font-size: 27px;
    font-style: italic;
    font-weight: 900;
    line-height: 37px;
    margin: 0 0 30px;
	text-shadow: 1px 1px 1px #FFFFFF;
}
.tagline h2 {
    color: #BA8748;
    font-size: 35px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
	text-shadow: 1px 1px 1px #FFFFFF;
}