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

a {
	color: #009;
	text-decoration: none;
}

a:hover {
	color: #00F;
}

address {
	font-style: normal;
	line-height: 22px;
}

body {
	background: url('../images/background.jpg') #ccc top center repeat-y;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, san-serif;
	font-size: 14px;
	line-height: 22px;
}

.copyright {
	font-size: 10px;
	line-height: 14px;
	text-align: center;
}

.header {
	text-align: center;
}

h1 {
	color: #FFF;
	font-size: 26px;
	padding-top: 15px;
	text-align: right;
}

.homepage {
	background: url('../images/homepage.png') top center no-repeat;
	height: 410px;
}

img {
	border: 0px;
}

.menu_subpage {
	font-size: 19px;
	font-weight: bold;
	line-height: 28px;
	padding-top: 90px;
}

.menu_subpage a {
	color: #FFF;
}

.menu_subpage a:hover {
	color: #FC6;
}

.subpage {
	background: url('../images/subpage.png') top center no-repeat;
	min-height: 350px;
}

.tagline {
	color: #FFF;
	font-size: 13px;
	height: 341px;
	line-height: 20px;
	padding-right: 40px;
	padding-top: 20px;
}
