body, html {
	width: 100%;
	height: 100%;
	height:auto !important;
	min-height:100%;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #fff;
}
table, td {
	font-family: Tahoma;
	font-size: 12px;
	color: #fff;
	vertical-align: top;
}
p {
	text-align: justify;
}
a:link, a:visited, a:hover {
	color: #67aae8;
}

img {
	border: 0px;
}






.body {
	background: #000;
}

/* head */
.head_main {
	height: 782px;
	background: url(img/head_main.jpg) no-repeat top;
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 14px;
}
.head {
	height: 377px;
	background: url(img/head.jpg) no-repeat top;
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 14px;
}

/* content */
.contentTable {
	padding: 98px 99px 50px 99px;
	background: url(img/bgcontent.jpg) no-repeat top center;
}

.content {
	padding-left: 55px;
}
.contentPhoto h1 {
	margin-left: 70px;
}
div.title, h1 {
	font-size: 1px;
	margin-bottom: 20px;
}
h2 {
	font-size: 16px;
	color: #966ba5;
}
div.block {
	margin-bottom: 40px;
}
div.text {
	margin-top: 10px;
}
/* photo */
div.name {
	margin-top: 15px;
}
div.name span {
	color: #966ba5;
}
div.more {
	margin-top: 10px;
}
.photos {
	text-align: center;
}


/* footer */
.foot {
	background: url(img/footbg.jpg) no-repeat bottom center;
	padding: 0px 99px 20px 99px;
}
.copy {
	margin-top: 15px;
}
.copy td {
	font-size: 11px;
	vertical-align: middle;
	text-align: center;
}
.copy td.copyName {
	color: #838383;
}
/* bottom menu */
div.bottomMenu {
	text-align: center;
}
div.bottomMenu a, div.bottomMenu span {
	margin: 0px 10px;
}
div.bottomMenu a:link, div.bottomMenu a:visited, div.bottomMenu a:hover {
	font-size: 11px;
}
div.bottomMenu span {
	font-size: 11px;
	color: #A52D70;
	font-weight: bold;;
}

.banner {
	margin-bottom: 45px;
}





/* lists */
ul, ol, li {
	margin: 0px;
	padding: 0px;
}
ul li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	background: url(img/bullet.gif) no-repeat 0px 5px;
	padding-left: 22px;
}

.list ul li {
	margin-bottom: 15px;
}

