html,body {
	background: #666666;
	margin:0;
	padding:0;
}
body {
	font-family:arial narrow, helvetica, sans-serif;
	min-width:800px;
}
h1 {
	color: #000000;
	font-family:	arial narrow, helvetica, sans-serif;
	padding:0;
	margin-top: 15px;
	margin-bottom: -20px;
	font-size:1.25em;
	font-weight: thin;
}
h2 {
	color: #333333;
	font-family: arial narrow, helvetica, sans-serif;
	padding:0;
	margin-top: 0px;
	font-size:1em;
}
p {
  font-family:      arial narrow, helvetica, sans-serif;
  font-size:		  .90em;
  color:            #000000;
  text-align:		justify;
  margin-bottom:	  0px;
}
.oc {
  font-family:      arial narrow, helvetica, sans-serif;
  font-size:		  1.2em;
  color:            #FFE498;
  text-align:		right;
  margin-bottom:	  -10px;
  margin-right:	     10px;
  font-weight:		 bold;
}
a:link    {
  /* Applies to all unvisited links */
    font-family: arial narrow, helvetica, sans-serif;
	text-decoration:  none;
    font-weight:      none;
    background-color: none;
    color:            #000000;
    } 
a:visited {
  /* Applies to all visited links */
    font-family: arial narrow, helvetica, sans-serif;
	text-decoration:  none;
    font-weight:      none;
    background-color: none;
    color:            #000000;
    } 
a:hover   {
  /* Applies to links under the pointer */
    font-family: arial narrow, helvetica, sans-serif;
	text-decoration:  none;
    font-weight:      none;
    background-color: none;
    color:            #69CD1F;
    } 
a:active  {
  /* Applies to activated links */
    font-family: arial narrow, helvetica, sans-serif;
	text-decoration:  none;
    font-weight:      none;
    background-color: none;
    color:            #229985;
    }
div#wrap {
		margin:0px auto;
		width:850px;
		background:url("images/body.jpg") repeat-y;
	}
div#indexheader {
		width:850px;
		height:112px;
		background:url("images/index_head_pic.jpg") no-repeat;
	}
div#header {
		width:850px;
		height:112px;
		background:url("images/head_pic.jpg") no-repeat;
	}
div#content {
		padding:0 0px 0px 0px;
		margin:0 0px;
	}
div#footer {
		width:850px;
		height:30px;
		background:url("images/foot.jpg") no-repeat;
	}
div#email  {
		width: 151px;
		height: 20px;
		margin-left: -300px;
		margin-bottom: 5px;
		margin-top: 80px;
		position: relative;
}
