html{
	height: 100%;
}
body{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	height: 100%;
}
strong{
	font-weight: bold;
}
a{
	color: #006600;
}
#container{
	position: absolute;
	top: 50%;
	margin-top: -250px;
	width: 100%;
	text-align: center;
}
#site{
	width: 960px;
	height: 500px;
	margin: 5px auto 0px auto;
	text-align: left;
	background-image: url('../img/bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
#menu{
	position: absolute;
	width: 430px;
}
#content{
	position: absolute;
	margin: 0px 0px 0px 440px;
	width: 512px;
}
.title{
	width: 511px;
	height: 21px;
	background-image: url('../img/nav_bg.jpg');
	color: #FFFFFF;
}
.title .text{
	float: left;
	line-height: 21px;
}
.title .text span{
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 6px;
}
.title .nav{
	float: right;
	line-height: 21px;
	vertical-align: middle;
}
.title .nav a{
	color: #FFFFFF;
	text-decoration: none;
}
.title .nav a:hover{
	text-decoration: underline;
}
.title .nav .active{
	color: #000000;
}
.title .nav .next, .title .nav .prev, .title .nav .home{
	float: left;
}
.title .nav .pages{
	float: left;
	margin: 0px 5px 0px 5px;
}
.photos{
	margin-top: 5px;
	width: 517px;
}
.photos .photo{
	float: left;
	width: 86px;
	height: 98px;
}
.photo_big{
	margin-top: 5px;
}
.contact .column{
	float: left;
	width: 255px;
	height: 409px;
	background-color: #44C5F2;
	font-family: Georgia,'Times New Roman',times,serif;
	font-size: 14px;
}
.contact p{
	margin: 0px 0px 5px 0px;
	line-height: 14px;
}
.contact .photo{
	margin: 8px 0px 0px 8px;
}
.contact .text1{
	margin: 8px 8px 0px 8px;
}
.contact .text2{
	margin: 8px 8px 0px 8px;
}
.contact .info{
	margin: 8px 0px 0px 7px;
}
