@charset "windows-1252";

html {
	background-color: #2A2A2A;
    font-family: arial, helvetica;
    font-size: 10pt;
    color: white;
}

body {
	margin: 10px;
    background-color: #2A2A2A;
    font-family: arial, helvetica;
    font-size: 10pt;
    color: white;
}

#wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 826px; /* use the width of your main image */
	height: 603px; /* use the height of your main contents screen */
	margin: 10px auto;
	text-align: center;
}

#content {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 603px;
	width: 826px;
}

#banner {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 234px; /* use the height of your banner in here */
	width: 826px;
	background-image: URL('images/banner.jpg'); /* put the in the name of your banner image here */
	background-repeat: no-repeat;
}

#banner_inner {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 58px; /* use the height of your banner in here */
	width: 826px;
	background-image: URL('images/banner_inner.jpg'); /* put the in the name of your banner image here */
	background-repeat: no-repeat;
}

#nav {
    position: absolute;
    top: 234px;
    left: 0px;
    height: 21px;
    width: 826px;
    text-align: center;
    background-image: URL('images/bodybg.jpg');
	background-repeat: repeat-y;
    z-index: 10;
}

#nav_inner {
    position: absolute;
    top: 58px;
    left: 0px;
    height: 21px;
    width: 826px;
    text-align: center;
    background-image: URL('images/bodybg.jpg');
	background-repeat: repeat-y;
    z-index: 10;
}

/* front page */

#stretch {
	position: absolute;
	top: 235px; /* use the height of the banner here... assuming that the stretching content will start immediately below the banner */
	left: 0px;
	height: auto;
	overflow: hidden;
	width: 826px;
}

#stretchbg {
	top: 255px;
	margin: 0px auto;
	background-image: URL('images/bodybg.jpg');
	background-repeat: repeat-y;
}

#stretchtext {
    margin-left: 20px;
	margin-right: 20px;
	height: auto;
	text-align: left;
}

#stretch a, a:visited, a:link {
    text-decoration: underline;
    color: blue;
}

#stretch a:hover {
    color: #cccccc;
}

#front_left {
    position: absolute;
    width: 500px;
    height: 350px;
    top: 0px;
    left: 20px;
}

#front_right {
    position: relative;
    width: 270px;
    height: 350px;
    top: 0px;
    left: 511px;
}


/* inner pages */

#stretch_inner {
	position: absolute;
	top: 58px; /* use the height of the banner here... assuming that the stretching content will start immediately below the banner */
	left: 0px;
	height: auto;
	overflow: hidden;
	width: 826px;
}

stretchbg_inner_top {
    top: 58px;
    left: 0px;
    height: 11px;
    background-image: URL('images/inner_bg_top.jpg');
	background-repeat: no-repeat;
}


#stretchbg_inner {
	top:69px;
	margin: 0px auto;
	background-image: URL('images/inner_bg_middle.jpg');
	background-repeat: repeat-y;
}

#stretchbg_inner_bottom {
	background-image: URL('images/inner_bg_bottom.jpg');
	background-repeat: no-repeat;
    bottom: 0px;
}

#stretchtext_inner {
    margin-left: 40px;
	margin-right: 40px;
    color: #383838;
    margin-top: 20px;
    margin-bottom: 10px;
	height: auto;
	text-align: left;
}

#stretch_inner a, a:visited, a:link {
    text-decoration: underline;
    color: blue;
}

#stretch_inner a:hover {
    color: #800000;
}

#stretchtext_inner h1 SUP {
    line-height: 0.2em;
    font-size: 13pt;
}

#stretchtext_inner h1 {
    color: #383838;
    padding-top: 15px;
    margin-bottom: 6px;
    font-size: 14pt;
}

#stretchtext_inner h2 {
    color: #383838;
    padding: 0 0 0 0;
    font-size: 11pt;
}

#stretchtext_inner h2 a{
  text-decoration: none;
  color: #383838;
}

#stretchtext_inner img{
    border: none;
    padding: 0 10px 0 0;
}


/* footer */

#footer {
	position: relative;
	height: 51px;
	width: 826px;
	left: 0px;
	/* bottom: 0px; */
    margin-top: -16px;
	background-image: URL('images/footerbg.jpg');
	background-repeat: none;
	text-align: left;
}

#footertext {
	position: relative;
	padding-top: 10px;
    font-size: 8pt;
    color: white;
    font-weight: bold;
	left: 0px;
    height: 30px;
	width: 826px;
	text-align: left;
}

#footertext SUP {
    line-height: 0.1em;
    font-size: 7pt;
}

#footertext a, a:visited, a:link {
    color: white;
    text-decoration: none;
}

#footertext a:hover {
    color: #cccccc;
}


