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

body {
	font-family: Palantino, Georgia, "MS Serif", "Times New Roman";
	font-size: 12px;
	background: #fff;
	margin: 0 auto;	
	text-align: center;
}

table, tr, td {
	font-size: 14px;
}

a:focus {
	outline: none;	
}
a {
	color: #b3001b;
}

.home-input-date {
	background-image: url(../images/input-date.jpg);
	background-repeat: no-repeat;
	border: 0;
	height: 35px;
	width: 39px;
	color: #FFFFFF;
	padding-left: 12px;
	padding-top: 10px;
	font-size: 12px;
}

.home-input-year {
	background-image: url(../images/input-year.jpg);
	background-repeat: no-repeat;
	border: 0;
	height: 35px;
	width: 58px;
	color: #FFFFFF;
	padding-left: 14px;
	padding-top: 10px;
	font-size: 12px;
}



#page-wrapper {
	margin: 0 auto;
	background-image: url(../images/top-left.png);
	background-repeat: no-repeat;
	width: 951px;
	min-height: 800px;
	border-left: 9px solid #b3001b;
}

#page-enter-wrapper {
	margin: 0 auto;
	background-image: url(../images/home-entry.jpg);
	background-repeat: no-repeat;
	width: 951px;
	min-height: 800px;
	border-left: 9px solid #b3001b;
}

#header, #menu, #submenu, #content {
	width: 801px;
	margin-left: 150px;
}

#footer {
	width: 550px;
	margin-top: 20px;
}

#header {
	height: 130px;	
}
#header .logo {
	float: right;
	height: 130px;
	margin-top: 5px;
	width: 277px;
}

#menu {
	padding-top: 20px;
	text-align:right;
}

#submenu {
	height: 90px;
	text-align: left;
}


#content-enter {
	text-align: left;
	height: auto;
	font-size: 14px;
	padding-bottom: 80px;
	margin-left: 350px;
	padding-top: 120px;
}

#content {
	text-align: left;
	height: auto;
	font-size: 14px;
	padding-bottom: 80px;
}

#content .text {
	width: 550px;
}

#content .image {
	text-align: center;
}

.contact-line {
	border-bottom: 1px solid #b3001b;
	padding-bottom: 7px;
	padding-top: 10px;
}

.contact-last-line {
	padding-bottom: 7px;
	padding-top: 10px;
}

.news-line {
	border-right: 1px solid #b3001b;
	padding-right: 10px;
	width: 300px;
}

#footer {
	height: 23px;
	text-align: left;
	font-size: 12px;
	padding-top: 3px;
}

#footer-enter {
	height: 23px;
	text-align: left;
	font-size: 12px;
	padding-top: 150px;
	margin-left: 200px;
}


