@import url("http://truckmovers.net/core/styles/reset.css");

A {
color: #039;
font-weight: bold;
text-decoration: underline;
}

A:hover {
color: #06F;
text-decoration: none;
}

BODY {
color: #111;
font-size: medium;
line-height: 1.4em;
text-align: center;
}

/*
H3 SPAN {
color: #000;
letter-spacing: 1px;
}
*/

#content {
padding: 1em 0;
text-align: left;
}

#content EM, I {
color: #CE6F39;
font-size: larger;
font-weight: bold;
/*letter-spacing: 1px;*/
}

#content LI {
margin-bottom: .4em;
}

#content LI UL {
margin-top: .4em;	
}

#copyright {
color: #999;
clear: both;
font-size: smaller;
margin: 1em 0;
text-align: center;
}

#logo {
margin-top: 15px;
}

#news {
background: #F5F5F5;
border: 3px solid #CE6F39;
display: block;
float: right;
font-size: 11px;
line-height: 1.3em;
margin: 1em 0 1em 2em;
padding: 8px;
text-align: center;
width: 220px;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}

#news SPAN {
color: #555;
font-family: "Arial Narrow", sans-serif;
font-size: 10px;
line-height: 1.1em;
text-align: center;
}

#news IMG {
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

.addresses {
width: 90%;
}

.addresses TD {
margin: 0;
padding: 0 0 0 1em;
width: 50%;
}

.centered {
text-align: center;
}

.clear {
clear: both;
}

.fixed {
margin-left: auto;
margin-right: auto;
width: 650px;
}

.smaller {
font-size: smaller;
}