html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, div, img {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#scroll-container {
	position:relative;
	height:90%;
	overflow:hidden;
}

#buttons {
	width:26px;
	float:right;
}

#up {
	float:right;
	position:relative;
}

#down {
	float:right;
	position:relative;
	top:200px;
}

#scroll-box {
	float:left;
	width:88%;
	position:relative;
}

html {
    background-image: url(../img/Background.png);
    background-repeat: repeat;
}

#bg_wrapper {
    height: 650px;
    width: 100%;
    overflow: hidden;
}

#header {
    width: 100%;
    height: 119px;
    background-image: url(../img/Header.png);
    background-repeat: repeat-x;
}

#header ul {
    padding-left: 70px;
    position: relative;
    top: 79px;
}

#header ul li {
    list-style: none;
    display: inline;
    padding-left: 20px;
    font-size: 22px;
    font-weight: bold;
}

#header ul li a {
    color: #f9ac89;
    text-decoration: none;
    height: 10px;;
}

#stripes_wrapper {
    position: relative;
    height: 105px;
    width: 100%;
    background-image: url(../img/Stripes.png);
    background-repeat: repeat-x;
    top: -400px;
}

#name_wrapper {
    position: relative;
    height: 355px;
    width: 100%;
    background-image: url(../img/Evenvision.png);
    background-repeat: no-repeat;
    background-position: right;
    top: -92px;
    left: -1500px;
}

#content_box_wrapper {
    position: relative;
    top: -455px;
    left: -830px;
    padding: 10px 20px 30px 20px;
    overflow: hidden;
    font-size: 11px;
}

#content_top {
    height: 18px;
}

#content_spacer1 {
    height: 18px;
    width: 554px;
    background-color: #fff;
    float: left;
    border-top: solid 3px #f47920;
}

#content_mid {
    width: 548px;
    height: 150px;
    background-color: #fff;
    border-left: solid 3px #f47920;
    border-right: solid 3px #f47920;
    padding: 0 18px;
    overflow: visible;
}

#content_bottom {
    height: 18px;
}

#content_spacer2 {
    height: 15.3px;
    width: 554px;
    background-color: #fff;
    float: left;
    border-bottom: solid 3px #f47920;
}

#content_box_wrapper p {
    padding-bottom: 1em;
}

#content_box_wrapper h1 {
    padding-bottom: 0.5em;
    font-size: 16px;
    color: #84d76a;
}

#content_box_wrapper h2 {
    padding-bottom: 0.5em;
    font-size: 14px;
    color: #84d76a;
}

#content_box_wrapper a {
    color: #6ba2b2;
    text-decoration: none;
}

#content_box_wrapper ul {
    padding-left: 17px;
}

#content_box_wrapper a:hover {
    color: #f9ac89;
    border-bottom: #f9ac89 dashed 1px;
}

#location {
    font-size: 9px;
    text-align: right;
    float: right;
}

#copyright {
    float: left;
    font-size: 9px;
}

#right_col {
    height: 90%;
    width: 29%;
    float: right;
    color: #6ba2b2;
    padding-top: 3%;
}

#center_col {
    height: 90%;
    width: 29%;
    float: right;
    color: #666;
    font-style: italic;
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
    margin: 0 3%;
    padding: 0 3%;
    padding-top: 3%;
}

#left_col {
    height: 90%;
    width: 29%;
    float: right;
    color: #6ba2b2;
    padding-top: 3%;
}

#small_box1 {
    background-image: url(../img/Small-Box.png);
    position: relative;
    width: 145px;
    height: 69px;
    top: -612px;
    left: -280px;
    padding: 5px 5px 5px 8px;
}

#small_box2 {
    background-image: url(../img/Small-Box.png);
    position: relative;
    width: 145px;
    height: 69px;
    top: -691px;
    left: -448px;
    padding: 5px 5px 5px 8px;
}

.left {
    float: left;
	padding-right:10px;
}

.right {
    float: right;
	padding-left:10px;
}






























