
/* -------------- FONTS -------------- */

H1 { 
	font-family: "Century Gothic", "Trebuchet MS", Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000000;
	background-color: none;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.bold { 
	font-family: "Century Gothic", "Trebuchet MS", Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 3px;
	font-weight: normal; 
	color: #FFFFFF;
	background-color: none;
	margin: 0px;
	padding: 0px 0px 0px 15px;  
}

H2 {
	font-family: "Century Gothic", "Trebuchet MS", Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 22px;
	font-weight: normal;
	letter-spacing: 1px; 
	color: #000;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;  
}

H2 a:link, H2 a:visited, H2 a:active {
	font-weight: bold; 
	color: #000;
	text-decoration: none;
}

H2 a:hover {
	font-weight: bold; 
	color: #333;
	text-decoration: underline;
}

H3 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetiva, Sans-Serif;
	font-size: 11px;
	line-height: 24px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #FFF;
	margin: 12px 0px 0px 15px; 
}

H3 a:link, H3 a:visited, H3 a:active {
	font-weight: normal; 
	color: #FFF;
	text-decoration: none;
}

H3 a:hover {
	font-weight: normal; 
	color: #D8D8D8;
	text-decoration: none;
}

H4 {
	font-family: "Century Gothic", "Trebuchet MS", Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	letter-spacing: 1px; 
	color: #000;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;  
}

.bold2 { 
	font-family: "Century Gothic", "Trebuchet MS", Tahoma, Verdana, Arial, Helvetiva, Sans-Serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 1px; 
	color: #000;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px; 
}

H4 a:link, H4 a:visited, H4 a:active {
	font-weight: bold; 
	color: #000;
	text-decoration: none;
}

H4 a:hover {
	font-weight: bold; 
	color: #333;
	text-decoration: underline;
}

H5 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9px;
	line-height: 14px;
	font-weight: normal; 
	color: #000;
	background-color: #FFFFFF;
	letter-spacing: 0.1em;
	margin: 10px 0px 20px 0px;  
}

H5 a:link, H5 a:visited, H5 a:active {
	font-weight: bold; 
	color: #333;
	text-decoration: none;
}

H5 a:hover {
	font-weight: bold; 
	color: #000;
	text-decoration: none;
}

.imagelink {
	font-family: Tahoma, Arial, Helvetiva, Sans-Serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	color: #D5D5D5;
	background-color: #FFFFFF;
}

.imagelink a:link, .imagelink a:visited, .imagelink a:active {
	font-weight: normal;
	color: #D5D5D5;
	text-decoration: none;
}

.imagelink a:hover {
	font-weight: normal;
	color: #CCC;
	text-decoration: underline;
}

.copyright {
	font-family: "Century Gothic", Tahoma, Arial, Helvetiva, Sans-Serif;
	font-size: 9px;
	line-height: 10px;
	color: #000;
	letter-spacing: 1px;
	background-color: #FFF;
	margin: 0px 0px 0px 210px; 
}

.copyright a:link, .copyright a:visited, .copyright a:active {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.copyright a:hover {
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}

/* -------------- CONTENT -------------- */

body { 
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
 	border: 0px solid #000000;
	background-image: url(Background.gif);
}

#main {
	text-align: center;
	width: 100%;
 	border: 0px solid #000000;
	margin: 0px 0px 0px 0px; 
}

.logo {
	position: absolute;
	left: 20px;
	top: 0px;
	width: 150px;
	height: 120px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border-width: 0px 0px 0px 0px;
 	border-style: solid;
}

.menu {
	position: absolute;
	left: 20px;
	top: 120px;
	width: 150px;
	height: 400px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	border-width: 0px;
 	border-style: solid;
 	background-image: url(Menu-Background.jpg);
}

.header {
	position: absolute;
	left: 180px;
	top: 0px;
	padding: 22px 0px 0px 30px;
	text-align: left;
 	border: 0px solid #000000;
}

.border {
	position: absolute;
	left: 0px;
	top: 120px;
	width: 100%;
	height: 20px;
	margin: 0px;
 	border: 0px;
	background-image: url(Border.gif);
}

