/* debuging outline
div, h1, h2, h3, p, a, img {
	border: 1px red solid;
	}
*/

/* general css */
body,td,th {
	font-family: Century Gothic, Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background-color: #6D6F71;
	background-image: url(imgs/bg_tile.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table {
	margin-left: 40px;
}

body {
	text-align:center;
	}
p {
	margin:20px 0px;
	}
.text_sm {
	font-size: 8pt;
}

h2 {
	font-size:66px;
	font-style:normal;
	font-weight:normal;
	margin:20px 0 0px 53px;
	}
h3 {
	font-size:22px;
	font-style:normal;
	font-weight:normal;
	margin:0px 0 5px 53px;
	}
p, h1, h2, h3 {
	width:830px;
	margin-left:53px;
	text-align:justify;
	}
	
.hide {
	display:none;
	}
	
a:link {
	color: #FFFFFF;
	font-weight: bold;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #000000;
}
/******************/

/* holder */
.holder {
	margin:auto;
	text-align:left;
	width:932px;
	}

/* header */
.header {
	height:140px;
	background-image:url(imgs/header.gif);
}
.home_btn {
	display:block;
	width:174px;
	height:72px;
	margin:35px 0 0 31px;
	float:left;
	}
.jennyo_btn {
	display:block;
	width:122px;
	height:35px;
	margin:83px 18px 0 0;
	float:right;
	background-image:url(imgs/jennyo_btn_over.gif);
	}
.elastic_is_btn {
	display:block;
	width:122px;
	height:35px;
	margin:83px 18px 0 0;
	float:right;
	background-image:url(imgs/elastic_is_btn_over.gif);
	}
.blog_btn {
	display:block;
	width:230px;
	height:35px;
	float:right;
	background-image:url(imgs/blog_btn_over.gif);
	margin-top: 83px;
	margin-right: 12px;
	margin-bottom: 0;
	margin-left: 0;
	}
.jennyo_btn:hover,.elastic_is_btn:hover,.blog_btn:hover {
	margin-top:81px;
	}
.jennyo_btn:active,.elastic_is_btn:active, .blog_btn:active {
	margin-top:85px;
	}
	
/* footer */
.footer {
	height:49px;
	background-image:url(imgs/footer.gif);
	}
.footer_email {
	width: 270px;
	height:25px;
	display:block;
	margin: 10px 0 0 15px;
	float:left;
	}
.footer_home {
	display:block;
	width:63px;
	height:26px;
	margin:9px 22px 0 0;
	float:right;
	}
.footer_home span, .footer_email span {
	display:none;
	}
/**** slogans ****/
.slogan_home {
	width:932px;
	height:110px;
	background-image:url(titles/home/tagline.png);
	}
.slogan_elastic_is {
	width:932px;
	height:110px;
	background-image:url(titles/elastic_is/rotate.php);
	}
.slogan_jennyo {
	width:932px;
	height:110px;
	background-image:url(titles/jennyo/jennyo.png);
	}
/**** home photos ****/

.photo_bg {
	width:932px;
	height:469px;
	background-image:url(imgs/photo_bg.gif);
	background-position:top;
	}
#flash_image {
	position:absolute;
	margin:11px 0 0 6px;
	width:920px;
	height:450px;
	}
	
/**** copy ****/
.copy_block{
	width:932px;
	background-image:url(imgs/copy_tile.gif);
	}
.copy_body{
	background-image:url(imgs/copy_head.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:15px;
	}
.copy_foot{
	height:36px;
	background-image:url(imgs/copy_foot.gif);
	}
