/* CSS Document */
/* layouts */

body
{
	background-image: url(../img/background/background.jpg);
	background-position: center center;
	height: auto;
	width: auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#container {
	width: 740px;
	text-align: center;
	height: auto;
	margin: auto;
}
#header {
	height: 80px;
	width: 740px;
	background-image: url(../img/background/head_bg.jpg);
}
#header #head_flash {
	float: left;
	height: 80px;
	width: 420px;
}
#date {
	height: 30px;
	width: 740px;
	background-image: url(../img/background/date.jpg);
}
#container #txt_1{
	float: right;
	height: 450px;
	width: 450px;
	background-image: url(../gallery/gallery_1/txt_bg_1.jpg);
	background-repeat: no-repeat;
}
#container #txt_2{
	float: right;
	height: 450px;
	width: 450px;
	background-image: url(../gallery/gallery_2/txt_bg_2.jpg);
	background-repeat: no-repeat;
}
#container #txt_3{
	float: right;
	height: 450px;
	width: 450px;
	background-image: url(../gallery/gallery_3/txt_bg_3.jpg);
	background-repeat: no-repeat;
}
#container #txt_4{
	float: right;
	height: 520px;
	width: 450px;
	background-image: url(../gallery/gallery_4/txt_bg_4.jpg);
	background-repeat: no-repeat;
}
#container #txt_5{
	float: right;
	height: 450px;
	width: 450px;
	background-image: url(../gallery/gallery_5/txt_bg_5.jpg);
	background-repeat: no-repeat;
}
#container #txt_6{
	float: right;
	height: 450px;
	width: 450px;
	background-image: url(../gallery/gallery_6/txt_bg_6.jpg);
	background-repeat: no-repeat;
}

#container #kep {
	float: left;
	height: 450px;
	width: 290px;
	background-repeat: no-repeat;
	background-image: url(../gallery/gallery_1/kep_bg.jpg);
}
#container #tali_1 {
	height: 450px;
	width: 740px;
	background-image: url(../gallery/gallery_7/talalkozo_1.jpg);
}
#container #tali_2 {
	height: 450px;
	width: 740px;
	background-image: url(../gallery/gallery_8/talalkozo2.jpg);
}
#container #tali_3 {
	height: 450px;
	width: 740px;
	background-image: url(../gallery/gallery_9/talalkozo_3.jpg);
}
#container #leiras {
	height: 1600px;
	width: 650px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/* link */

a:link {
   color : #666666;
   text-decoration : none;
}
a:hover {
   color : #CC0000;
   text-decoration : none;
}
a:visited {
   color : #666666;
   text-decoration : none;

}

/*style*/
.style1 {
	color: #990000;
	font-weight: bolder;
	font-size: 15px;
}
.style2 {
	color: #990000;
	font-weight: 100;
	font-size: 18px;
	font-style: normal;
}
