h2 {
    color: #000;
}

a {
    color: #00C;
    text-decoration: underline;
    font-size: 90%;
}

a:hover {
    color: #C0D94F;
}

body a img {
    text-decoration: none;
    border: 0 none;
}

body {
    color: #000;
    background-color: #E1E2F1;
    font-size: 100%;
    line-height: 150%;
}

#top_bg {
    width: 100%;
    background-repeat: repeat-x;
    float: none;
    background-image: url(../images/top_bg_1x407.png);
}

#header {
    height: 138px;
}

#header h1 a {
	position: absolute;
	top: 10px;
	left: 25px;
	text-decoration: none;
	display: block;	
	width: 144px;
	height: 115px;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat left top;
}

#nav {
    list-style-type: none;
    margin-left: 468px;
    padding-top: 110px;
}

#nav li {
    float: left;
    margin:0 20px
}

#nav li a {
    font-size: 75%;
    color: #00C;
    text-decoration: none;
}

#nav li a:hover {
    font-size: 75%;
    color: #09F;
    text-decoration: none;
}

.wrapper {
    width: 974px;
    clear: both;
    margin: 0 auto;	
    position: relative;
}

.blue {
    color: #0D4DAC;
}

#wrap_bg {
    background-image: url(../images/wrap_bg.png);
    background-repeat: repeat-y;
}

#bottom {
    background-image: url(../images/bottom.png);
    background-repeat: no-repeat;
    height: 120px;
}

#bottom a {
    color: #F86453;
    font-size: 68%;
    text-decoration: none;
}

#bottom a:hover {
    color: #BA1A07;
}

#footer {
    background-image: url(../images/footer_bg.png);
    width: 100%;
    height: 139px;
    background-repeat: repeat-x;
    clear: both;
    float: none;
}

#copyright {
    width: 660px;
    clear: both;
    margin: 0 auto;	
    padding-top: 70px;
    position: relative;
}

#copyright a {
    text-decoration: none;
    color: #000;
    font-size: 100%;
}

.bold {
    font-weight: bold;
}

#lower_nav {
    list-style-type: none;
    margin-left: 240px;
    padding-top: 35px;
}

#lower_nav li {
    float: left;
    padding-left: 20px;
}

#lower_nav li a {
    font-size: 75%;
    color: #00C;
    text-decoration: none;
}

#lower_nav li a:hover {
    font-size: 75%;
    color: #09F;
    text-decoration: none;
}
