@charset "utf-8";
/* CSS Document */

html { height: 100%; margin-bottom: 1px; }

img {
border: 0px none;
} 

body {
background-image: url(../images/background.gif);
background-position: center;
background-repeat: repeat-y;
padding: 0px;
margin: 0px;
border: 0px;
}

#wrapper { 
margin: 0 auto;
width: 980px;
background-color: #FFFFFF;
overflow: hidden;
}

#header {
	height: 190px;
	width: 980px;
	float: left;
	background-color: #FFFFFF;
}

#subheader {
height: 110px;
width: 980px;
float: left;
background-color: #FFFFFF;
}

#quote {
	position: relative;
	left: 360px;
	height: 110px;
	width: 620px;
}

#column_holder {
width: 980px;
float: left;
background-color: #FFFFFF;
}

#column_left {
width: 470px;
float: left;
background-color: #FFFFFF;
}

#column_right {
width: 470px;
float: left;
margin-top: 40px;
background-color: #FFFFFF;
}

#column_right_flash {
	width: 510px;
	float: left;
	background-color: #FFFFFF;
}

#logo {
position: relative;
top: 80px;
left: 20px;
width: 928px;
height: 45px;
}

#nav {
	position: relative;
	left: 50px;
	width: 223px;
	height: 200px;
}

.left_image {
height: 100px;
width: 210px;
margin-top: 80px;
margin-left: 70px;
}

#footer {
width: 980px;
height: 130px;
float: left;
}

#footer_contact {
width: 980px;
height: 130px;
margin-top: 150px;
float: left;
}

#footer_left {
width: 400px;
margin-top: 70px;
margin-left: 70px;
float: left;
}

#footer_right {
width: 430px;
height: 90px;
margin-top: 20px;
float: right;
text-align: right;
}

#content {
position: absolute;
top: 160px;
left: 42%;
width: 450px;
}

#copyright {
position: absolute;
top: 500px;
left: 10%;
width: 300px;
}

#orgs {
position: absolute;
top: 500px;
left: 42%;
width: 222px;
height: 54px;
}

.logo {
margin: 5px;
}
