/***********************************************/
/* HTML tag styles                                                                */
/***********************************************/ 
@charset "utf-8";

body * {
	font-size: 100%;
}

body {
 	background-image: url(../images/background_00.jpg);        
	background-color: #171717;
	background-repeat: repeat-x;
	margin: 0px;
}
.color{
 font-size: 11px;
 color: #000000;
}



/************* #Nav styles **************/


.title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 180%;
	font-size: 26px;
	color: #000;
}
.titleDot {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 180%;
	font-size: 8px;
	color: #BCA041;
	letter-spacing: 0.4em;
}
.menu , .menu:link , .menu:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 30px;
	color: #36C;
}
.menu:hover , .menu:active {
	text-decoration: none;	
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 30px;
	color: #36C;
}
.content {
	font-family:Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 180%;
	padding-right: 80px;
	padding-left: 10px;
}
.contentList {
	list-style:square;
	font-family:Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 180%;
	margin-right: 80px;
	margin-bottom: 6px;
}
.contentNote {
	list-style:square;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 110%;
	margin-right: 80px;
}
#guest {
	margin: 0 auto 0 0;
	background-color:#F00;
	width: 300px;
	height: 960px;
}

.guestName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	color: #222;
	padding-bottom: 2px;
	padding-top: 1px;
	margin-left: 0px;
	margin-top: 600px;
	display: inline;
	float: left;
	margin-bottom: 0;
	width: 300px;
}
.messege {
	float: left;
	width: 1000px;
	background-image:url(../images/images/nyletc_02.jpg);
	height: 100%;
}
.messege p {
	color: #F90;
	font-size: 18px;
	padding-left: 100px;
	padding-right: 100px;
	line-height: 130%;
}
.messege p a:link, .messege p a:visited {
	text-decoration: underline;
	color: #F90;
}