body {
        background: #52372c url(img/body-bg.jpg) repeat-x top center;
        margin: 0;
}

body, table, tr, td, th, span, p, div {
        font-family: arial, sans-serif;
        font-size: 12px;
        color: #F8F3F1;
}

a img {
        border: none;
}

p, form {
        margin: 0;
}

.titles {
        color: #C49677;
        font-weight: bold;
        font-size: 17px;
}

.subTitles {
        color: #F8F3F1;
        font-size: 17px;
}

#container {
        width: 970px;
        margin: 0 auto 0 auto;
}

#topNav {
        height: 36px;
        width: 302px;
        margin: 0 auto 0 auto;
        position: relative;
}

        #topNav div {
                position: absolute;
                top: 0px;
        }

        #topNav #nav-home { left: 0px; }
        #topNav #nav-contact { left: 70px; }
        #topNav #nav-login { left: 141px; }
        #topNav #nav-search { left: 232px; }

#main { }

#left {
        width: 343px;
        float: left;
        position: relative;

        min-height: 750px;
}

        #slit {
                width: 197px;
                height: 676px;

                background-image: url(img/survey.png);

                position: absolute;
                top: 76px;
                right: 0px;
        }

        #leftNav {
                padding-left: 30px;
        }

        #leftNav div {
                height: 50px;
                background-color: #2F1B12;
                margin-bottom: 1px;
                padding-left: 24px;
        }

        #leftNav div a {
                color: white;
                text-decoration: none;
                font-size: 12px;
                line-height: 50px;
        }

        #leftInfo {
                padding: 100px 0px 0px 54px;
                font-size: 10px;
                color: white;
        }

                #leftOne {
                        padding-bottom: 14px;
                        font-size: 10px;
                        color: #c49677;
                        line-height: 16px;
                }

                #leftTwo {
                        font-size: 10px;
                        color: white;
                        line-height: 16px;
                }

                          #leftTwo a {
                                  text-decoration: none;
                                  color: white;
                          }

#right {
        width: 615px;
        float: left;
}

#content {
        padding: 30px;
        line-height: 20px;
}

	#content a {
		color: #C49677;
		text-decoration: none;
	}

	#content a:hover {
		color: #C49677;
		text-decoration: underline;
	}

#footer {
        height: 46px;
        clear: left;
        padding: 0 30px 0 30px;
}

#bottomNav {
        text-align: center;
        background-color: #2F1B12;
        height: 46px;
        color: #54382C;
        font-size: 12px;
        line-height: 46px;
}

        #bottomNav a {
                color: white;
                text-decoration: none;
                font-size: 12px;
                line-height: 46px;
        }

#newsScroll h3 {
	margin-top: 10px;
	margin-bottom: 0;
}


#newsScroll h3 a {
	color: #FEFF9F;
}