.page-headline {
	position: absolute;
	left: 210px;
	top: 150px;
	width: 360px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	text-align: left;
 	background-color: #000;
}

.large-photo {
	position: absolute;
	left: 210px;
	top: 220px;
	width: 267px;
	height: 390px;
	padding: 0px;
	text-align: left;
 	border: 0px solid #000;
}

.large-photo-block {
	position: absolute;
	z-index: 200;
	left: 210px;
	top: 220px;
	width: 267px;
	height: 390px;
	padding: 0px;
	text-align: left;
 	border: 0px solid #000;
}

.large-photo1 {
	position: absolute;
	left: 210px;
	top: 220px;
	width: 267px;
	padding: 0px;
	text-align: center;
 	border: 0px solid #000;
}

.large-photo2 {
	position: absolute;
	left: 498px;
	top: 220px;
	width: 267px;
	padding: 0px;
	text-align: center;
 	border: 0px solid #000;
}

.wide-photo1 {
	position: absolute;
	left: 210px;
	top: 2020px;
	width: 390px;
	padding: 0px;
	text-align: center;
 	border: 0px solid #000;
}

.wide-photo2 {
	position: absolute;
	left: 210px;
	top: 1120px;
	width: 390px;
	padding: 0px;
	text-align: center;
 	border: 0px solid #000;
}


.katy-photos {
	position: absolute;
	left: 210px;
	top: 220px;
	width: 390px;
	padding: 0px;
	text-align: center;
 	border: 0px solid #000;
}

.model-facts {
	position: absolute;
	left: 507px;
	top: 212px;
	width: 193px;
	padding: 0px;
	text-align: left;
 	border: 0px solid #000000;
}

.model-facts-wide {
	position: absolute;
	left: 630px;
	top: 212px;
	width: 193px;
	padding: 0px;
	text-align: left;
 	border: 0px solid #000000;
}

.model-text {
	position: absolute;
	left: 700px;
	top: 212px;
	width: 200px;
	padding: 0px;
	text-align: left;
 	border: 0px solid #000000;
}

.model-text-wide {
	position: absolute;
	left: 823px;
	top: 212px;
	width: 200px;
	padding: 0px;
	text-align: left;
 	border: 0px solid #000000;
}

.small-photos {
	position: absolute;
	left: 507px;
	top: 370px;
	width: 350px;
	padding: 0px;
	text-align: left;
 	border: 0px solid #000000;
}

.small-photos-wide {
	position: absolute;
	left: 630px;
	top: 370px;
	width: 350px;
	padding: 0px;
	text-align: left;
 	border: 0px solid #000000;
}

.small-photos-G {
	position: absolute;
	left: 507px;
	top: 370px;
	width: 650px;
	padding: 0px;
	text-align: left;
 	border: 0px solid #000000;
}

.small-photos-one {
	position: absolute;
	left: 507px;
	top: 490px;
	width: 350px;
	padding: 0px;
	text-align: left;
 	border: 0px solid #000000;
}

.border-bottom {
	position: absolute;
	left: 0px;
	top: 640px;
	width: 100%;
	height: 20px;
	padding: 0px;
	margin: 0px;
	background-image: url(Border.gif);
}

.copyright-bottom {
	position: absolute;
	left: 0px;
	top: 653px;
	width: 100%;
	height: 20px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.border-bottom-blaby {
	position: absolute;
	left: 0px;
	top: 4340px;
	width: 100%;
	height: 20px;
	padding: 0px;
	margin: 0px;
	background-image: url(Border.gif);
}

.copyright-bottom-blaby {
	position: absolute;
	left: 0px;
	top: 4353px;
	width: 100%;
	height: 20px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.border-bottom-blaby2007 {
	position: absolute;
	left: 0px;
	top: 7570px;
	width: 100%;
	height: 20px;
	padding: 0px;
	margin: 0px;
	background-image: url(Border.gif);
}

.copyright-bottom-blaby2007 {
	position: absolute;
	left: 0px;
	top: 7583px;
	width: 100%;
	height: 20px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

div.img img {
  	border: 10px solid #D5D5D5;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
}

div.img a:hover img {
 	border: 10px solid #666;
}