* {
margin:0;
padding:0;
}

body {
font-family:"Lucida Grande", Arial, Verdana, sans-serif;
font-size:small;
background:#3e4e5f;
color: #4d4d4d;
}

p {
line-height:1.5em;
padding:10px 5px;

}

img {
border:none;
}

.float_right {
float:right;
}

.float_left {
float:left;
}

.clear {
clear:both;
}

.clear_left {
clear:left;
}

.clear_right {
clear:right;
}

.back2top {
font-variant: small-caps;
color:#656565;
text-decoration:underline;
font-size:100%;
padding: 4px 0 5px 30px;
background: url(../images/TopOfPage.gif) no-repeat center left;

}

.back2top:hover,.back2top:active {
text-decoration:underline;

}

#wrapper {
width:780px;
border-left:2px solid #112127;
border-right:2px solid #112127;
background:#fff;
margin:0 auto;
}

#footer {
background:#ececec;
border-top:1px solid #9c9c9c;
clear:both;
font-size:80%;
text-align:center;
}