@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin:20px;
}

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:700px;
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;
}
