/* HEIGHT COMMENT - the height in the following selectors is only to hold the divs open as we are only looking
 at structure in this tutorial and will not be adding content - in a "real" page we wouldn't 
 use the height property in this manner, we would allow the  div to collapse around the content*/

body{
	margin: 0;
	padding: 0;
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    background-image: url(assets/sitebackground.gif);
    background-repeat: repeat-x;
  color: #202020
}

a{
    color: #990000
}


.wrapper{
	position:relative;
	background-image: url(assets/Wrapper.jpg);
	margin: 0 auto;
	width: 900px;/*See the HEIGHT COMMENT */
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-repeat: repeat-y;
}

.section_wrapper {
    background-image: url(assets/Section_Background.jpg);
	float: left;
    clear: left;
	background-color: #D7D7D7;
	width: 650px;
	text-align: justify;
}

.section_clearer  {
    background-image: url(assets/Section_Background.jpg);
    float: left;
    clear: left;
    width: 650px;
    height: 2px;
 }

 .center {
   text-align: center;s
 }

.left_padding {
    padding-left: 15px;
    }

.leftimage {
    float: left;
    clear: right;
    padding-right: 10px;
    padding-top: 10px;
}

.rightimage {
    float: right;
    clear: left;
    padding-left: 10px;
    padding-top: 10px;
}

.leftimage_nc {
    float: left;
    padding-right: 10px;
    padding-top: 5px;
}

.rightimage_nc {
    float: right;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
}

#content{
	width: 680px;
	margin-left: 220px;
	height: 680px;/*See the HEIGHT COMMENT */
	overflow: scroll;
	position: relative;
	}

#header {
    background-image: url(assets/flashing_ticker.gif);
	font-size: 12px;
	color: #FFFFFF;
	height: 30px;
	width: 100%;
	top: 0px;
	background-color: #666666;
	text-align: right;
}

#logo{
	background-image: url(assets/ASF_Logo.jpg);
	position: absolute;
	width: 216px;
	left: 0px;
	height: 300px;
	top: 0px;
}

#footer {
    background-image: url(assets/Footer.gif);
	color: #FFFFFF;
	background-color: #4b1a0c;
	text-align: center;
	position: relative;
	width: 900px;
    height: 80px;
	bottom: 0px;
	clear: both;
	font-size: 10px;
  font-weight: bolder
}

#nav{
	position: absolute;
	width: 216px;
	left: auto;
	height: auto;
	top: 300px;
}

td img {
display: block;
}
 
#emailbox {
	padding: 2px;
	width: 200px;
	left: 0px;
	top: 650px;
	position: absolute;
	text-align: center;
	color: #FFFFFF;
}

p {
	text-align: justify;
    padding-right: 25px;
}

#border{
  border-bottom: thick none #707070
}

#left {
	position: relative;
	top: 10px;
	left: 10px;
	padding: 10px;
}

#img_right {
	background-color: #666666;
	padding: 10px;
	float: right;
}

#box_dropshadow {
	height: 150px;
	width: 650px;
	background-color: #33FF33;
}

#text_left {
	padding: 10px;
	float: left;
	clear: right;
}

#img_center {
	position: relative;
	width: auto;
	clear: both;
	background-color: #666666;
	padding: 10px;
	float: none;
	text-align: center;
}

.section_image {
  position: relative;
  top: 0px;
  left:5px;
  padding: 5px 10px 20px 10px;
  float: left;
}

h1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 22px;
  color: #C7C7C7;
  text-align: left
}

h2 {
  font-size: 14px;
}

.section_header {
  text-indent: 50px;
  position: relative;
  top: 0px;
  left: 0px;
  width: 650px;
  height: 50px;
  background-image: url(assets/Section_Header.jpg);
}

.section_content {
    background-color: #00CCCC;
    margin-left: 250px;
    position: relative;
    top: 0px;
    left: 250px;
  }
