@charset "utf-8";
/* CSS Document */
body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 20px;
}

img {
	border: 0;
}

td {
    font-family: Arial, Helvetica, sans-serif;
}

th {
    font-family: Arial, Helvetica, sans-serif;
}

#outer_wrapper {
    width: 100%;
    height: auto;
    text-align: center;
}

#all_container {
    width: 900px;
    height: auto;
    margin: 0 auto;
}

#logo_container {
    width: 656px;
    height: 114px;
    background: url(/media/images/logo_header.jpg);
}

#main_content_container {
    width: 656px;
    height: 502px;
}

#main_pic {
    float: left;
    width: 468px;
    height: 502px;
}

.navigation {
    float: right;
    width: 188px;
    text-align: left;
    color: #dc1e5d;
    margin-top: -20px;
}

.nav-link ul {
    margin-left: 15px;
}

.navigation li {
    padding-top: 4px;
    padding-bottom: 4px;
}

.navigation a:link, a:active, a:visited {
    color: #dc1e5d;
    text-decoration: none;
}

.navigation a:hover {
    text-decoration: underline;
}

#footer {
    width: 656px;
    height: 42px;
    padding-top: 10px;
    background: url(/media/images/home_footer.jpg) no-repeat left;
    color: #595959;
}

.clearflt {
    clear: both;
}

.fade, .fade li, .fade li img {
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 1;
}

#home_png {
    z-index: 1000;
    /*     border:solid 1px red; */
    position: absolute;
    margin: -24px 0 0 0px;
}

#bunny_div {
    /*     border:solid 1px red; */
    width: 200px;
    height: 110px;
    float: right;
    overflow: auto;
}

#footer-icons {
	margin: 0 auto;
	width: 800px;
	text-align: center;
	padding-left: 70px;
}

.footer-icon {
	float: left;
	margin: 0 15px;
}

#rightColumn {
	position: relative;
	left: 660px;
	width: 200px;
	*left:550px;
}
