
body{
margin:0px auto;
padding:0px;
}
.window {
border:0px pink dashed;
font-family:verdana,sans-serif;
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top:10px;
}
.header {
position:relative;
background-image:url('/images/assets/header_bar.gif');
background-repeat: no-repeat;
background-position: top left;
/*background-repeat:repeat;
background-position:center;*/
border:0px grey solid;
height:70px;/*127*/
width:643px;
}
.content {
border:1px #ededed solid;
height:414px;
width:628px;
padding:8px;
font-size:15px;
color:#313131;
text-align:justify;
overflow: auto;
}
.content_large {
border:0px #ededed solid;
height:480px;
width:740px;
padding:8px;
font-size:15px;
color:#313131;
overflow: auto;
}
#content_img {
border:0px pink solid;/*#ededed*/
background: url('/images/rotate/dudeOnBikeWithDog.jpg');
background-repeat:no-repeat;
background-position:center;
height:430px;
width:643px;
visibility:visible;
top:0px;
z-index:99;
float:center;
}
.nav {
border:0px green solid;
font-size:14px;
height:35px;
/*width:645px;*/
white-space: nowrap;
}
.nav a{
font-family:arial,verdana,sans-serif;
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
}
.nav a:link {color: #616161}
.nav a:visited {color: #616161}
.nav a:hover {color: #ff0200}
.nav a:active {color: #ff0200}

.nav2 {
border:0px lime solid;
font-size:12px;
color: #616161;
/*width:645px;*/
margin-top:15px;/*40*/
white-space: nowrap;
}
.nav2 a{
font-family:arial,verdana,sans-serif;
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
}
.nav2 a:link {color: #616161}
.nav2 a:visited {color: #616161}
.nav2 a:hover {color: #ff0200}
.nav2 a:active {color: #ff0200}

.nav3 {
border:0px orange solid;
font-size:12px;
font-family:arial,verdana,sans-serif;
font-weight:bold;
text-transform:uppercase;
height:35px;
width:643px;
color: #616161;
text-align: left;
}
.nav3 a{
font-family:arial,verdana,sans-serif;
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
}
.nav3 a:link {color: #616161}
.nav3 a:visited {color: #616161}
.nav3 a:hover {color: #ff0200}
.nav3 a:active {color: #ff0200}

.img_scroll {
border:0px purple solid;
height:35px;
width:645px;
}
.footer {
background-image:url('/images/assets/footer_bar.gif');
background-repeat:no-repeat;
background-position:right;
border:0px orange dashed;
height:47px;
width:643px;
}

