
/* upper area of front page */
.front_header {
text-align: center;
width: auto;
margin-top: 20px;
}

/* main area of front page */
.front {
background: url( "../../img/sfront.png" )no-repeat center ;

/*background-repeat: no-repeat;*/
}
/* site boxes placed on right side */
/*
.front_right {
padding: 0px;
float: right;
text-align: right;
border: 1px dotted tomato;
overflow: hidden;
width: 0px;
height: 40px;
}
*/

/* site boxes placed on left side */
.front_left {
padding: auto;
float: center;
text-align: center;
overflow: hidden;
width: auto;

height: 500px;
}

/* this is used to keep the footer below all the site boxes */
.front_footer {
clear: both;
background: url( "../../img/front.png" )no-repeat left ;
height : 50px;
}

/* the text printed on the front page */
.front_text {
color: darkred;

}
.front_lnk  {
color: coral

}
.front_lnk:link {
color: coral

}
.front_lnk:visited {
color: coral

}
.front_lnk:hover {
color: coral

}






.front_visits {
text-align: center;
color: darkred;
font-weight: bold;
margin-left: auto;
margin-right: auto;
margin-top : 3px ;
}

